* {
margin: 0;
padding: 0;
}

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

a {
color: #CC0000;
}
a:hover {
color: #999999;
}

#header {
	width: 750px;
	height: 150px;
}
#logo {
	position: relative;
	float: right;
	margin: 10px 30px 0 0;
}
#wrapper {
width: 650px;
background: #fff url(images/sidebar.gif) repeat-y ;
border: solid 10px #fff;
margin: 0px auto 0px auto;
text-align: left;
height: 100%;
}

h1 span {
	display: none;
}

h2 {
	width: 550px;
	height: 1.9em;
	background-color: #333333;
	float: left;
	font: small-caps normal 1.2em/1.9em verdana, arial, helvetica, sans-serif;
	padding-left: 200px;
	color: #FFFFFF;
	cursor: default;
	letter-spacing: .06em;
}

#nav {
list-style: none;
margin-top: 12px;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
width: 170px;
}

#nav li a {
color: #fff;
font:  normal 1em/1.7em verdana, arial, sans-serif;
display: block;
width: 160px;
height: 1.8em;
background-color: #CC0000;
border-bottom: 1px solid #fff;
padding-left: 10px; 
text-decoration: none;
}

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

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

#sidebar {
width: 160px;
float: left;
position: relative;
height: 100%;
}

img {
border: none;
}

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

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

#content {
float: left;
width: 400px;
margin: 30px 0 0px 20px;
padding: 0 0 0 20px;
}

p {
	margin-bottom: 20px;

}
#bottom {
clear: both;
}

#footer {
clear: both;
width: 750px;
margin: 0 auto 20px auto;
text-align: right;
font-size: 0.8em;
color: #999999;
}
#footer a {
color: #999999;
text-decoration: none;
}
#footer a:hover {
color: #CC0000;
text-decoration: underline;
}
label {
	padding-top: 10px;
}
.center {
	text-align: center;
	color: #990000;
	clear: both;
	font-weight: bold;
	font-size: 1.2em;
	font-variant: small-caps;
}
.left-image {
	float: left;
	margin: 0px 20px 10px 0px;
	padding: 10px;
	border: solid 1px #999999;
}
.right-image {
	float: right;
	margin: 0px 0px 10px 20px;
	padding: 10px;
	border: solid 1px #999999;
}
