html {
	width:100%;
	height:100%;
	background:url(images/html_bg.jpg) 0 0 repeat-x;
	}
	
body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid white;
	}
	
.wrapper {border:1px solid white;
	width:960px;
	margin:auto;
	background:#ffffff url(images/left_bg.gif) 0 0 repeat-y;
	}
	
.header {
	width:960px;
	height:175px;
	background:url(images/header.jpg) 0 0 no-repeat;
	}
	
.left_column {
	width:200px;
	float:left;
	}
	
.content_wrapper {
	width:760px;
	float:right;
	padding-right:0;
	background:#FFFFFF;
	background:url(images/content_bg.gif) 0 0 repeat-x;
	}
	
.content {
	width:750px;
	text-align:justify;
	font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	min-height:400px;
	_height:400px;
	padding:0 5px 20px 0;
}

.content_top {
	width:735px;
	text-align:justify;
	font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	height:169px;
	position:relative;
}

.welcome_box {
	width:302px;
	height:100px;
	position:absolute;
	background:url(images/welcome_to_box.gif) 0 0 no-repeat;
	top:16px;
	left:10px;
	padding:15px;
	font-size:12px;
	font-weight:bold;
	}
	
.spacer {
	width:550px;
	height:1px;
	font-size:0.00005em;
	clear:both;
	}
	
.menu_wrapper {
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	height:100%;
	}
	
.menu_button {
	width:200px;
	height:35px;
	line-height:35px;
	text-align:right;
	font-weight:bold;
	background:url(images/button.gif) 0 0 no-repeat;
	}
	
.menu_button a {
	display:block;
	text-decoration:none;
	color:#000000;
	padding-right:25px;
	}
	
.menu_button a:hover {
	color:#FF9933;
	}
	
.footer {
	width:960px;
	clear:both;
	background:url(images/footer_bg.gif) 0 0 repeat-x;
	height:32px;
	padding-top:8px;	
	}
	
.footer2 {
	width:960px;
	color:#999999;
	text-align:center;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.footer2 a {text-decoration:none; color:#CCCCCC}
.footer2 a:visited {color:#738593}
.footer2 a:hover {color:#333399}
	
.powered_by {
	width:111px;
	margin:auto;
	}