body {
	background:#050505 url('/images/layout/bg.png') center;
}

#topWrap {
	height:420px;
	background:#050505 url('/images/layout/header_bg.jpg') center no-repeat;
	margin:0px;
	text-align:center;
}

#content {
	margin-top:40px;
}

#footer {
	text-align:center;
	font-size:10px;
}

/* NAVIGATION
----------------------------------------- */
#nav {
	font-weight: bold;
	list-style: none;
	padding-top: 395px;
	padding-left:305px;
	font-family:Helvetica;
	font-size:24px;
	font-style:oblique;
}

#nav li {
	float: left;
	margin: 0;
	display: block;
	padding: 0px 20px;
}

#nav li a {

}

#nav li a:link, #nav li a:visited {
	color: #1c170b;
	text-decoration: none;
}

#nav li a:hover {
	background-color: transparent;
	color: #ffff75;
	text-decoration: none;
}

#nav li.here a:link, #nav li.here a:visited, #nav li.here a:hover {
	background-color: #666;
	color: #ffff75;
	text-decoration: none;
}

/* OUR WORK
----------------------------------------- */
#ourWork {
float:left;padding-right:20px;text-align:center;margin-bottom:20px;
}

#ourWork img {
	width:180px;
	height:180px;
}

#ourWork a {
	color:#FFE2B0;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

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