body { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background:#f0ec38; 		
	padding: 0;
	margin: 0;	
	text-align: center;	
}

h2 {
	font-size: 1.1em;
	color: #0778ba;
}

h3, strong {
	font-size: 1em;
	color: #ed2027;	
}

img {
	border: 0;
}

.left_center {
	width: 100%;
	text-align: center;
	clear: both;
}

a:link, a:visited {
	color: #0e6aa0;	
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #0778ba;	
	text-decoration: none;
	font-weight: bold;
}

p { line-height: 1.5em; }

#wrapper {
	width: 760px;
	margin-left: auto;				
	margin-right: auto;	
}

#banner_left {
	width: 21px;
	height: 130px;
	float: left;
	background-image: url(images/banner_left.jpg);
	background-repeat: no-repeat;
}

#logo {
	width: 261px;	
	height: 130px;
	float: left;
}

#banner {
	width: 478px;
	height: 130px;
	float: left;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}


/* Begin CSS Drop Down Menu */

#menuh-container {
	position: relative;					
}

#menuh {
	float:left;
	padding: 0;
	margin: 0;
	width: 740px;
	padding-left: 10px;
	height: 25px;
	background: url(./images/menu_bar.jpg) no-repeat;	
	clear: both;
}
		
#menuh a {	
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 4px 17px 5px 17px;
	font-size: 13px;
	font-weight: bold;	
}
	
#menuh a:link, #menuh a:visited	{ /* menu at rest */
	color: white;
	background-color: transparent;
	text-decoration:none;
}
	
#menuh a:hover, menuh a:active {	/* menu at mouse-over  */
	color: #f0ec38;
}	

#menuh ul { 	
	list-style:none;
	background-color: transparent;
	margin:0;
	padding: 0;	 
	float:left;
 /*	width:120px;	/* width of all menu boxes */
}

#menuh li {
	position:relative;
	border-right: 1px solid #ed2027;
	min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}

/* End CSS Drop Down Menu */

#center_wrapper {
	width: 760px;
	float: left;
	text-align: left;
	background-image: url(./images/body_bg.jpg);	
}

#center_left {
	width: 550px;
	padding: 0 7px 0 23px;
	float: left;
	text-align: left;
}

#center_right {
 	text-align: center;
	width: 165px;	
	float: left;
	padding-right: 15px;	
}

#bottom {
	width: 760px;
	height: 34px;
	float: left;	
	background: url(./images/bottom_bg.jpg) no-repeat;	
}
#footer {
	width: 760px;	
	float: left;	
	font-size: .7em;
}

.clr {
 	height:1px;
	font-size:1px;
	float:none;
	clear: both;
}
