﻿body 
{
	position: absolute;
	width: 780px;
	margin-top : 0px;
}
/* Beginning of header styles*/
div.header
{
	height:100px;
	background-color: #666699;
	background-image: url(../images/logo1.gif);
	background-repeat : no-repeat; 
}
div.whiteline
{	
	height: 3px;
	background-color: #ffffff;
	margin-left:335px;
	margin-top:10px;
	border-width :0px;
	padding:0px;
	font-size :0pt;
}
#line1{	width:450px;}
#line2{	width:350px;}
#line3{	width:250px;}
#line4{	width:150px;}
#line5{	width:50px;}
/* End of header styles*/




/* Beginning of navigation styles*/
div.nav
{
	float:right;
	padding:10px 10px 10px 10px;
	margin-top: 1px;
	color: #666699;	
	
}

div.nav a
{
	background-color: #cccccc;
	padding:10px 10px 10px 10px;
	color: #666699;	
	text-decoration : none;
	font-weight: bold;
}

div.nav a:hover
{
	background-color : #ffffff;
	color: #666699;	
	
	
}


/* End of navigation styles*/






/* Beginning of main content styles*/
div.main
{	
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:5px;
	border-right-width:5px;
	border-style : solid;
	border-color: #666699;
	width : 750px;
	
	padding:10px;
	padding-top:4px;
	background-image:url(../images/main_background.jpg);
	background-repeat : no-repeat ;
	background-position :center top;
	color: #666699;
	font-family: Arial;
}
/* End of main content styles*/


/* Beginning ad styles*/

div.ads
{
	float: right;

}

/* end ad styles*/

/* Beginning of footer styles*/
div.footer
{
	background-image:url(../images/bottomround.gif);
	background-repeat : no-repeat ;
	background-position : Left bottom;
	padding-bottom: 10px;
}
/* End of footer styles*/
