* {
	margin: 0;
	padding: 0
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-color: #252525;
	text-align: center;
	margin: 0;
	padding: 0
}
#wrapper {
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: auto;
	padding: 0;
	position: relative;
	width: 900px;
	background-color: #2c2c2c;
	border: 0px;
}
.home #wrapper {
	background-image: url(images/main_bg2.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
#header {
	background-color: #2c2c2c;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 98px
}
#header h1 {
	color: #fff;
	font-size: 1.8em;
	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;
	width: 96px;
	float: left;
}
.name {
	width: 300px;
	float: right;
	margin-top: 20px;
	margin-right: 30px;
}
.header_pic {
	width: 900px;
	height: 139px;
	margin-bottom: 40px;
	padding-top: 10px;
	background-color: #2c2c2c;
}
/* menu */
#menu {
	margin-top: 18px;
	width: 800px;
	float: right;
}
#menu ul {
	float: right;
}


/* left panel */
#left_panel {
	width: 250px;
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}
#left_panel p {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 225px
}
#left_panel img {
	border-width: 0
}
/* rght panel */
#right_panel {
	padding-top: 10px;
	width: 150px;
	float: right;
	margin-right: 30px;
	font-size: 1.2em;
	line-height: 1.5em;
}
#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
}
#content {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-left: 310px;
	padding-bottom: 40px;
	width: 560px;
	min-height: 340px;
}
/* content */
.home #content {
	width: 330px;
}
#content h1 {
	color: #adf;
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #adf
}
#content h2 {
	color: #adf;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 15px
}
#content p {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px
}
#content td {
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	padding: 5px 10px
}
.indent50 {
	margin-left: 50px
}
.plus20 {
	padding-bottom: 20px
}
.links {
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #777
}
.note {
	font-style: italic;
	color: #FF9;
	font-weight: bold;
	font-size: 14px;
}

#options {
	margin: 0 0 0 50px;
	padding: 0
}
#options ul {
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	list-style-type: none;
	width: 400px;
	float: left
}
#options li {
	width: 200px;
	float: left
}
.center {
	text-align: center
}
a {
	color: #dfe;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #8ab7cc;
	font-weight: bold;
	text-decoration: none
}
.clearboth {
	clear: both
}
.avail {
	text-align: center;
	width: 150px;
	height: 50px;
	margin-bottom: 3px;
}
.avail a {
	background-image: url("images/avail_up.gif");
	background-repeat: no-repeat;
	width: 150px;
	height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
}
.avail a:hover {
	background-image: url("images/avail_down.gif");
	background-repeat: no-repeat;
	top: 1px;
	left: 1px
}
#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;
	height: 60px;
	font-size: 1.2em;
	line-height: 1.5em;
	border-top: 1px solid #adf
}
#footer p {
	color: #fff;
	text-align: right;
	padding-top: 10px;
	padding-right: 30px
}
#footer a {
	color: #adf;
	font-weight: normal;
	text-decoration: none
}
#footer a:hover {
	color: #8ab7cc;
	text-decoration: none
}
#credit {
	color: #666;
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
	width: 760px
}
.feed {
	margin-top: 10px;
	width: 560px;
	float: left
}

