body {
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	background:url('/img/main_bg.png') repeat-x #777;
	margin:0;
}

#header_span {
	width:100%;
	height:120px;
	background:url('/img/header_bg.png') repeat-x;
}

#header {
	width:800px;
	height:120px;
	background:url('/img/header_bg.png') repeat-x;
	line-height:120px;
	margin:0 auto 0 auto;
}

#logo {
	width:auto;
	height:120px;
	float:left;
	margin:0;
	color:#fff;
	font-size:2.5em;
}

#nav {
	height:120px;
	float:right;
	margin:0;
}

#nav ul {
	list-style-type:none;
}

#nav li {
	float:left;
	text-align:center;
	text-transform:lowercase;
}

#nav li a {
	height:120px;
	display:block;
	padding:0 15px 0 15px;
	color:#fff;
	text-decoration:none;
}

#nav li a:hover {
	height:120px;
	display:block;
	background:url('/img/link_bg.jpg') repeat-x;
	color:#fff;
	text-decoration:none;
}

#wrapper {
	width:800px;
	height:auto;
	margin:0 auto 10px auto;
}

#content {
	width:740px;
	height:auto;
	padding:10px 30px 0 30px;
	background:#fff;
}

.content_clearfix {
	width:auto;
	height:1px;
	clear:both;
}

#content_base {
	width:800px;
	height:45px;
	background:url('/img/content_base.png') no-repeat;
}

#footer {
	width:auto;
	height:20px;
	float:right;
	margin:0 38px 0 0;
	padding:5px 10px 5px 10px;
	text-align:right;
	color:#000;
	font-size:0.8em;
	background:#fff;
	filter:alpha(opacity=80);	/* for IE */
	opacity:0.8; 				/* CSS3 standard */
	-moz-opacity:0.8; 			/* for Mozilla */	
}

* {
	margin:0;
	padding:0;
}

.title {
	width:auto;
	height:auto;
	margin:10px 0 0 0;
	font-size:1.3em;
	color:#000;
	text-transform:uppercase;
	text-decoration:underline;
}

.para {
	width:auto;
	height:auto;
	margin:10px 0 0 0;
	font-size:0.9em;
	/*text-align:justify;*/
}
.para ul {
	padding:10px 0 0 25px;
}

.imgbox {
	width:200px;
	height:auto;
	float:right;
	padding:0 20px 20px 20px;
}

.linkwrapper {
	width:auto;
	height:auto;
}

.links1 {
	width:200px;
	height:auto;
	float:left;
	margin:10px 0 0 0;
}

.links2 {
	width:500px;
	height:auto;
	float:left;
	margin:10px 0 0 0;
}