
* {
	margin: 0;
	padding: 0
	}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 19px;
	background-color: #252525;
	text-align: center;
	margin: 0;
	padding: 0
	}

#wrapper {
	background-image: url("images/wrapper_bg_home.jpg");
	background-repeat: repeat-y;
	background-position: 0 0;
	text-align: left;
	margin: auto;
	padding: 0;
	position: relative;
	width: 778px;
	min-height: 100%
	}

#header {
	background-color: #2c2c2c;
	background-image: url("images/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 778px;
	height: 98px
	}

#header h1 {
	color: #fff;
	font-size: 18px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: normal;
	letter-spacing: 3%;
	position: absolute;
	top: 163px;
	left: 492px
	}

.logo {
	position: absolute;
	top: 0;
	left: 0;
	float: left
	}

.header_pic {
	z-index: 1;
	width: 778px;
	height: 120px
	}

/* menu */
#menu {
	margin-top: 72px;
	padding-bottom: 10px;
	width: auto;
	float: right
	}

#menu ul {
	color: #fff;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0
	}

#menu ul li {
	display: inline;
	margin: 0;
	padding: 0
	}

#menu ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 13px;
	border-bottom: 4px solid #5c5c5c
	}

#menu ul li a:hover {
	color: #8bc;
	border-bottom: 4px solid #8bc
	}

/* left panel */
#left_panel {
	padding-top: 40px;
	width: 230px;
	float: left
	}

#left_panel p {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 225px
	}

#left_panel img {
	border-width: 0
	}

/* content */
#content {
	margin-top: 30px;
	margin-left: 30px;
	padding-bottom: 40px;
	width: 330px;
	min-height: 340px;
	float: left
	}

#content h1 {
	color: #adf;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #adf
	}

#content h2 {
	color: #903;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px
	}

#content p {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px
	}

#content li a {
	color: #70a2b9;
	text-align: center;
	padding: 5px 25px
	}

#content li a:hover {
	color: #9a0034
	}

hr {
	margin-bottom: 20px
	}

a {
	color: #adf;
	font-weight: bold;
	text-decoration: none
	}

a:hover {
	color: #8ab7cc;
	font-weight: bold;
	text-decoration: none
	}

.clearboth {
	clear: both
	}

/* rght panel */
#right_panel {
	margin-left: 30px;
	padding-top: 50px;
	width: 150px;
	float: left
	}

#right_panel h2 {
	color: #adf;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px
	}

#right_panel p {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 130px
	}

#right_panel li {
	color: #fff;
	list-style-image: url("images/tick.gif");
	list-style-position: inside
	}

.avail {
	text-align: center;
	width: 151px;
	height: 50px
	}

.avail a {
	background-image: url("images/avail_up.gif");
	background-repeat: no-repeat;
	padding: 15px 20px 20px;
	width: 151px;
	height: 50px
	}

.avail a:hover {
	background-image: url("images/avail_down.gif");
	background-repeat: no-repeat;
	position: relative;
	top: 1px;
	left: 1px;
	width: 151px;
	height: 50px
	}

#right_panel td {
	color: #fff;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #494949
	}

#right_panel hr {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 151px;
	height: 1px;
	border-top: 1px solid #adf
	}

/* footer */
#footer {
	background-color: #2c2c2c;
	width: 778px;
	height: 60px;
	border-top: 1px solid #adf
	}

#footer p {
	color: #fff;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px
	}

#footer a {
	color: #adf;
	font-weight: normal;
	text-decoration: none
	}

#footer a:hover {
	color: #8ab7cc;
	text-decoration: none
	}

.credit {
	color: #fff;
	font-size: 10px;
	text-align: right;
	}

