* {
margin: 0;
padding: 0;
}

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

a {
color: #666;
text-decoration: underline;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#header_home {
width: 580px;
height: 210px;
background: #604229 url("images/hd_home.jpg") no-repeat;
background-position: top right;
}

#header_firm {
width: 580px;
height: 210px;
background: #604229 url("images/hd_firm.jpg") no-repeat;
background-position: top right;
}

#header_approach {
width: 580px;
height: 210px;
background: #604229 url("images/hd_approach.jpg") no-repeat;
background-position: top right;
}

#header_services {
width: 580px;
height: 210px;
background: #604229 url("images/hd_services.jpg") no-repeat;
background-position: top right;
}

#header_team {
width: 580px;
height: 210px;
background: #604229 url("images/hd_team.jpg") no-repeat;
background-position: top right;
}

#header_resources {
width: 580px;
height: 210px;
background: #604229 url("images/hd_resources.jpg") no-repeat;
background-position: top right;
}

#header_contact {
width: 580px;
height: 210px;
background: #604229 url("images/hd_contact.jpg") no-repeat;
background-position: top right;
}

#header_login {
width: 580px;
height: 210px;
background: #604229 url("images/hd_login.jpg") no-repeat;
background-position: top right;
}

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

h1 {
width: 140px;
height: 30px;
background-color: #6b5d67;
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: #f00;
text-decoration: underline;
}

h2 {
width: 419px;
height: 30px;
background-color: #6b5d67;
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 9px/14px arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 20px;
background-color: #664a33;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

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

#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;
_left: 0px;
margin-left: -147px;
_margin-left: 0px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
padding-bottom: 20px;
_padding-bottom: 10px;
}


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

p {
margin-bottom: 20px;
}

.content_list li {
list-style-type: none;
background: url(images/bullet_content.gif) no-repeat 0px 8px;
padding: 0 0 0 10px;
line-height: 1.5em;
letter-spacing: 0em;	
}	

.floatright {
	float: right;
	margin-left: 5px;
}

.floatleft {
	float: left;
	margin-right: 5px;	
}

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