@charset "utf-8";
/* CSS Document */


html {
	background-color:#ffffff;
	background-image:url(/pics/zoot.png);
	background-position:bottom right;
	background-repeat:no-repeat;	
	
}

body {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	padding-right:3px;
	padding-left:3px;
	text-align:center;
/*	margin:0; */


	


}

.wrapper {
	margin-top:30px;
	text-align:left;
/*	background-color:#ffffff;	*/



}

.main {
	display:table;

	border-spacing:0px;
	width:640px;

	height:480px; 
	margin: auto;


}

.one {
	display:table-cell;
/*	background-color:#ffffff; */
	width:50%;

}

ul {
	padding:5px;
	list-style:none;
}

a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#999999; 
}

table {
	text-align:center;
}
table a {
	text-decoration:none;
	color:#000000;

	}

.two {
	display:table-cell;
/*	background-color:#ffffff; */
	width:50%;

	
}





.row {
	display:table-row;
	width:100%;
/*	background-color:#ffffff;   */
}
.footer {
	margin: auto;
	width:640px;
/*	background-color:#FFFFFF;	*/
	text-align:center;
}

.header {
	margin: auto;
	height:80px;
	width:640px;
/*	background-color:#FFFFFF;	*/
	background-image:url(/pics/vsm_pwr.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:right;
/*	background-color:#666666;  */
}

.frm {
	text-align:right;
	margin:5px;
	background-image:url(/pics/srch.png);
	background-repeat:no-repeat;
	background-position:center;
/*	background-color:#FFFFFF;  */
	border:thin;
	border-color:#999999;
	border-style:solid;
	
 }



.sbmt {
	visibility:hidden;}
	
	
#left_menu{
	position:fixed;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#000000;
	background-image:url(/pics/menu.png);
	background-repeat:no-repeat;
	background-position:inherit;
	text-align:right;
	top:50px; 

	width:100px;
	height:300px;
	padding-top:10px;
	background-color:#888888;
	left:0%;
	margin-top:0px;
	margin-left:1000px;
		}

