/* CSS Document */
body {
font-family:trebuchet ms, tahoma, arial;
font-size:12px;
color:#2E91BA;
background-color:transparent;}

#header {width: 500px; 
margin: 5px 0; 
position:absolute; 
top:50px;
left:100px;}

#content {position:absolute; 
top:155px;
left:115px;
font-family:trebuchet ms, tahoma, arial;
font-size:12px;
color:#2E91BA;
background-color:transparent;
width:450px; }


a:link {
	color: #DB2B8B;
	text-decoration: none;
}
a:visited {
	color: #353D99;
	text-decoration: none;
}
a:hover {
	color: #93D2EE;
	text-decoration: none;
}
a:active {
	color: #217DEF;
	text-decoration: none;
}


input, textarea, option, select {
font-size: 9px ; 
font-family: verdana ;  
color: #1C84B0; 
border: 1px solid #75C7E9 ; 
background-color: #FFFFFF;
}


#navi {font: 24px 'Century Gothic','Trebuchet MS', Arial; letter-spacing:-1px; color:#68a3bf; margin-bottom:0; padding-bottom:2px; border-bottom:1px solid #68a3bf; padding-left:15px;}
#navi a:link, #navi a:visited {font: 24px 'Century Gothic','Trebuchet MS', Arial; letter-spacing:-1px; color:#68a3bf; margin-bottom:0; padding-bottom:2px; text-decoration:none;}
#navi a:hover, #navi a:active {font: 24px 'Century Gothic','Trebuchet MS', Arial; letter-spacing:-1px; color:#91c860; margin-bottom:0; padding-bottom:2px; text-decoration:none;}




