body {
	color: #000;
	background-color: #f0f0f0;
	font-family: sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	}
br.clear {
	clear: both;
	}
	
#container {
	width: 950px;
	}
	
#header {
	width: 900px;
	margin-left: 50px;
	float: left;
	}
#header h1 {
	width: 150px;
	float: left;
	}
#header ul {
	width: 300px;
	height: 125px;
	overflow: hidden;
	float: left;
	}
#header ul li {
	width: 150px;
	float: left;
	}
#header ul li a {
	width: 150px;
	height: 125px;
	display: block;
	}
#header ul li a:hover {
	background-position: 0 -125px;
	}
#header ul li a.about {
	background-image: url(../../assets/images/nav_about.gif);
	}
#header ul li a.contact {
	background-image: url(../../assets/images/nav_contact.gif);
	}
	
#content {
	width: 900px;
	height: 410px;
	margin-left: 50px;
	float: left;
	}
#content .wrapper {
	width: 900px;
	height: 410px;
	overflow: hidden;
	position: relative;
	float: left;
	}
#pages {
	width: 2700px;
	height: 410px;
	position: absolute;
	top: 0;
	left: 0;
	}
#pages div {
	width: 900px;
	float: left;
	}
#pages div#home {
	width: 750px;
	height: 410px;
	margin-left: 150px;
	}
#pages div#home .wrapper {
	width: 700px;
	position: relative;
	}
#pages div#home #work {
	width: 700px;
	float: left;
	}
#pages div#home #work #slide_info {
	width: 700px;
	height: 410px;
	z-index: 2;
	position: absolute;
	display: none;
	}
#pages div#home #work #slide {
	width: 700px;
	height: 410px;
	z-index: 1;
	position: absolute;
	}
#pages div#home #work_nav {
	width: 50px;
	padding-top: 137px;
	float: left;
	}
#pages div#home #work_nav a {
	display: block;
	}
#pages div#home #work_next {
	width: 50px;
	height: 50px;
	background-image: url(../../assets/images/work_arrow.gif);
	overflow: hidden;
	}
#pages div#home #work_next:hover {
	background-position: 0 -50px;
	}
#pages div#home #work_info {
	width: 50px;
	height: 50px;
	background-image: url(../../assets/images/work_info.gif);
	overflow: hidden;
	}
#pages div#home #work_info:hover {
	background-position: 0 -50px;
	}
#pages div#home #work_nav div {
	width: 50px;
	height: 50px;
	}
#pages div#home #work_loader {
	width: 28px;
	height: 28px;
	padding: 11px;
	display: none;
	}
#pages div#contact {
	width: 850px;
	height: 410px;
	background-color: #2b0e5e;
	}
#pages div#contact form {
	width: 450px;
	margin-left: 150px;
	float: left;
	}
#pages div#contact form input,
#pages div#contact form textarea {
	width: 434px;
	font-family: sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	border: 0;
	padding: 8px;
	margin: 0 0 8px 0;	
	}
#pages div#contact form input.error,
#pages div#contact form textarea.error {
	background-color: #ffc;	
	}
#pages div#contact form textarea {
	height: 120px;
	}
#pages div#contact form p {
	color: #fff;
	font-size: 14px;
	}
#pages div#contact #address {
	width: 200px;
	margin-left: 50px;
	float: left;
	}
#pages div#contact #address a {
	margin-top: 8px;
	display: block;
	}
	
#footer {
	width: 900px;
	margin: 50px 0 0 50px;
	float: left;
	}
