@charset "utf-8";
@import url("reset.css");
/*hostserver*/
body {
	background:url(../img/bg.jpg) top center;
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#5e4f4b;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:20px;
}
p {
	padding:5px 0;
}
a {
	color:#911c3c;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#9f6948;
}
h1 {
	font:normal 26px Georgia, "Times New Roman", Times, serif;
	color:#9f6948;
	margin:10px 0 10px;
}
h2 {
	font:normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#46221c;
	margin:0 0 10px;
}
h3, h4, h5, h6 {
	font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5e4f4b;
	margin:0 0 10px;
}
#proof {
	width:980px;
	margin:0 auto;
}
#container {
	width:920px;
	margin:0 auto;
	padding:0 30px;
	background:#fff url(../img/bg_container.jpg) top center repeat-y;
}
#headerMain {
	width:920px;
	height:127px;
	overflow:hidden;
	background:url(../img/bg_header.jpg);
	color:#46221c;
	font:Georgia, "Times New Roman", Times, serif;
	text-align:left;
}
.address {
	font:bold 17px Georgia, "Times New Roman", Times, serif;
	line-height:19px;
	padding:5px 0 0 416px;
}
.phone {
	font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:15px;
	padding:10px 0 0 416px;
}
.wrapper {
	width:920px;
	background:url(../img/bg_wrapper.jpg) top center no-repeat;
	text-align:left;
}
.colA {
	width:187px;
	float:left;
	padding:38px 0 0 3px;
}
.colB {
	width:700px;
	float:right;
	padding:10px 15px;
}
.clear {
	clear:both;
}
#footerMain {
	width:100%;
	height:250px;
	background:url(../img/bg_footer.jpg) repeat-x;
	padding:15px 0 0 0;
	color:#46221c;
	font:14px Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
#footerMain a {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#46221c;
	text-decoration:none;
}
#footerMain a:hover {
	color:#000;
}
#footerMain .wrapper {
	background:none;
	margin:0 auto;
}
/*
.left {
	float:left;
}
*/
.credit {
	float:right;
	padding:0 10px 0 0;
	background:url(../img/bg_360ideas.gif) top right no-repeat;
}
