* {
margin: 0;
padding: 0;
}

body {
background: #333 url("images/back.gif") repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 20px;
}

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

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#header {
	width: 760px;
	height: 148px;
	background-position: right top;
	background-color: #9FAABC;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#wrapper {
	width: 760px;
	background: #fff url("images/sidebar.gif") repeat-y;
	background-position: 0 0;
	border: 0px solid #fff;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h2 {
	width: 599px;
	height: 30px;
	background-color: #333;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	margin-top: 1px;
	cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 148px;
width: 150px;
}

#nav li a {
	color: #fff;
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
	display: block;
	width: 140px;
	height: 24px;
	background-color: #9FAABC;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

a img {
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
	float: left;
	width: 589px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

p {
margin-bottom: 20px;
}

#footer {
	text-align: center;
	clear: both;
	width: 589px;
	margin-left: 163px;
}

