* {
margin: 0;
padding: 0;
}

body {
	text-align: center;
	color: #333;
	padding-top: 40px;
	background-color: #333;
	background-image: url(images/back.gif);
	background-repeat: repeat;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
}

a {
	color: #666;
}

a:visited {
}

a:hover {
	color: #333;
}

#header {
	width: 150px;
	height: 210px;
	background-position: right top;
	background-color: #000;
	background-repeat: no-repeat;
	float: left;
}
#header2 {
	width: 428px;
	height: 210px;
	background-color: #000;
	background-repeat: no-repeat;
	float: right;
	clear: right;
}


#wrapper {
	width: 580px;
	background-position: 0 0;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
}

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: #FDE1CB;
cursor: default;
}

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

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

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

#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;
	background-image: none;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}

img {
border: none;
}

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

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

#content {
	float: left;
	width: 400px;
	margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

#footer {
	text-align: center;
	clear: both;
	width: 400px;
	font-size: 9px;
	background-image: url(images/logo_gray_132.jpg);
	background-position: bottom;
	height: 140px;
	background-repeat: repeat-x;
	margin-left: 163px;
}
