@charset "utf-8";
img {
   behavior: url("pngbehavior.htc");
   display:block;
}

html {
	background:#333333;
	}
	
body {
	width:960px;
	margin:0 auto;
	padding:0;
	background:url(images/body_bg.gif) 0 0 repeat-y;
	position:relative;
	}

.header {
	background:url(images/header.jpg) 0 0 no-repeat;
	height:251px;
	}
	
.wrapper {
	background:url(images/body_bg.jpg) 0 50px repeat-y;
	}
	
.footer {
	background:url(images/footer.gif) 0 bottom no-repeat;
	height:35px;
	text-align:center;
	color:#dddddd;
	padding-bottom:5px;
	font-family:"Trebuchet MS", calibri, verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	font-size:12px;
	padding-top:15px;
	}
	
.footer a {color:#FFFFFF; text-decoration:none; font-weight:bold}
.footer a:hover {color:#af9261;}
	
.column-left {
	width:255px;
	float:left;
	margin-left:5px;
	_margin-left:3px;
	background:#000000;
	}
	
.content {
	width:680px;
	float:right;
	margin-right:7px;
	font-family:"Trebuchet MS", calibri, verdana, Arial, Helvetica, sans-serif;
	color:#dddddd;
	font-size:13px;
	}
	
.content strong {color:#FFFFFF;}

.content a {color:#ffffff;}
.content a:hover {color:#790505;}
	
.spacer {
	width:700px;
	height:0px;
	clear:both;
	font-size:0.00000em;
	}

.menu_wrapper {height:30px;}
	
.menu_btn {
	font-family:"Trebuchet MS", calibri, verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
	border-right:1px solid #ffffff;
	font-weight:bold;
	text-align:center;
	padding:0 13px;
	height:30px;
	line-height:30px;
	font-size:12px;
	cursor:pointer;
	margin-left:1px;
	float:left;
	}
	
div.menu_btn:hover {background:url(images/html_bg.jpg); color:#ffffff; font-weight:bold}
	
.infobox {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	margin-top:5px;
	width:235px;
	margin-left:10px;
	}

.infobox_content p {
	padding:0 3px;
	}
	
.infobox_content {
	border:1px solid #790505;
	color:#dddddd;
	padding:2px 7px;
	background:#333333;
	}
	
.infobox_content strong {color:#ffffff;}
	
.infobox_heading {
	border-top:1px solid #790505;
	background:url(images/infobox_header_bg.jpg) 0 0 repeat-x;
	color:#eeeeee;
	font-family:"Trebuchet MS", Calibri, Arial, Helvetica, san-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	height:26px;
	line-height:29px;
	padding-left:7px;
	}
	
.img_left {
	padding:2px;
	border:3px double #af9261;
	margin:5px;
	float:left;
	}
	
.img_right {
	padding:2px;
	border:3px double #af9261;
	margin:5px;
	float:right;
	}