* {
margin: 0;
padding: 0;
}

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

a { color: #666; text-decoration: none;}
a:link {  color:#666; }
a:visited { color:#666; }
a:hover { color:#ccc; }
a:active { color:#ccc; }

#header {
width: 880px;
height: 210px;
background: #000;
background-position: top right;
}

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

#div1 { position:relative;}
#div21 { z-index: 2; position:absolute; top:0px; left:0px;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	padding-top: 10px;
	color:#ffffff;}
#div22 { z-index: 2; position:absolute; top:0px; left:0px;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 100px;
	padding-top: 10px;
	color:#ffffff;}
#div3 { z-index: 3; position:absolute; top:0px; left:0px;}

h1 {
width: 240px;
height: 30px;
background-color: #356C47;
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: 619px;
height: 30px;
background-color: #355C6C;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
text-align: center;
}


h3 {
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
color: #000000;
}

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

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

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

#nav li a:active {
background-color: #666;
background-repeat: no-repeat;
background-position: 100% 50%;
}



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

img {
border: none;
}

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

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

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

p {
margin-bottom: 20px;
}

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