/* CSS Document */


a:link {
	color: #902a40;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6C6C6C;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}


#align{ 
position:absolute; 
top:0; /* For IE Mac */ 
left:0; 
} 
/* Hide from IE Mac \*/ 
#align{ 
top:0px; 
width:100%; 
margin-top: 0px; 
text-align:center; 
min-width:790px; 
} 
/* End hide */ 

#container{
position:static;
top:10px;
width:790px;
height:auto;
margin:0 auto;
margin-top:10px;
text-align:left;
border:thin solid #000;
background-color: #FFFFFF;
}
#header{
	float:left;
	top:10px;
	width:770px;
	height:auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 13px;
	}


#topo{
	float:left;
	top:10px;
	width:770px;
	height:auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 13px;
	}


#menu{
	float:left;
	top:10px;
	width:770px;
	height:25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
	}


#inner-container{
	width:770px;
	height:auto;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
} 

#left {
	float:left;
	width:200px;
	height:auto;
	margin-left:10px;
	margin-top: 10px;
	margin-bottom: 35px;
	padding: 5px;
	border: thin solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

	}
	#central {
	float:left;
	width:510px;
	height:auto;
	margin-top:10px;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: thin solid #666666;
	font-size: 12px;

	}


#footer {
	
	width:100%;
	height:40px;
	clear:left;
	padding: 0px;
	background-color: #999999;
	border: thin solid #333333;
	}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}
