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

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: #170803;
	font-family: Calibri, Arial, sans-serif;
	font-size:12px;
	color: #000;
	text-align:center;
}

#wrapper {
	width:900px;
	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 0px 0px 0px;
	background:url(bodybg.png) repeat-y 0 0;
	behavior:url(iepngfix.htc);
}

#content {
	width:740px;
	margin:0px 80px 0px 80px;
	padding:20px 0px 0px 0px;
	background-color:#fff;
	overflow:hidden;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}
#content a, a:visited {
	color: #170803;
	text-decoration: underline;
}
#content a:hover {
	color: #170803;
	text-decoration: underline;
}
h1, h2, h3 {
	font-size:14px;
	color: #000;
	font-weight:bold;
	margin-bottom: 10px;
}
h2, h3 {
	margin-top:5px;
}
h3 {
	margin-bottom: 5px;
	color: #333;
}
p {
	margin-bottom: 8px;
	line-height: 24px;
}
#breadcrumb {
	font-size:14px;
	color: #666;
	font-weight:normal;
	margin-bottom: 10px;
}
#breadcrumb a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
.sitemap {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 10px;
}
.sitemap ul {
	list-style-type: upper-alpha;
	list-style-position: inside;
	padding-left: 25px;
}
.sitemap ul ul {
	list-style-type: lower-roman;
	list-style-position: inside;
	padding-left: 40px;
}
