* 
{
	margin:0;
	padding:0;
}

p 
{
	margin:10px 0;
	text-align:justify;
}

html, body 
{
	background:#777 url(images/bg.gif);
	font-family:Arial,Times New Roman,sans-serif;
	text-align:center;
}

#site-wrapper
{
	background:#FFFFFF none repeat scroll 0 0;
	margin:0 auto;
	text-align:left;
	width:732px;
	border-right:10px solid #3c3c3c;
	border-left:10px solid #3c3c3c;
}
#inner-wrapper
{
	background:#fff url(images/inner-bg.gif);;
	margin:0 auto;
	text-align:left;
	width:708px;
	border-right:10px solid #fff;
	border-left:10px solid #fff;
}
#header 
{
	background:transparent url(images/header-bg.gif) repeat scroll 0 0;
	height:102px;
}

img.logo 
{
	float:left;
}

#header ul
{
	float:right;
	width:247px;
	height:72px;
	margin:0;
	padding:0;
}
#header ul li
{
	float:right;
	list-style-type:none;
	height:34px;
}

#nav 
{
	background:#777 none repeat scroll 0 0;
	height:31px;
	text-align:center;
}

#nav ul 
{
	list-style-type:none;
	width:707px;
}
#nav li {
float:left;
}
#nav li a {
color:#0A38F9;
text-decoration:none;
}
#nav li a:hover {
text-decoration:underline;
}


#content
{
	background:transparent url(images/content-bg.gif);
	height:542px;
	width:708px;
	overflow-y:auto;
}
	
#wrapper
{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
}

#left
{
	width:400px;
	font-size:12px;
	float:left;
}

#sidebar
{
	width:600px;
	font-size:12px;
	float:left;
}

#left h1
{
	color:#0b5aa7;
	font-size:35px;
}

#content li
{
	margin-left:35px;
}
#right
{
	float:right;
	margin:0px 20px 0 0;
}

.bordered
{
	padding:1px;
	border:1px solid #777;
}

#sub-footer
{
	background:#0b5aa7;
	height:50px;
	padding:10px 20px;
}
	
#sub-footer h1
{
	color:#fff;	
	font-size:20px;
}

#sub-footer h2
{
	color:#fff;	
	font-size:15px;
}
#footer {
background:#3c3c3c none repeat scroll 0 0;
border-top:1px solid #fff;
font-size:15px;
height:22px;
padding:5px 0;
text-align:center;
}
#footer ul {
list-style-type:none;
margin:0 0 0 30px;
width:700px;
}
#footer li {
float:left;
padding-left:20px;
}
#footer li a {
color:#c0c0c0;
font-size:11px;
text-decoration:none;
}
#footer li a:hover {
color:#fff;
}
