@charset "utf-8";
		
#header{background:#a5a4a5;}

/* --------- Rightside/Top Menu --------- */
#about_contact{
	float:right;
	padding:2em;
	font-size:16px;
	font-weight:bold;
	font-variant:small-caps;
	}
	
#about_contact a{
	color:#FFF;
	text-decoration:none;
	}
	
#about_contact a:hover{
	color:#FFF;
	text-decoration:underline;
	}

/* --------- ???????? --------- */
#banners{
	height:300px;
	background-color:#F4F4F4;
	border-top-style:solid;
	border-top-color:#4b77ba;
	border-bottom-style:solid;
	border-bottom-color:#4b77ba;
	}

/* --------- Main Menu --------- */	
#topMenu li {list-style-type:none;}
#topMenu li{width:137px; height:30px; float:left;}
#topMenu li a{width:137px; height:30px; display:block; background:url(../images/menu_button-1.gif) 0 0 no-repeat #F5F4F4; color:#FFF; text-decoration:none; font-size:12px; font-weight:bold; text-align:center; line-height:30px; margin:0 5px 0 0;}
#topMenu li a:hover{background:url(../images/menu_button-2.gif) 0 0 no-repeat #F5F4F4; color:#565658; text-decoration:none;}
