body {
    background:#111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ccc;
	line-height: 160%;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	font-weight: normal;
	color:#ccc;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color:#5b8fbe;
}

#wrapper {
	width:875px;
	margin:auto;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-y;
}

#sub-header {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	height: 37px;
}

#nav ul{
	display:block;
	padding: 0px 0px 0px 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#nav li{
	float:left;
	list-style-type:none;
	padding:3px 10px;
	margin:1px;
}

#nav li a{
   text-decoration:none;
}

#nav li:hover{
}

#header{
    background:url(images/header.jpg) no-repeat;
    height:282px;
}

#footer{
	height:54px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-right: 30px;
	vertical-align: bottom;
	padding-top: 40px;
	clear:both;
	background-color: #111111;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu-page {
	width: 300px;
	float: left;
	text-align: center;
}

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #ccc; }
#menu-page a:hover { color: #5b8fbe; }

#menu-page p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}

#content {
	width: 555px;
	float: right;
	padding-right: 20px;
	margin-top: 10px;
}

#content li {
	font-size: 90%;
}

h2 {
	font-size: 150%;
	color: #5b8fbe;
}
