/* CSS Document */
body{
	
	font-size:14px;
	background-image: url(../images/bluebg.png);
	background-repeat: repeat-x;
	
}


a:link{color:#ff0000; }
a:visited{color:#ff0000;}
a:hover{color:#cccccc;}
h2{ color:#666666;}
h3{color:#003366;}

#container{
	margin-left:80px;
	background-image:
	url(../images/bluebg.jpg);
	width:800px;
	height: auto;
	background-repeat:repeat-x;
}

#header{
background-image:url(../images/topheader.jpg);
width:800px;
height:264px;
}
#buttons{
width:800px;
height:40px;
display:block;
margin-top:-40px;}

#top{
	width:700px;
	display:block;
	clear:both;
}
#left{
	


	margin-right:0px;
	width:485px;
	display:block;
	float:left;

	
}



#lft_txt{
	margin-top:auto;
	width:480px;
	height:400px;
	display:block;
	float:left;
	color:#003366;
	padding-left:15px;
	padding-right: 10px;
	}

#right{
	background-repeat:no-repeat;
	width:270px;
	display:block;
	margin-left:auto;
	height:400px;
	float:left;
	padding:5px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:thin;
	background-color:#FFFFFF;
	overflow:scroll;
	
	
}
#picture{
padding:5px;
border-color:#CCCCCC;
border-style:solid;
border-width:thin;
background-color:#FFFFFF;
height:400px;
}
#rgt_text{

}
#video{
	margin-left:10px;
	margin-top:30px;
	margin-left:10;
	display:block;
	float:right;
}
#footer{
background-color: ;
	height:10px;
	width:auto;
	position: absolute;
	left: 251px;
	top: 427px;
	z-index: 4;
	
}