/* CSS Document */

/*IE png fix*/
* {
	behavior: url(iepngfix.htc);
}

#bg
	{
	background-image: 		url(../images/v3/bg2.jpg);
	background-repeat:		no-repeat;
	/*background-position:	top center;*/
	background-color:		#000000;
	}

#nav
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	top:100px;
	left:100px;
	width: 691px;
	height:37px;
	left: 162px;
	top: 97px;
	color:#FFFFFF;
	}

#bottomnav
	{
	position:absolute;
	background-image:url(../images/bottomnav.png);
	background-repeat:no-repeat;
	left:157px;
	top:121px;
	width:693px;
	height:25px;
	}
	
/*TEXT STUFF*/

#bodycopy
	{
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	top:192px;
	left:163px;
	width:350px;
	height:471px;
	overflow:auto;
	text-align:center;
	padding-right:2px;
	}

.header
	{
	width:350px;
	height:491px;
	position:absolute;
	top:159px;
	left:163px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	}
	
.headersmalltext
	{
	font-size:11px;
	text-decoration:none;
	}
.headline
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
	}


/*RIGHT SIDE IMAGES*/

#todd, #sea, #sky, #sun, #lake, #tree
	{
	position:absolute;
	background-repeat:no-repeat;
	left:518px;
	top:158px;
	width:342px;
	height:349px;
	}

#todd 
	{
	background-image:url(../images/todd.png);
	}
	
#sea
	{
	background-image:url(../images/sea.png);
	}

#sky
	{
	background-image:url(../images/sky.png);
	}

#sun
	{
	background-image:url(../images/sun.png);
	}

#lake
	{
	background-image:url(../images/lake.png);
	}

#tree
	{
	background-image:url(../images/tree.png);
	}

hr
	{
	border:1px dotted;
	}
	
/*LINKS*/

a 	{
	color:#ffffff;
	text-decoration:none
	}

a:link 
	{
	color:#ffffff;
	}

a:visited 
	{
	color:#ffffff;
	}

a:hover 
	{
	color:#cccccc;
	/*border-bottom:1px dashed;*/
	/*border-bottom:1px dotted;*/
	text-decoration:underline;
	}
	
img a:hover
	{
	border-bottom:none;
	}
	
	img{
border: 0;
}
/*a:active
	{
	color:#CCCCCC;
	}*/

