body {
	font-family: Verdana;
	background: url('images/bg.png');
	min-width: 900px;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 14px;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px solid white;
	width: 150px;
	text-align: left;
}

hr {
	border-bottom: 1px solid white;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 150px;
}

.header_bg {
	background: #ffffff url('images/top_bg.png') top left repeat-x;
	height: 134px;
	width: 100% auto;
}

.header {
	margin: 0px;
	padding: 0px;
	background: url('images/header_logo.png') top left no-repeat;
	height: 134px;
	width: 100% auto;
}

#title {
	font-size: 14px;
}

#count_down_div {
	position: absolute;
	top: 90px;
	right: 10px;
	color: #ffffff;
	font-size: 12px;
}

.menu {
	float: right; 
	margin: 0px; 
	padding: 0px;
}

.menu td {
	height: 36px;
	background: url('images/grey_tab_bg.png');
}

.menu #link {
	background: url('images/grey_tab.png') top left no-repeat; 
	height: 36px;
	padding-left: 20px;
}

.menu #active_link {
	background: url('images/blue_tab.png') top left no-repeat; 
	height: 36px;
	padding-left: 20px;
}


.menu_left {
	width: 210px;
	float: left;
	text-align: center;
}

.menu_left #links {
	margin-top: 10px;
	color: #ffffff;
	font-size: 11px;
	padding-right: 5px;
}

.menu_left #links a {
	color: white;
}

.menu_left #links a.complete {
	color: #C07E46;
}

.menu_left #links a:hover {
	text-decoration: none;
}

.content_right {
	float: left;
}

.content {
	background: #ffffff url('images/left_bg.png') top left repeat-y;
	min-height: 400px;
}

.footer_bg {
	background: url('images/footer_bg.png') top left repeat-x;
	padding: 0px;
	margin: 0px;
	height: 24px;
	width: 100% auto;
}

.footer {
	background: url('images/footer_left.png') top left no-repeat;
	padding: 0px;
	margin: 0px;
	width: 100% auto;
	height: 24px;
	color: #ffffff;
	font-size: 10px;
}
