@charset "utf-8";

* {
padding:0;
margin:0;
border:0;
}
body {
	background-color: #030504;
	margin-top: 0px;
	font-family: "Lucida Grande", "Verdana", "Arial";
	font-size: 80%;
}

input{
	background-color: #bed9ff;
	border: 1px solid #000000;
}

#header {
	background-image: url(../images/index_header.jpg);
	background-repeat: no-repeat;
	height: 219px;
	width: 831px;
	margin: 0px;
	padding: 0px;
}

#main {
	background-image: url(../images/index_content.jpg);
	background-repeat: repeat-y;
	width: 831px;
	margin: 0px;
	padding: 0px;
}

#content {
	width: 550px;
	padding-right: 42px;
	padding-left: 10px;
	margin: 0px;
	text-align: left;
}

#footer {
	background-image: url(../images/index_footer.jpg);
	background-repeat: no-repeat;
	height: 134px;
	width: 831px;
	margin: 0px;
	padding: 0px;
}

#sidebar {
	width: 198px;
	padding-left: 25px;
	margin: 0px;

}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li {
	margin: 0px;
	padding: 0px;
}
#sidebar ul a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	width: 168px;
	background-image: url(../images/btn_menu.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding-left: 10px;
	margin-bottom: 3px;
	text-align: left;
	
}
#sidebar ul a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	width: 168px;
	background-image: url(../images/btn_menu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding-left: 10px;
	margin-bottom: 3px;
	text-align: left;
}
