body {
	margin: 0px;
	padding: 0px;
	background: #000 url('/persistent/images/bg_black.jpg') no-repeat;
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #FFF;
}

p, td, li {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #FFF;
	line-height: 1.5;
}

a {
	color: #E29E35;
	text-decoration: underline;
}

a:hover {
	color: #E29E35;
	text-decoration: none;
}


h1 {
	font-size: 18px;
	color: #CCCCCC;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

#wrapper {
  width: 100%;
	margin: 0px;
	padding: 0px;
}

#logo {
  padding: 20px 0px 0px 265px;
}

.cname {
  font-size: 32px;
	font-weight: bold;
	color: #F7A830;
}

.menu {
	color: #F7A830;
	font-weight: normal;
	text-decoration: none;
}

#body {
	text-align: left;
	vertical-align: top;
}

.bodyL {
	width: 295px;
	text-align: right;
	vertical-align: top;
}

.bodyR {
	text-align: left;
	vertical-align: top;
	padding: 0px 20px 20px 20px;
}

#footer {
	color: #F7A830;
}

