* {
	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: 40px;
}

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

a:visited {
	text-decoration: underline;
}

a:hover {
	color: #ccc;
}

ul {
	margin: 0 0 0 15px;
	list-style: square outside none;
}

.element_spacing {
	margin-bottom: 10px;
}

#header {
	height: 241px;
	width: 580px;
	margin: 0 10px;
}

#wrapper {
	width: 600px;
	background-color: #ffffff;
	background-position: 0 0;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: left;
	overflow: hidden;
}

h1 {
	width: 139px;
	height: 30px;
	background-color: #333;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	cursor: default;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

h1:first-letter {
	color: #f00;
	text-decoration: underline;
}

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

#nav {
	list-style: none;
	z-index: 2;
	border-right: 1px solid #fff;
	height: 210px;
	margin: 0;
        background-color: #000;
        width: 149px;
        float: left;
}

.slideshow {
	float: left;
}

#nav li a {
	color: #fff;
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
	display: block;
	height: 25px;
	background-color: #000;
	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: 149px;
    float: left;
    position: relative;
    border-right: 1px solid #fff;
    font: normal 10px/18px verdana, arial, tahoma, sans-serif;
}
img {
	border: none;
}

a img {
	margin-bottom: 20px;
}

#content {
	background: #fff url("../images/sidebar.gif") repeat-y;
	width: 580px;
	float: left;
	margin: 0 10px;
}

#content_main {
	float: left;
	width: 400px;
}

#footer {
	text-align: center;
	clear: both;
	width: 100%;
	float: left;
	background: #333333;
	height: 25px;
	color: #ffffff;
	padding: 5px 0 0 0;
}
