@charset "UTF-8";
/* CSS Document */

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

a#posi {
	text-decoration:none;
	color:#000000;
}

.main #container { 
	width: 748px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #c35c5b;
	text-align: left;
	background:url(images/back.jpg) left center repeat-y scroll;
}

.main #header {
	padding-left:1px;
	background:url(images/header-back.jpg) top center no-repeat scroll;
	height:208px;
} 

.main #contact {
	float:right;
	width:168px;
}

.main #stan {
	float:right;
	width:auto;
	z-index:999;
}

.main #google {
	float:right;
	width:auto;
	margin-top:-50px;
	margin-right:6px;
	background:none;
}

.main #header h1 {
	margin: 0;
	padding: 10px 0;
}

.main #sidebar1 {
	float: left;
	width: 180px;
	padding-left:5px;
}

.main #mainContent { 
	margin: 0 0 0 180px;
	padding: 0 10px 0 0;
	line-height:1.5em;
} 

.main #footer { 
	padding: 0 10px;
	text-align:center;
	background:url(images/footer-back.jpg) center bottom no-repeat scroll;
} 

.main #footer a {
	color:#000;
	text-decoration:none;
}

.main #footer p {
	margin: 0;
	padding: 10px 0;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}