body{
background: #ffffff;
margin: 0;
padding: 0;
}

h1{
margin: 0;
paddin: 0;
}

h2{
margin: 0;
padding: 0;
}

p{
margin: 0;
padding: 0;
}

.wrapper{
width: 724px;
margin: 0 auto;
background: #ffffff;
min-height: 500px;
margin-top: 50px;
}


.header{
height: 37px;
border-bottom: 2px solid #939598;
}

.logo{
float: left;
}


.header ul li{
float: left;
color: #b5b5a0;
color: #f1592a;
text-decoration: none;
border-left: 2px solid #828283;
}

.header ul{
list-style: none;
background: #666666;
position: relative;
left: 220px;
top: 5px;
}

.header ul li a{
font: 800 14px Arial;
color: #f1592a;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
}

.header ul li:first-child{
border-left: none;
}

.header ul li a:hover{
color: #666666;
}

.work{
display: block;
margin: 0 auto;
margin-top: 33px;
}

.maincont p{
text-align: center;
font: 12px Arial;
color: #58595b;
margin-top: 10px;
margin-bottom: 10px;
}

.arrownav{
width: 724px;
height: 35px;
}

.arrowleft{
float: left;
border-style: none;

}

.arrowright{
float: right;
border-style: none;

}

.footer{
border-top: 2px solid #939598;
}

.footer p{
text-align: center;
font: 11px Arial;
color: #c0c0c2;
margin: 10px;
}

.arrownav a{
border-style: none;

}

.about{
width: 363px;
margin-top: 33px;
}

.about h2{
font: 600 13px Arial;
color: #f1592a;
line-height: 20px;
}

.email{
font: 600 14px Arial;
color: #f1592a;
text-align: right;
padding: 5px;
}

.email a{
color: #f1592a;
text-decoration: none;
}


.about p{
font: 13px Arial;
color: #777779;
line-height: 20px;
}

.spacer{
min-height: 600px;
display: block;
}


