body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8e8e8e;
	background:#FFF;
}
body a {
	color:#8e8e8e;
}
body a:hover {
	color:#dc8340;
}
body a img {
	border:none;
}

#wrapper {
	width:760px;
	margin:0 auto 0 auto;
}
#wrapper div {
	float:left;
}

#header {
	width:735px;
	padding:15px 5px 0px 20px;
	margin-bottom:6px;
	border-bottom:1px solid #d3d3d3;
}
#header #logo {
	margin-bottom:15px;
}
#header #nav {
	float:right;
	text-align:right;
	padding-top:80px;
	font-size:10px;
}

#banner {
	width:760px;
}
#footer {
	width:752px;
	padding:4px;
	background-color:#b7b7b7;
	text-align:center;
}
#footer pre {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}
#footer a {
	color:#fff;
	text-decoration:none;
}

/* Home page */
#home_content {
	width:760px;
	background-color:#efefef;
	margin:3px 0px 3px 0px;
}
#home_content #l_col {
	width:370px;
	margin-right:3px;
	background-color:#fff;
	border-bottom:5px solid #d3d3d3;
	border-top:22px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
}
#home_content #r_col {
	width:258px;
	padding:52px 55px 52px 55px;
	text-align:justify;
}
#home_content #r_col p {
	margin-top:6px;
	margin-bottom:6px;
}

/* Inner pages */
#content {
	width:760px;
	margin:3px 0px 3px 0px;
}
#content #full_col {
	width:650px;
	padding:32px 55px 52px 55px;
}
#content #full_col #headernav {
	width:650px;
	margin-bottom:15px;
	text-align:right;
}
#content #full_col .full_col_content {
	width:650px;
	text-align:justify;
}

#content #half_cols {
	width:760px;
	padding:32px 0px 52px 0px;
}
#content #half_cols #half_col_l {
	width:402px;
	padding:15px 10px 0px 55px;
}
#content #half_cols #half_col_r {
	width:267px;
	padding:15px 10px 15px 10px;
	border-left:1px solid #666;
}
#content #half_cols #half_col_l #headernav {
	width:402px;
	margin-bottom:15px;
	text-align:right;
}
#content #half_cols #half_col_l .half_col_content {
	width:402px;
	text-align:justify;
}
#content #half_cols #half_col_r ul {
	margin:0;
	padding:0;
	list-style:none;
}
#content #half_cols #half_col_r ul li {
	padding:5px 0px 5px 0px;
	color:#dc8340;
	font-size:10px;
	font-weight:bold;
}
#content #half_cols #half_col_r .title {
	color:#dc8340;
	font-weight:bold;
	font-size:12px;
}
#content #half_cols #half_col_r .orange {
	color:#dc8340;
}
#content #half_cols #half_col_r a {
	color:#dc8340;
	text-decoration:none;
}

#content #half_cols #half_col_l #contact {
	width:402px;
}
#content #half_cols #half_col_l #contact input, #content #half_cols #half_col_l #contact textarea {
	width:300px;
	padding:1px;
	font-size:11px;
	color:#8e8e8e;
}
#content #half_cols #half_col_l #errormsg {
	width:370px;
	border:1px solid #dc8340;
	font-weight:bold;
	padding:10px 15px;
	margin-bottom:10px
}







