/* Zac's CSS  */

body {
	background-image:url(images/vs_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#container {
	width: 1000px;
	height: 100%;
	}
	
#panel_container{
	width: 1000px;
	height: 350px;
	background-color:#333333;
}

#nav_container{
	width: 1000px;
	height: 200px;
	background-color: #CCCCCC;
}


#header {
	width: 1000px;
	height: 235px;
	background-color: #CC0000;
	background-image: url(images/vs_header.jpg);
}

#nav{
	width: 200px;
	height: 200px;
	float: left;
	background-color: #990000;
	background-image: url(images/vs_nav.jpg);
}

#fl_pic {
	width: 800px;
	height: 200px;
	float: right;
	background-color: #000000;
}

#main_txt {
	width: 600px;
	height: 200px;
	float: right;
}

#panel1 {
	width: 400px;
	height: 350px;
	float: left;
	background-image: url(images/vs_panel.jpg);
}

#panel2 {
	width: 400px;
	height: 350px;
	float: left;
	background-image: url(images/vs_panel.jpg);
	
}

#panel_txt {
	padding: 12px;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-weight: lighter;
}

#panel_pic {
	padding: 25px;
	width: 150 px;
	height: 150 px;
	background-image:url(images/vs_panel_pic_bg.jpg);
	float: left;
	background-repeat: no-repeat;
	background-position:center;
	
	}
#right_txt {
	width: 580px;
	height: 330px;
	font-family:Arial;
	font-style: normal;
	margin: 10px;
	float: right;
	font-weight:bold;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(images/vs_right_txt_bg.jpg);
	color: #FFFFFF;
	background-color: #333333;
	}
	

#ad_area {
	width: 190px;
	height: 340px;
	float: right;
	background-color: #CC0000;
	padding: 5px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;	

}

#footer {
	width: 1000px;
	height: 100px;
	clear: both;
	background-color:#333333;
	background-image:url(images/vs_footer.jpg)
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#footer_copyright {
	width: 1000px;
	height: 20px;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	text-align:center;
	}




	 
