@charset "utf-8";
/* CSS Document */

a, a:visited{ color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: underline; }

body,html {height:100%; margin:0; padding:0;
overflow: auto; }

body { 
background-image:url(../images/backnew.jpg);
color: #FFFFFF; 
font-size: 11px; 
font-family: Verdana, Arial, Sans-Serif; 
min-height: 100%;
margin-left:inherit;
margin-right:inherit;

}

#container {
	width:892px;
	margin: 0 auto;
	margin-top: 0px;
	overflow: auto; 
	background-image: url(../images/main_back.jpg);
}

#header1 {
	background-image:url(../images/top.jpg);
	height:42px;
	padding-top: 20px;
	padding-left: 150px;
	font-size: 16px;
	font-weight: bold;
}

#header2 {
background-image:url(../images/banner.jpg);
height:170px;
}

#main {
background-image:url(../images/main_back.jpg);
height:200px;
}

#menu_left {
	width:180px;
	margin-left: 40px;
	float: left;
	color: #000000;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content {
	width:600px;
	margin-right: 40px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	font-weight: bold;
	margin-top: 20px;
}

#admin_box {
	width:100px;
	float: left;
	color: #000000;
}

#footer {
	background-image:url(../images/footer.jpg);
	height:32px;
	padding-top: 26px;
	width: 892px;
	margin: 0 auto;
}

* html #container {
height: 100%;
}

