html, body
{
margin:0;
padding:0;
border:0;
}

body
{
background:#000166;
font-family:verdana, trebuchet ms, sans serif;
font-size:80%;
text-align:left;
margin:5px 0;
color:#000166;
}

/* all the font and text styles start here */

p, p.noindent
{
margin:5px 40px;
padding-bottom:5px;
line-height:1.2;
text-indent:15px;
}

p.noindent
{text-indent:0;}

h1, h2, h3, h4, h5, h6
{
font-family:verdana, tahoma, arial, sans-serif;
font-weight:bold;
text-align:center;
margin:5px 30px;
padding-bottom:5px;
}

h1
{font-size:25px;}

h2
{font-size:20px;}

h3
{font-size:18px;}

h3.alignleft
{text-align:left;}

h4
{font-size:13px;}

h5
{font-size:11px;}

h6
{
background:#eee;
border:1px solid #aaa;
text-align:left;
font-size:10px;
font-weight:normal;
margin:5px 70px;
padding:10px;
color:#aaa;
}

/* link styling */

a, a:visited
{
text-decoration:underline;
color:#b11e0d;
font-weight:bold;
}

a:hover
{color:#000166;}

img
{border:0;}

ul.listbox, ul.listbox2
{
width:500px;
margin:0 auto;
margin-bottom:15px;
}

ul.listbox li, ul.listbox2 li
{
list-style-image:url(check.gif);
margin:5px;
padding-left:-6px;
}

ul.listbox2 li
{list-style-image:url(accept.gif);}

form
{
margin:0 auto;
text-align:center;
}


/* font styles continue here */

.bold
{font-weight:bold;}

.italic
{
font-style:oblique;
text-decoration:none;
}

.strike
{
font-weight:bold;
text-decoration:line-through;
}

.symbol
{
color:#b11e0d;
font-weight:bold;
font-size:17px;
}

.variant
{font-variant:small-caps;}

.imgctr /* style for the shadow below the text boxes */
{
margin:0 0 0 165px;
border:0;
padding:0;
}

/* colors for the text start here */

.red
{color:#b11e0d;}

.blue
{color:#000166;}

.green
{color:#008b3c;}

.orange
{color:#e46b00;}

.hilite
{background:#fad725;}

.cap /* creates the large drop-cap first-letter in the paragraphs */
{
font-family:times new roman, times, serif;
font-size:35px; 
color:#b11e0d; /*red */ 
font-weight:bold; 
float:left; 
height:35px; 
line-height:35px; 
margin-top:-4px; 
margin-right:3px;
}


/* placement and clearing styles start here */

.right
{
float:right;
margin:5px 30px 0 0;
}

.left
{
float:left;
margin:0 5px 0 10px;
padding:5px;
}

.left2
{
float:left;
margin:0 5px 0 40px;
padding:5px;
}

.center
{text-align:center;}

.clear
{clear:both;}

/* main content area  */

#wrapper 
{
margin:0 auto;
margin-bottom:10px;
padding:0;
width:700px;
border-top:10px solid #000166;
border-right:0;
border-bottom:10px solid #000166;
border-left:0;
text-align:left;
background:#fff;
}

#header  /* header image is in this rule.  Make it 20px narrower than the wrapper div */
{
position:relative;
background:url(fortune_header.jpg) #000166;
background-position:top center;
background-repeat:no-repeat;
width:100%;
height:150px;
margin:0;

}

/* put your footer image in here.  size it the same width as your wrapper div */
#footer
{
height:50px;
margin:0;
width:700px;
background:url(fortune_footer.jpg) #000166;
background-repeat:no-repeat;
}

#footer p.top
{
color:#000166;
text-align:left;
font-size:12px;
font-weight:bold;
padding-top:0;
text-indent:0;
margin:-5px 100px 0 10px;
}

#footer p
{
color:#fff;
text-align:center;
font-weight:bold;
padding-top:3px;
text-indent:0
margin:5px 30px;
}

