* {
margin: 0;
padding: 0;
}

body {
	background: #666url("images/back.gif") repeat;
	text-align: center;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;
	color: #000066;
	padding-top: 40px;
}

a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#header {
	width: 580px;
	height: 170px;
	background-position: right top;
	background-color: #000066;
	background-image: url(images/images/WL001351_01.jpg);
	background-repeat: no-repeat;
}

#wrapper {
	width: 580px;
	background-position: 0 0;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
}

h1 {
	width: 140px;
	height: 30px;
	background-color: #666666;
	margin: 1px 1px 1px 0;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	cursor: default;
}

h1:first-letter {
	color: #FFFFFF;
}

h2 {
	width: 419px;
	height: 30px;
	background-color: #666666;
	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: 210px;
	width: 150px;
}

#nav li a {
	color: #fff;
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
	display: block;
	width: 140px;
	height: 24px;
	background-color: #000066;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
}

#nav li a:hover {
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
	width: 132px;
	background-color: fff;
	float: left;
	position: static;
	left: -4px;
	margin-left: -147px;
	border-top: 1px solid #9999cc;
	padding: 8px;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-style: oblique;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

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: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

p:first-line {
	font-weight: normal;
}

#footer {
clear: both;
width: 400px;
margin-left: 163px;
}
