/* THETRUST CSS */
/***************** LAYOUT *********************/
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:url(../images/bg.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:990px;
	background:#FFFFFF url(../images/bg_content.jpg) no-repeat;
	background-position:right 122px;
	border-left:thin solid #333333;
	border-right:thin solid #333333;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#container_index {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:990px;
	background:#400b07 url(../images/home_bg3.jpg) no-repeat;
	background-position:right 155px;
	border-left:thin solid #333333;
	border-right:thin solid #333333;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
/***************** HOLDERS *********************/
#header {
	height:122px;
}
#menu {
	background:#333333 url(../images/bg_menu.gif) repeat-x;
	height:34px;
	text-align:center;
}
#content {
	padding-bottom:81px; /* bottom padding for footer */
}
#lhs {
	width:190px;
	padding:40px;
	float:left;
}
#lhs_index {
	width:190px;
	padding:190px 20px 20px 20px;
	float:left;
	color:#FFFFFF;
}
#lhs_index a {
	font-weight:bold;
	color:#FFFFFF;
}
#rhs {
	padding:30px 200px 30px 270px;
}
#center {
	padding:40px;
}
#footer {
	clear:both;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height:81px;
	background:url(../images/bg_footer.gif) repeat-x;
	text-align:center;
}
/***************** CONTENT CENTER LHS & RHS *********************/
#lhs a {
	color:#430c06;
	text-decoration:none;
}
#lhs a:hover {
	text-decoration:underline;
}
#lhs img {
	border:2px solid #623131;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#lhs_index h1 {
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#F3F3F3;
}
#lhs_index p {
}
/***************** MENU *********************/
#menu ul {
	padding:8px 0px 0px 0px;
	margin:0px;
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#FFFFFF;
	text-transform:uppercase;
}
#menu ul li {
	display:inline;
	padding:0 5px;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover {
	color:#f85f00;
}
/***************** FOOTER *********************/
#footer p {
	color:#FFFFFF;
	margin-top:6px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/***************** ELEMENTS *********************/
a {
	color:#C26701;
}
p {
	margin:0px 0px 10px 0px;
	padding:0px;
	line-height:18px;
}
h1 {
	color:#f85f00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
h2 {
	color:#430c06;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
img {
	border:none;
}
/***************** CLASSES *********************/
.orange {
	color:#ec5b00;
}
.submenu {
	list-style:none;
	margin:0px 0px 20px 0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#430c06;
}
.submenu li {
	margin:10px;
}
.gallery img {
	border:thin solid #430c06;
}