@charset "utf-8";
/* CSS Document */
body {
	background-color: #999;
	position: relative;
}
#wrapper {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 910px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/layout_main_back.jpg);
}
#top_nav {
	font-size: 14px;
	text-align: right;
	position: relative;
	background-color: #999;
	z-index: 1;
	height: 31px;
}
#top_nav a:link {
	color: #fff;
	text-decoration:none;
}
#top_nav a:visited {
	color: #fff;
	text-decoration:none;
}
#top_nav a:hover {
	color:#F96;
	text-decoration:none;
}
#top_nav a:active {
	color:#F96;
	text-decoration:none;
}
#banner {
	background-image: url(images/layout_banner.jpg);
	height: 234px;
	position: relative;
}
#top_bar {
	background-image: url(images/layout_bar.jpg);
	height: 48px;
	font-size: 18pt;
	text-align: right;
	color: #333;
	position: relative;
}
#contentHolder {
	background-image: url(images/layout_main_back.jpg);
	width: 910px;
	background-repeat: repeat-y;
	position: relative;
	height: 500px;
}
#left_nav {
	background-image: url(images/layout_left_nav.jpg);
	width: 110px;
	line-height: 22px;
	color: #000;
	text-align: right;
	position: relative;
	height: 350px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#left_nav a:link {
	color: #666;
	text-decoration:none;
}
#left_nav a:visited {
	color: #666;
	text-decoration:none;
}
#left_nav a:hover {
	color:#F96;
	text-decoration:none;
}
#left_nav a:active {
	color:#F96;
	text-decoration:none;
}
#mainbody {
	background-color: #FFF;
	height: auto;
	width: 470px;
	color: #333;
	position: relative;
	left: 120px;
	top: -348px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#wrapper #mainbody p {
	font-size: 14px;
	width: 400px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#rt_column {
	width: 270px;
	color: #333;
	background-image: url(images/layout_rt_column.jpg);
	background-repeat: repeat;
	left: 622px;
	position: relative;
	top: -790px;
}
