@charset "utf-8";
		
	#header{
	background-color:#FFF;
	border-bottom-color:#ed008c;
	border-bottom-style:solid;
	border-top-color:#252324;
	border-top-width:20px;
	border-top-style:solid;
	}
		
	.topheader{
	background-color:#ed008c;
	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 li {list-style-type:none;}
#topMenu li{width:105px; height:30px; float:left;}
#topMenu li a{width:105px; height:30px; display:block; background:url(../images/menu_button-1.gif) 0 0 no-repeat #252324; 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 #ed008c; color:#FFF; text-decoration:none;}

