* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #131516;
}

#main {		
	margin: 0 auto;
	width: 1024px;	
}

#header {	
	background-color: #3d1f2e;
	background-image: url(../images/header.jpg);
	height: 250px;
	width: 100%;	
}

#logo {	
	background-color: #3d1f2e;
	float: left;
	height: 175px;
	margin-left: 55px;			
	width: 330px;	
}

#logo img {
	border: 0;
	padding-top: 15px;
}

#section {	
	float: left;	
	height: 175px;	
	width: 360px;	
}

#section img {
	border: 0;	
	padding-top: 80px;
}

#menu {	
	background-color: #3d1f2e;
	clear: both;	
	font-size: 13px;
	/*font-stretch: semi-expanded;*/
	height: 70px;	
	margin-left: 55px;
	width: 690px;
}

#menu table {
	background-color: #441b2b;	
	border-collapse: collapse;	
	width: 100%;	
}

#menu table tr td #display {
	background-color: #000;
	border: 1px solid #212121;
	color: #fff;
	float: left;
	height: 21px;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-top: 4px;	
	width: 355px;
}

#menu table tr td #display p {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;	
	font-weight: bolder;	
	padding-left: 3px;
	padding-top: 3px; 
	text-align: left;	
}

#menu table tr td #links {	
	float: left;
	height: 20px;
	margin-left: 4px;	
}

#menu table tr td #links img {
	border: 0;
}

#menu table tr td #links a {
	display: inline-block;
}

#menu table tr td #links a:hover {
	background-color: #6e294f;
}

#menu table .line {	
	border-bottom: 1px solid #6e294f;	
	height: 1px;
}
#menu table tr td #items {	
	list-style: none;
	margin-left: 4px;	
}

#menu table tr td #items li {	
	display: inline-block;
	float: left;	
}

#menu table tr td #items li a {	
	background-color: #441b2b;
	color: #fafafa;
	display: block;			
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	padding: 4px 0;
	text-align: center;	
	text-decoration: none;
	width: 80px;
}

#menu table tr td #items li a:hover {
	background-color: #6e294f;
	color: #fff;	
}

#bd {	
	background-color: #131516;
	background-image: url(../images/bg.jpg);
	width: 100%;
}

#content {
	background-color: #3d1f2e;
	background-image: url(../images/bgp.jpg);		 	
	margin-left: 55px;
	width: 921px;
	height: 600px;
}

.clearfloat { 
	clear: both;
	font-size: 1px;
	height: 10px;	
	line-height: 0px;
}

#footer {	
	background-image: url(../images/bg.jpg);
	height: 45px;
	width: 100%;	
}

#footer p {
	color: #EEE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	font-weight: bolder;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	text-align: center;
	vertical-align: middle;	
}

#footer #icons {
	float: right;
	margin-top: -27px;
}

#icons img {
	border: none;
	height: 31px;
	width: 88px;	
	text-align: right;
	vertical-align: text-bottom;
}
