body,html {
	margin: 0;
	padding: 0;
	background: #f8f8f8;
	color: #000;
	background-image: url('images/grad.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	height: 100%;
}

body {
	min-width: 799px;
}

#wrap {
	background: #fff;
	margin: 0 auto;
	width: 799px;
	position: relative;
	min-height: 100%;
}
	
* html #wrap
{
height: 100%;
}

#header {
	background: transparent;
	height:150px;
	width:800px;
	border-bottom: 1px solid #333;
}

#header img {
	float: left;
}

#side {
	background: transparent;
	float: left;
	width: 100px;
}

#side ul {
	list-style: none;
	padding-left: 5px;
	margin: 0;
}

#side ul li a{
	text-decoration: none;
	display: block;
	height:11px;
	width: 95px;
	padding-top:10px;
	color: #333;
	font-weight: bold;
}

#side a:hover{
	text-decoration: none;
	display: block;
	height:11px;
	width: 95px;
	padding-top:10px;
	color: #09F;
	font-weight: bold;
}

#main {
	background: transparent;
	float: left;
	width: 650px;
	height: 100%;
	padding-bottom: 100px;
}

#main h2, #main h3, #main p {
	padding: 0 10px;
}

div.r {
clear: both;
padding-top: 5px;
background-color:#FFF;
}

em {
color:#F00;
}

label {
float: left;
width: 100px;
text-align: right;
}

span.f {
float: right;
width: 535px;
text-align: left;
}

div.sp {
clear: both;
}

.req {
font-weight:bold;
}

input, textarea {
background: #FFF;
border:1px solid #000;
padding:2px;
}

input:focus, textarea:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}

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

#main a:hover {
	font-weight: bold;
	color: #09F;
	text-decoration: none;
}

#chnv {
	text-align: center;
}

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

#chnv a:hover {
	font-weight: bold;
	color: #09F;
	text-decoration: none;
}

#cr {
	text-align: center;
}

#ra {
	text-align: right;
	font-weight: bold;
}

#footer {
	background: #000;
	clear: both;
	width: 801px;
	height: 40px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	margin-top: -40px;
	padding-top: 5px;
	}

#footer p {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 9pt;
}

#footer a {
	font-weight: bold;
	color: #09F;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}