* {
	margin: auto;
	padding: 0;
}

body {
background: #3a3d28;
font-family: Arial, sans-serif;
}

#container {
background: #57653f;
}

p {
font-size: 12px;
line-height: 14px;
color: #858667;
}

td {
vertical-align: top;
}

img {
border: 0px;
}

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

a:hover {
text-decoration: underline;
color: #f4edab;
}

#wrap {
margin: 0 auto;
width: 950px;
}

#header {
height: 100px;
}



#nav {
align: top;
float: right;
width: 100px;
}
#nav img{
float: right;
width: 20px;
padding-top: 0px;
padding-right: 0px;
}
#nav h2 { 
text-align: right;
font-size: 9px;
line-height: 20px;
font-weight: bold;
padding-right: 25px;
color: #fff;
}
#nav h2 a { 
color: #fff;
text-decoration: none;
font-weight: bold;
}
#nav h2 a:hover, a:active, a:focus {
color: #f4edab;
}




#main {
margin: 0px;
width: 690px;
height: 450px;
background: #fff;
}

#main p { 
font-size: 12px;
line-height: 14px;
color: #0d441e;
margin: 20px;
}
#main ul { 
font-size: 11px;
line-height: 14px;
text-indent: 10px;
color: #0d441e;
margin: 20px;
}
#main li { 
color: #557630;
}
#main a { 
color: #557630;
text-decoration: none;
font-weight: bold;
}
#main a:hover, a:active, a:focus {
color: #0d441e;
}

#main h1 { 
font-size: 12px;
line-height: 20px;
font-weight: bold;
color: #0d441e;
margin: 20px;
}

#main h2 { 
font-size: 12px;
line-height: 14px;
font-weight: bold;
color: #0d441e;
margin: 20px;
}

#main h3 { 
font-size: 12px;
line-height: 20px;
font-weight: normal;
color: #0d441e;
margin: 20px;
}


.portfolio {
text-align:right;
}

.portfolio img{
margin-top: 90px;
}

.alt {
background-color:#F4edab;
color:#557630;
}
.alt a:hover, a:active, a:focus {
color: #0d441e;
}


#footer {
height: auto;
margin-top:20px;
background: url(../images/bg_foot.jpg) repeat-y;
}

#footer p {
font-size: 10px;
line-height: 12px;
color: #fff;
}

#footer a{
font-size: 10px;
font-weight: bold;
line-height: 30px;
text-decoration: none;
}

#footer h3 {
font-size: 10px;
line-height: 12px;
text-align:right;
font-weight: normal;	
color: #0d411e;
letter-spacing:normal;
}

