* {
   padding: 0;
}

body {
	width: 960px;
	margin: 0 auto;
	background-image: url(images/layout/img-background.jpg);
	background-position: center top;
	background-color: #f3f3f3;
	background-repeat: no-repeat;
}

div#header {
	width: 940px;
	height: 60px;
	padding-right: 10px;	
	padding-left: 10px;
	padding-top:80px;
	background-image: url(images/layout/img-logo.png);
	background-repeat: no-repeat;
}

div#container {
	width: 870px;
	padding-top: 50px;
	padding-left: 45px;
	padding-right: 45px;
}

div#clients {
	padding-left: 10px;
	width: 870px;
	height: 380px;
}

div#clients img{
   margin-bottom: 15px;
}

div#portfolio {
	padding-top: 250px;
	padding-bottom: 100px;
	width: 870px;
	height:
}

div#portfolio img{
   margin-top: 15px;
   margin-bottom: 5px;
}

div#footer {
	width: 870px;
	padding-top: 200px;
	padding-bottom: 20px;
}

h1{
font-family: 'Lobster', Arial;
font-size: 36px;
font-weight: lighter;
color: #5fd61d;
}

h2{
font-family: 'Lobster', Arial;
font-size: 24px;
font-weight: lighter;
color: #5fd61d;
}

p{
font-family: Arial;
font-weight: serif;
font-size: 14px;
color: #666666;
}

a{
font-family: 'Lobster', Arial;
font-size: 14px;
color: #666666;
text-decoration: none;
}

a:hover{
font-family: 'Lobster', Arial;
color: #5fd61d;
text-decoration: none;
}

p.nav{
	font-family: 'Lobster', Arial;
	font-size: 20px;
	color: #5fd61d;
}

a.nav{
	font-family: 'Lobster', Arial;
	font-size: 20px;
	color: #666666;
	text-decoration: none;
}

a.nav:hover{
	font-family: 'Lobster', Arial;
	font-size: 20px;
	color: #5fd61d;
	text-decoration: none;
}

a > img {
   border: 0;
}

ul#clients {
   padding: 0;
   margin: 0;
   list-style-type: none;
}

ul#clients li {
   float: left;
   width: 217px;
}

ul#aboutme {
   padding: 0;
   margin: 0;
   list-style-type: none;
}

ul#aboutme li {
   float: left;
   width: 270px;
   padding-right:20px;
}

hr {
	color: #fff; 
	background-color: #fff; 
	border: 2px dotted #cccccc; 
	border-style: none none dotted;
}
