/* CSS Document */

body {
	background-image: url(images/bkgnd.jpg); 
	background-repeat:repeat-y; 
	background-position:center; 
	background-color:#2a4c73; 
	border:0 0 0 0;
	height:100%;
	width: 100%; 
	top: 0px;
	bottom:0px;
	margin: 0 0 0 0;    
	}

#container {
	width: 800px;
	height: 100%;
	bottom: 0px;
	top: 0px; 
	margin: auto;
	background-image:url(images/bkgnd.jpg); background-repeat:repeat-y; background-position:center;
	}
	
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat; 
	background-position:top;
	top: 0px;
	height: 105px;
	width: 800px;
	position: absolute;
	}		

#nav{
	width: 800px;
	height: 32px;
	position: absolute;
	top:105px;
	}
		
#content {
	top: 195px;
	width: 690px;
	height: auto;
	left: 30px;
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#534741;
	font-size:11px;
	line-height: 1.5;
	overflow:visible;
	padding-bottom:25px;
	padding-left:35px;
	padding-right:30px;
	background-image:url(images/bkgnd.jpg); background-position:center; background-repeat:repeat-y;
	}
	
a:link	{
	color:#534741;
	font-size:10px;
	line-height:1.2;
	text-decoration:underline;
	}
	
a:visited {	
	color:#534741;
	text-decoration:underline;
	}

a:hover {
	color:#534741;
	text-decoration:underline;
	}
a:active {
	color:#534741;
	text-decoration:underline;
	}		
	
.subtitles {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2a4c73;
	font-weight:bolder;
	}
	
.picture {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	}
	
.footer {
	width: 800px;
	height: 20px;
	bottom: 0px;
	position: fixed;
	background-color:#534741;
	}	
