
/*layout*/
body{
	color:#9cc5cd;
	background:#172c31 url(../images/body_bg.gif) repeat-x;
}
#page{
	float:left;
	width:100%;
	background:url(../images/header_light_bg.gif) no-repeat 2% 0;	
}
#wrap{
	width:960px;
	margin:0 auto;
}

#header{
	margin:5em 0 0 0;
	padding:0;	
	float:left;
	width:100%;
}


/*home-content, about, portfolio, contact*/
#home, #about, #portfolio, #contact{
	float:left;
	width:100%;
	padding:0em 0 0 0;
}


/*footer*/
#footer{
	background:url(../images/divider.gif) no-repeat top;
}


/*form*/
#contact-form p{
	margin:0;
	padding:0 0 10px 0;
}
