/* CSS Document */

body {
font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
background-image: url(images/bg1.jpg);
background-repeat: no-repeat;
background-color: #FFFFFF;
font-size: 1em;
color: #000000;
margin: 0px;
}

#container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 650px;
}

.italic {
font-size: .9em;
color: #6B6761;
font-style: italic;
}

.bold_bigger {
font-size: 1.2em;
color: #000000;
font-weight: bold;
}

#title {
margin-top: 0px;
position: absolute;
}



#espanol{
display: none;
}

#random_image{
display: none;
}

#bottomLBox {
display: none;
}

#bodytext{
	font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	margin-top: 0px;
	color: #000000;
	top: 113px;
	left: 3px;
	width: 650px;
	position: absolute;
}

#side_image {
display: none;
}

#navbar{
display: none;
}

#footer{
	color: #6B6761;
	font-size: .7em;
	font-family: Arial, Helvetica, Georgia, Verdana, sans-serif;
	padding: 10px;
	text-transform: uppercase;
	left: 0px;
	width: 325px;
	position: relative;
}

h1
{
color: #0035AD;
font-size: 1.7em;
font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
margin: 10px;}

a:link 
{ 
	text-decoration: underline; 
	color: #000000;}

a:visited 
{ 
	text-decoration: underline; 
	color: #000000;}
	
#three_lines{
padding: 10px;
}

img { 
border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; 
} 
