body {
	background:#F1EDEB url('../images/bg.jpg') top left;
	margin:0;
	padding:0;
}

#wrapper {
	width:760px; 
	margin:0 auto 0 auto;
	padding:0;
	background:#FFF url('../images/wrapper-bg.jpg') top left;
}
#header {
	width:736px;
	margin:0 12px 0 12px;
	border-bottom:1px solid #333;
}
#left {
	width:127px;
	color:#C3B4AB;
	float:left;
}

#left a {
	display:block;
	width:122px;
	padding:3px 3px 0 0;
	color:#EFEBE9;
	font-size:1em;
	font-weight:bolder;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
}
#left a:hover {
	background:#EFEBE9 url('../images/menu-bg-hover.gif') top left;
	color:#42342B;
}
#left a.selected {
	background:#EFEBE9 url('../images/menu-bg-hover.gif') top left;
	color:#42342B;
}
#left ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu img.promo {
	margin-top: 40%;
	border: none;
}


#center {
	width:736px;
	margin:0 12px 0 12px;
}
#page_menu ul {
	margin:.25em 0;
	padding:0;
	list-style-type:none;
	text-align:right;
}
#page_menu li {
	margin:0;
	padding:0 5px 0;
	list-style-type:none;
	line-height:1.5em;
}
#page_menu a {
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#EFEBE9;
}
table.content-table {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}
td#menu {
	width:125px;
	margin:0;
	padding:0;
	vertical-align:top;
	
}
td#menu a {
	line-height: 1.5em;
}
td#content {
	width:609px;
	vertical-align:top;
	padding:0;
	margin:0;
} 
td#content p {
	margin:0px;
} 
#right {}
#footer {
	width:720px; 
	margin:0 auto 0 auto;
	height:35px;
	background:url('../images/footer.jpg') no-repeat top left;
	padding:2px 20px 0 20px;
	color:#C3B4AB;
	font-size:90%;
}
#footer p {
	color:#C3B4AB;
	font-size:90%;
	float:left;
	line-height:20px;
	margin:0;
	padding:0 20px 0 20px;
}
#footer a {
	color:#C3B4AB;
}
#footer p.credit {
	float:right;
}

/* CLASS STYLES */
.bus_item {
	color:#42342B;
	padding:3px 0 3px 0;
	font-size:.9em;
}
.faq_question {
	font-weight:bold;
}
.bus_info_div {
	margin-left: 10px;
}
.bus_header {
	color: maroon;
	margin: 15px 0 5px 0;
	font-size: 1.4em;
}
.bus_title {
	float: left;
}
#bus_img_div {
	width: 106px;
	height: 40px;
	float: left;
}

/* Contest Page Layout */

.winner {
	margin: 15px 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid silver;
}

/* FAQ page layout */
.faqlist ul {
	padding-left: 0px;
	margin-left: -50px;
}
.faqlist li {
}
.faqlist a {
	line-height: 1.3em;
	font-size: 1.1em;
	color: #000077;
	padding: 5px;
	display: block;
	border-bottom: 1px solid silver;
	text-decoration: none;
}
.faqlist a:hover {
	background-color: #0000cc;
	color: white;
	padding: 5px;
	display: block;
	border-bottom: 1px solid black;
	text-decoration: none;
}
#endorsebox {
	margin: 5px; 
	border: 2px solid white;
	background-color: #786254;
	width: 100px; 
	padding: 10px 5px; 
	color: white;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}