/* General */
body {
	margin:0;
	padding:45px 0 0;
	font-family:'Trebuchet MS';
	background-color:#4f362a;
}

a img { border:none; }
div.clear { clear:both; }
ul, li, fieldset { margin:0; padding:0; }
fieldset { border:none; }

/* Container */
#container {
	width:592px;
	background: url(img/bg.png) ;
	margin:0 auto;
}

/* Header */
#header {
	position:relative;
	height:237px;
	background:url(img/header_background.jpg);
}

#header h1 { 
	display:none; 
}

/* Menu */
#menu {
	position:absolute;
	font-family:Verdana;
	width:577px;
	height:29px;
	bottom:0;
	left:5px;
	color:#585858;
	font-size:10px;
}

#menu ul {
	list-style:none;
	padding-top:2px;
	padding-top:7px;
	text-align: justify;
}

#menu li {
	float:left;
	padding:0 12px 5px;
	background:url(img/menu_item.png) right center no-repeat;
}

#menu li.last {
	background:none;
}

#menu li.first {
	background:none;
}
#menu a {
	text-decoration:none;
	color:#585858;
}

#menu a:hover {
	text-decoration:underline;
}

/* Content */
#content {
	border-bottom:1px solid #E8EFF9;
	margin:1px 12px;
	font-size:11px;
	padding-bottom:15px;
	letter-spacing: -1 .em;
	text-align: justify; 
	color: #585858;
}

#content b {
	color: #000;
}

.img {
	text-align:center;
	background-color: #fff;
	width: 574px;
}

#content h2 {
padding-left: 12px;
text-transform:uppercase;
color:#585858;
font-size:13px;
text-align: left; 
}

#content p {
	margin:5px 10px 0;
	padding:0 0 13px;
	line-height:22px;
	letter-spacing: -1 .em;
}

#content a {
	color:#585858;
}

#content div.ad {
	float:left;
	margin:5px;
}

/* Footer */
#footer {
	clear:both;
	width:574px;
	margin:0 auto;
	font-size:10px;
	padding:2px 0 4px;
	color:#D7E1EA;
	text-transform:uppercase;
	text-align:center;
}

#footer a {
	color:#D7E1EA;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
