@charset "utf-8";
		
	#header{
	background-color:#FFF;
	border-top: 10px solid #333233;
	height: 150px;
	background-image: url("/images/fop-bg.gif");
	}
		
	.topheader{
	background-color:#fc3587;
	color:black;
	font-size:small;
	height:0.25em;
	font-weight:bold;
	}
		
	#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;
	}
		
	#menu{
	/* background-image:url(../images/button-barline.gif); */
	background-color:#1d1819;
	}
	
	#banners{
	height:200px;
	background-color:#F4F4F4;
	}

/* --------- Main Menu --------- */	
#topMenu {background:#333233; width:980px; height:30px;}
#topMenu li {list-style-type:none;}
#topMenu li{width:100px; height:30px; float:left;}
#topMenu li a{width:100px; height:30px; display:block; background:url(../images/menu_button-2.gif) 0 0 no-repeat #333233; 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-1.gif) 0 0 no-repeat #fc3587; color:#FFF; text-decoration:none;}

	#topMenu ul{
	list-style-type:none;
	list-style-position:inside;
	margin: 0px;
	}
