* {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
}
body {
	font-size: 100.01%;
	padding: 0px 0px;
	background: #202020 url(../img/system/bg_body.png) repeat-y center top;
}
a:hover {
	color:  #CC0000;
}
ul {
	list-style: none;
}
a img{
	border: none;
}
.clear {
	clear: both;
}
p{
	padding-bottom: 30px;
}
h1{
	position: relative;
	overflow: hidden;
	height: 12px;
	background: #202020;
}
h1 span{
	position: absolute;
	left: 2000px;
}
#wrapper , h1, #mainNav{
	margin: 0px auto;
	width: 784px;
	font-size: 0.7em;
}
#mainNav{
	font-size: 0.7em;
}
#wrapper{
	clear: both;
	border-top: 1px solid #222222;
	line-height: 1.5em;
}
#mainNav{
	background: url(../img/system/bg_head.jpg) no-repeat center top;
	height: 230px;
	padding-right: 30px;
	width: 758px;
	padding-top: 10px;
	text-align: right;
}
#mainNav li{
	display: inline;
	color: #FFFFFF;
}
#mainNav a{
	text-decoration: none;
	color: #FFFFFF;
}
#mainNav a:hover, #mainNav li.current a{
	text-decoration: underline;
}
#subNav{
	float: left;
	background: url(../img/system/bg_subNav.gif) repeat-x;
	width: 780px;
	margin-left: 2px;
	border-bottom: 1px solid #3A3B3D;
}
* html #subNav{
	margin-left: 1px;
}
#subNav li{
	float: left;
}
#subNav li.arrow{
	padding-left: 19px;
	background: url(../img/system/bg_subNavItem.gif) no-repeat 15px 11px;
}
#subNav li a{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding: 8px 12px;
}
#subNav li a:hover, #subNav li.current a{
	color: #868686;
	background: url(../img/system/bg_subNaviCurrentItem.gif) no-repeat center bottom;
}
#leftColumn{
	background: url(../img/system/bg_radiant.png) repeat-x left top;
	float: left;
	width: 459px;
	margin-left: 2px;
	color: #FFFFFF;
	padding: 25px 50px 30px 36px;
}
#leftColumn h2, #rightColumn h2{
	font-size:  1.0em;
	margin-bottom: 10px;
	font-weight: bold;
}
#leftColumn h2{
	margin-bottom: 15px;
}
* html #leftColumn{
	margin-left: 1px;
}
#leftColumn a{
	color: #FFFFFF;
	text-decoration: yes;
}
#leftColumn a:hover{
	text-decoration: underline;
}
#rightColumn {
	float: left;
	width: 213px;
	padding: 11px;
	color: #FFFFFF;
}
#rightColumn a{
	color: #FFFFFF;
	text-decoration: none;
}
#rightColumn a:hover{
	text-decoration: underline;
}
#rightColumn h2{
	border-bottom: 1px solid #FFFFFF;
	background: url(../img/system/bg_rightColumnTitle.gif) no-repeat 4px 3px;
	color: #FFFFFF;
	padding: 0px 0px 7px 25px;
}
#rightColumn .car{
	margin-bottom: 5px;
}
#footer {
	border-top: 1px solid #CCCCCC;
	color: #CCCCCC;
	padding-top: 10px;
}