
body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: #dae0e5 url(../images/bg.jpg) top left repeat-x;
	font-size: small;
}
#wrapper {
	width: 970px;
	width: 990px;
	margin: 10px auto 0 auto;
	margin-top: 5px;
/*	background: #33CC66; */
/*	background: #fff url(../images/grid16.gif) top left repeat-y;
	background: #fff; */
	/* Fix IE5 */
	text-align: left;
}
a.skip {
	color: #fff;
	font-size:0.7em;
}
/*=================================== BANNER =============================================*/
#banner {
	position: relative;
	width: 990px;
/*	margin-left: 10px; */
	color: #000;
	background: #fff url(../images/banner_top.gif) top left no-repeat;
	background: url(../images/bg_banner.png) top left no-repeat;
}
#banner .logo {
	width: 280px;
	margin: 38px 15px 25px 20px;
	border: 0;
}
#banner .photo {
	position: absolute;
	left: 390px;
	bottom: 0;
}
#banner .contact {
	position: absolute;
	right: 20px;
	top: 15px;
}
#banner p {
	margin: 0;
	padding: 0;
}
/* Fix IE6 and earlier - double margin bug rightcolH */
* html .logo {
	display: inline;
}

/*=================================== LEFT COL =============================================*/

#leftcol {
	position: relative;
	
	float:left;
	width: 170px;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 10px;
	margin-left: 20px;
	background: #fff url(../images/bg_sidenav2.gif) bottom left no-repeat;
}
* html #leftcolXXX {
	width: 170px;
	w\idth: 150px;
}
/* ie fix */
* html #leftcol {
	display: inline;
}
#leftcol h2 {
	color: #65839f;
	font-size: 1.1em;
	margin: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;	
	background: #fff url(../images/bg_sidenav1.gif) top left no-repeat;
/*	padding-right: 10px; */
}

#leftcol img {
	border: 0;
}
/*=================================== MAIN =============================================*/
#mainbody {
/*	background: #ecf2f8; */
	background:url(../images/bg_wrapper.png) top left repeat-y;
	
	width: 990px;
}
#maintext {
	margin-left: 200px;
	margin-right: 20px;
/*	padding: 10px; */
	background: #fff url(../images/bg_maintext4.gif) bottom left no-repeat;
	padding-bottom: 20px;
	
}
#maintext h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #000;
	background: #fff url(../images/bg_maintext3.gif) top left no-repeat;
	padding-top: 10px;
	margin-top: 0;
}
#maintext h1, #maintext h2, #maintext h3, #maintext p {
	padding-left: 10px;
	padding-right: 10px;
}
#maintext h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #fa002c;
	padding-bottom: 0;
	margin-bottom: 0;
}
#maintext h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #000;
}
#maintext p {
	margin-bottom: 0;
	font-size: 1.0em;
	color: #000;
	line-height: 140%;
}
/*#maintext img {
	padding: 2px;
	border: 1px solid #000; */
}
#features p.lastitem {
	background: url(../images/bg_maintext2.gif) bottom left no-repeat;
	padding-bottom: 10px; 

/*	background:#003366; */
}

/*=================================== FOOTER =============================================*/
#footer {
	clear: both;
	width: 990px;
	margin: 0 auto;
	padding: 10px 0;
	padding-top: 20px;
	margin-bottom: 0;		
	background: url(../images/footer_top.gif) top left no-repeat;
	background: url(../images/bg_footer.png) top left no-repeat;
}
#footer p {	
	color: #000;
	font-size: 0.8em;
	text-align: center;	
	margin: 0;
	padding: 0;
}
img.image_right {
	float: right;
	margin-left: 10px;
	border: 0;
}
img.image_right_border {
	float: right;
	margin-left: 10px;
	padding: 1px;
	border: 1px solid #50531e;
}
img.image_left {
	float: left;
	margin-right: 10px;
	border: 0;
}
img.image_left_border {
	float: left;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #50531e;
}
img.image_no_border {
	border: 0;
}
img.image_border {
	padding: 1px;
	border: 1px solid #50531e;
}

