@charset "utf-8";
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#container {
    width: 802px;
	margin: auto;
}
#header {
    height: 102px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
}
#header a {
    text-decoration: none;
	color: #000000;
}
#header a:hover {
    color: #36494f;
}
ul {
    list-style-type: none;
    margin: 0;
	padding: 0;
	padding: 20px 0 0 655px;
}
li {
    margin: 0;
	padding: 0;
}
.lidiv {
    padding-top: 3px;
}
#nav {
}
#content {
}
#footer {
    height: 38px;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	font-size: 9px;
	text-align: right;
	padding: 25px 3px 0 0;
}
