* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #000;
	font-family: Arial, serif;
	color: #fff;
	text-align: center;
	}

#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	}
#home #wrapper {
	background: url(home.jpg) no-repeat top right;
	height: 670px;
	}
#portfolio #wrapper {
	background: url(gallery.jpg) no-repeat top right;
	height: 850px;
	}
#info #wrapper {
	background: url(info.jpg) no-repeat top right;
	width: 880px;
	}
#info #content {
	width: 460px;
	}
#about #wrapper {
	background: url(me.jpg) no-repeat top right;
	width: 800px;
	}
#about #content {
	width: 400px;
	}
#about #sidebar {
	padding-top: 480px;
	}
#contact #wrapper {
	width: 880px;
	background: url(contact.jpg) no-repeat top right;
	height: 670px;
	}

#header {
	padding: 20px 0;
	}
#header h1 {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 50px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 80%;
	color: #fff;
	}
#header h1 a {
	text-decoration: none;
	color: #fff;
	}
#header span {
	font-size: 20px;
	color: #888;
	}
	
#footer {
	margin: 20px 0 30px 0;
	font-size: 12px;
	clear: both;
	background: url(end.gif) no-repeat center bottom;
	height: 40px;
	margin-bottom: 30px;
	}

#promo {
	position: absolute;
	top: -150px;
	right: 0px;
	width: 320px;
	background-color: #111;
	border: 1px solid #333;
	}
#promo .header {
	background-color: #333;
	position: relative;
	}
#promo .close {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	background: url(close.gif) no-repeat center center;
	width: 12px;
	height: 12px;
	}
#promo .close span {
	display: none;
	}
#promo .content {
	padding: 10px;
	}
#promo .footer {
	clear: both;
	padding-bottom: 10px;
	}
#promo img {
	float: left;
	padding: 1px;
	border: 1px solid #888;
	margin-right: 10px;
	}
#promo a:hover img {
	border: 1px solid #fff;
	}
#promo h4 {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 2px 10px;
	}
#promo p {
	font-size: 12px;
	color: #888;
	line-height: 140%;
	}
#promo a {
	color: #fff;
	text-decoration: none;
	}
#promo a:hover {
	text-decoration: underline;
	}
a {
	border: none;
	}

a img {
	border: none; 
	}

#nav1 {
	display: block;
	position: absolute;
	top: 440px;
	left: 200px;
	width: 180px;
	height: 80px;
	}
#nav2 {
	display: block;
	position: absolute;
	top: 490px;
	left: 450px;
	width: 200px;
	height: 80px;
	}
#nav3 {
	display: block;
	position: absolute;
	top: 400px;
	left: 420px;
	width: 180px;
	height: 70px;
	}
#nav4 {
	display: block;
	position: absolute;
	top: 440px;
	left: 660px;
	width: 180px;
	height: 70px;
	}	
#nav1 span { display: none; }
#nav2 span { display: none; }
#nav3 span { display: none; }
#nav4 span { display: none; }

#portfolio ul {
	list-style: none;
	margin-bottom: 30px;
	}
#portfolio ul li {
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	text-transform: uppercase;
	}
#portfolio ul li a {
	color: #888;
	text-decoration: none;
	}
#portfolio ul li a:hover {
	color: #fff;
	}


#gallery {
	position: absolute;
	top: 174px;
	left: 175px;
	width: 670px;
	height: 500px;
	background-color: #000;
	z-index: 5;
	overflow: auto;
	overflow-x: hidden;
	}
#gallery p {
	padding: 5px;
	font-size: 11px;
	color: #888;
	}
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 670px;
	height: 500px; /*Height should enough to fit largest content's height*/
	}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 670px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	}


#container {
	margin: 0;
	text-align: left;
	width: 460px;
	float: left;
	}

#content {
	text-align: left;
	font-family: Arial, serif;
	font-size: 12px;
	padding-bottom: 20px;
	color: #888;
	}
h2 {
	margin: 10px 0;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 14px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	}
h3 {
	font-family: Arial, serif;
	font-size: 12px;
	color: #fff;
	}
#content p {
	text-align: justify;
	line-height: 150%;
	margin-bottom: 10px;
	}
#content small {
	font-size: 11px;
	}
#content strong {
	color: #fff;
	}
#content a {
	color: #fff;
	text-decoration: none;
	}
#content a:hover {
	text-decoration: underline;
	}

#sidebar {
	padding-top: 30px;
	width: 310px;
	float: right;
	padding-right: 30px;
	}
#sidebar h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	}
#sidebar p {
	margin: 0;
	font-family: Arial, serif;
	font-size: 12px;
	color: #888;
	text-align: right;
	line-height: 140%;
	}
#sidebar a {
	color: #888;
	text-decoration: underline;
	}
#sidebar a:hover {
	color: #fff;
	text-decoration: underline;
	}
#sidebar img {
	display: block;
	padding: 8px 0px;
	}


#form {
	margin: 20px 0;
	width: 350px;
	}
#form fieldset {
	border: 0px;
	}
#form label {
	display: block;
	}
#form .textbox {
	background-color: #333;
	border: 1px solid #666;
	padding: 1px;
	color: #fff;
	width: 95%;
	margin-bottom: 10px;
	}
#form textarea {
	font-family: Arial, serif;
	width: 95%;
	height: 80px;
	background-color: #333;
	border: 1px solid #666;
	padding: 1px;
	color: #fff;
	margin-bottom: 10px;
	}
#form .submit {
	margin: 10px 0;
	}
#form .error {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	}


#people {
	clear: both;
	background-color: #333;
	padding: 5px 20px 20px 20px;
	}
#people ul {
	list-style: none;
	}
#people ul li {
	font-size: 13px;
	}
#people ul li a {
	display: block;
	color: #fff;
	background: url(bullet.gif) left center no-repeat;
	text-decoration: none;
	padding: 6px 0 6px 20px;
	border-bottom: 1px solid #000;
	}
#people ul li a:hover {
	padding-left: 22px;
	}
#people .leftpane {
	width: 300px;
	float: left;
	}
#people .rightpane {
	width: 500px;
	float: right;
	}
#people .title {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	}
#people .subtitle {
	font-size: 13px;
	}
#people .miniport {
	margin: 10px 0;
	}
#people .miniport img {
	border: 1px solid #000;
	}
#people p {
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 20px;
	}

#people .apply {
	margin-top: 30px;
	font-size: 11px;
	color: #888;
	line-height: 150%;
	}

.clear {
	clear: both;
	}

#links {
	margin: 0;
	list-style: none;
	}
#links  li {
	margin-bottom: 5px;
	}
#links  li a {
	padding: 6px 0 6px 20px;
	margin-right: 5px;
	font-size: 12px;
	color: #888;
	text-decoration: none;
	
	/*color: #fff;*/
	background: url(bullet.gif) left center no-repeat;
	text-decoration: none;
	}
#links a:hover {
	text-decoration: underline;
	}