/*------------------------------------reset--------------------------------------------*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,label,blockquote,fieldset,input { margin: 0; padding: 0; }

ul, ol {
	list-style:none;
}
.floatleft {
	float:left;
	padding:0px 10px 0px 0px;
}
.floatright {
	float:right;
	padding-left:20px;
	padding-bottom:10px;
}
img {
	border:none;
}

/*layout*/
.clear {
	clear:both;
}
.clearer { 
clear: both;
height:40px;
}
.clearfix { 
clear: both;
height:20px;
}

/* ---------------------- end reset ---------------------------------*/

body {
	background:url(images/mainbg.png) repeat-x #ffffff;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	color:#000;
	text-align:center;
}

#wrapper {
	width:914px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}

/* ---------------------- start header ---------------------------------*/
/* NB: Header menu CSS in separate common file in media/template dir    */

/* ---------------------- start mainbody ---------------------------------*/
#mainbody {
	width:900px;
	padding:0px 7px 0px 7px;
	background:url(/media/template/bodybg.png) repeat-y 0 0;
	behavior:url(images/iepngfix.htc);
}
#banner {
	width:900px;
	height:285px;
	padding:0px 0px 0px 0px;
	background: #c4c4c4;
}
#content {
	width:100%;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	background-color:#fff;
	overflow:hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content p {
	line-height:15px;
	margin-bottom:5px;
	font-size:13px;
}
#content a, a:visited, a:hover {
	color: black;
	text-decoration: underline;
}
h1, h2, h3 {
	font-size:16px;
	color: #000;
	font-weight:bold;
	margin-bottom: 0px;
}
h2, h3 {
	margin-top:5px;
}