/* CSS Document */

BODY {
	margin:0; 
	background:#eee; 
	color:#fff; 
	font-size:100%; 
	}
#logo {
	float:left; 
	background:#000 url(../images/bg-menu.gif) top left repeat-y; 
	width:125px; 
	height:85px; 
	min-height:10px; 
	}
#banner {
	background:#000 url(../images/bg-banner.gif) bottom left repeat-x; 
	}
#banner IMG {
	display:block; 
	}
#header	{
	background:no-repeat scroll center top #000000;
	background-color: #000;
	margin-top:-2px;
	height:110px;
	border-bottom: solid red .2em;
	position:relative;
	text-align:center;
	width:100%;
	}