body {
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	color: #b6b4b4;
	margin-bottom: -5px;
}

.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 760px;
	height: 1314px;
	background: #000 url(../_images/bg.jpg) no-repeat;
}

/*===== nav =====*/

#nav {
	margin: -3px 0 0 75px;
}
#nav li {
	list-style: none;
	display: inline;
}

#nav a {
	display: block;
	float: left;
	height: 35px;
}

#nav span {
	display: none;
}

#news {
	width: 104px;
	background: url(../_images/nav_news.jpg) no-repeat;
} 

#about {
	width: 81px;
	background: url(../_images/nav_about.jpg) no-repeat;
} 

#services {
	width: 98px;
	background: url(../_images/nav_services.jpg) no-repeat;
}
 
#portfolio {
	width: 112px;
	background: url(../_images/nav_portfolio.jpg) no-repeat;
} 

#contact {
	width: 135px;
	background: url(../_images/nav_contact.jpg) no-repeat;
}

/*===== </nav> =====*/ 

#content_wrapper {
	margin-left: 114px;
	width: 531px;
	background: #fff url(../_images/content_top.jpg) top no-repeat;
	text-align: left;
}

#content {
	padding: 15px 0 10px 20px;
	width: 450px;
}

#content_bottom {
	margin-left: 114px;
	width: 531px;
	height: 17px;
	background: url(../_images/content_bottom.png) bottom no-repeat;
}

#footer, #footer a {
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
}

#footer p {
	line-height: 10%;
}