/* PVR Style Sheet Designed By UTLNet */
html, body {
	margin: 0px;
	font-family: Tahoma;
	font-size: 14px;
	height:100%;
}
img {
	border: 0px;
}

/* Below here for links CSS */
a:link{
	text-decoration: none;
	color: #58595A;
}
a:visited{
	text-decoration: none;
	color: #58595A;
}
a:hover{
	text-decoration: underline;
	color: blue;
}

/* Main page wrapper CSS */
#pagewrapper{
	width:100%;
	min-height:100%;
	position:relative;
}
#index_header{
	width:100%;
	height:105px;
    margin: auto;
}
#index_menu{
	width:100%;
	height:22px;
	background-color:#F4B846;
}
#index_banner{
	width:1000px;
	margin:0 auto;
}
#index_banner_pagetitle{
	width:1000px;
	text-align:left;
	font-weight:bold;
	font-style: italic;
	font-size:14px;
	color:#58595A;
}
#index_body{
	width:100%;
	padding-bottom:60px;	/* Height of the footer */
}
#index_body_all{
    width: 1000px;
    margin: auto;
}
#index_body_left{
	width:330px;
	background-color:#FFF;
	float:left;
}
#index_body_main{
	width:520px;
	background-color:#FFF;
	float:left;
	text-align:left;
	padding:10px;
}
#index_body_right{
	width:130px;
	background-color:#FFF;
	float:left;
}
#index_body_main_and_right{
	width:650px;
	background-color:#FFF;
	float:left;
	text-align:left;
	padding:10px;
}
#index_footer{
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;
	background-color:#F4B846;
}
<!--[if lt IE 7]>
	<style media="screen" type="text/css">
	#container {
		height:100%;
	}
	</style>
<![endif]--> 
