#logo{
	float: left;
	height:84px; 
	width:480px;
	background-image:url(../images/header/logo2.jpg);
}
#logo h1{
	font-family:"lucida calligraphy", "Lucida Grande", sans-serif;
	font-size: 31px; color:#EFE4D2;
	padding:10px 0px 0px 50px; 
	width:395px;
}
#logo h2{
	font-size: 11px; 
	color:#FFCC00; 
	font-weight:100;
	font-style:italic;
	margin:-8px 0px 0px 260px; 
	font-stretch: extra-condensed;
	width:200px;
}
#menu{
	width:510px; height:84px;
	background:url(../images/header/menu-bg.jpg) top no-repeat;
	float:right;
}
#menu ul{
	padding:8px 0px 0px 0px;
	margin:3px 0px 0px 0px; display:inline;
	float:right;
}
#menu li{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:12px; font-weight:bold;

	padding:6px 5px 6px 5px;
	margin:5px 0px 5px 0px; display:inline;
}
.dotted-right{ border-right:dashed 1px #ECDFCB;}
#menu h2{
	font-family:"lucida calligraphy", "Lucida Grande", sans-serif;
	font-size: 30px; color:#FFF;
	float:right;
	padding-right: 115px;
	padding-bottom:3px;
	height:40px;
}


#banner{
	width:990px;
	height:350px;
	/*float:left; /*mozilla need this or*/
	display:inline-block;/*mozilla need this*/
	background:url(../images/header/banner.jpg) center no-repeat;
}
#banner-link1{
	position:relative; top:306px; left:659px;
	width:150px; height:10px;
	/*background:url(../images/header/banner-link1bg.jpg) center no-repeat;*/
	font-size:11px;  font-weight: bolder;
	float:left;
	padding: 2px 0 0 0px;
	cursor:pointer;
}

#banner-link1 input{
	font: 100% calibri, arial, Geneva, sans-serif;
	text-align: right;
	padding-right: 20px;
	font-size:11px;  
	font-weight: bolder;
	width: 150px;
	background: none;
	color: #ffcc00;
}

#banner-link1 input:hover{
	color: #ffcc00;
}

#banner-link2{
	position:relative; top:308px; left:674px;
	width:125px; height:24px;
	float:left;
	background:url(../images/header/banner-link2bg.jpg) center no-repeat;
	font-size:11px; font-weight: bolder;

}
#banner-link1 a, #banner-link2 a{position:relative; top: 5px; left:25px;}
#bot-banner{
	width:990px; height:66px;
	background:url(../images/header/bot-banner-txtbg.jpg) center no-repeat;
	font-size:16px; font-weight:bold; font-style:italic;
	color:#FFF;
}
#bot-banner h3{padding-top: 8px;}

