* {
margin: 0;
padding: 0;
}

body {
background: #333 url("images/back.gif") repeat;
background-attachment: fixed;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 30px;
padding-bottom: 30px;
}

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

a:visited {
text-decoration: none;
outline: none;
}

a:hover {
color: #c99b00;
}

#header {
width: 580px;
height: 210px;
background: #356533 url("header.jpg") no-repeat;
background-position: top right;
}

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

h1 {
width: 140px;
height: 30px;
background-color: #356533;
margin: 1px 1px 1px 0;
float: left;
font: bold 10px/30px verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;

}


h2 {
width: 419px;
height: 30px;
background-color: #356533;
float: left;
font: bold 16px/30px 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: #356533;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
outline: none;

}

#nav li a:hover {
background-color: #c99b00;

}

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

#sidebar {
width: 132px;
background-color: #a9cba8;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 13px/18px verdana, trebuchet ms;
padding: 8px;
line-height: 200%;

}

img {
border: none;
margin-left: -4px;

}

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

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

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

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: ;


}

#footer {
clear: both;
width: 400px;
margin-left: 168px;
text-align: center;


}


.floatimgleft {
float:left;
margin:7px 10px 0 0;

}

