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

body {
	margin: 0 0 20px 0;
	background-color: #0a0a0a;
}
p {
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0 3px 0;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 18px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 16px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
}
#sitewrap {
	background-image: url(../images/sidebar.jpg);
	background-repeat: repeat-x;
	width: 902px;
}
#pagewrap {
	margin: 0 1px;
	width: 900px;
}
#home_banner {
}
#home_content {
	background-color: #d5cdbc;
	background-image: url(../images/content_back.jpg);
	background-repeat: no-repeat;
	padding: 25px 25px 25px 325px;
	text-align: left;
}
#menu {
	background-image: url(../images/menu_back.gif);
	background-repeat: repeat-x;
	height: 34px;
	text-align: left;
}
#menu a {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	text-decoration: none;
	line-height: 28px;
	padding: 7px 15px;
}
#menu a:hover {
	text-decoration: none;
	background-color: #a1a1a1;
}
.text_red {
	color: #7a003c;
}
.text_gold {
	color: #d5a00f;
}
.text_grey {
	color: #727272;
}
#footer {
	background-color: #000;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px 15px;
	text-align: left;
}
#trustway_logo {
	padding: 35px;
	background-color: #0a0a0a;
	text-align: center;
}