@charset "utf-8";
/* CSS Document */

a:link {font-family:Tahoma, Geneva, sans-serif; font-size:15px; color:#900; text-decoration: none;}
a:visited {font-family:Tahoma, Geneva, sans-serif; font-size:15px; color:#900; text-decoration: none;}
a:active {font-family:Tahoma, Geneva, sans-serif; font-size:15px; color:#900; text-decoration: none;}
a:hover {font-family:Tahoma, Geneva, sans-serif; font-size:15px; color:#000; text-decoration: underline;}
	
p{
	margin:0;
	font-size:14px;
	color:black;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	}
	
body {
margin:0px;
padding:0px;
height:100%;
} 

#container{
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#header{
	text-align:center;
	border:0px solid #CCCC99;
	width:900px;
	height:100px;
	clear:both;
	background-color:#336666;
	}
	
p.header{
	line-height:48px;
	font-size:36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
}	
#header1{
	text-align:center;
	width:900px;
	height:30px;
	clear:both;
	background-color:#900;
	}
	
p.header1{
	font-variant:small-caps;
	line-height:30px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
}
	
#left{
	height:625px;
	border:0px solid #336666;
	float:left;
	width:150px;
	background-color:#CCCC99;
	padding-left:10px;
	padding-right:10px;
	}
#right{

	float:right;
	width:705px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background-color:#FFF;
	height:auto;
	}
#footer{
	clear:both;
	background-color:#336666;
	height:30px;
	width:900px;
	clear:both;
	}
p.footer{
	text-align:center;
	color:#FFF;
	line-height:30px; font-size:16px;
	}

	
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	}

