* {
	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(front.jpg) no-repeat top right;
	height: 670px;
	}
#portfolio #wrapper {
	background: url(frame6.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(jim2.jpg) no-repeat top right;
	width: 800px;
	}
#about #content {
	width: 400px;
	}
#about #sidebar {
	padding-top: 380px;
	}
#contact #wrapper {
	width: 880px;
	background: url(contact2.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;
	height: 40px;
	margin-bottom: 30px;
	}
a {
	border: none;
	}

a img {
	border: none; 
	}

#nav1 {
	display: block;
	position: absolute;
	top: 437px;
	left: 90px;
	width: 248px;
	height: 80px;
	}
#nav2 {
	display: block;
	position: absolute;
	top: 510px;
	left: 382px;
	width: 241px;
	height: 80px;
	}
#nav3 {
	display: block;
	position: absolute;
	top: 400px;
	left: 420px;
	width: 180px;
	height: 70px;
	}
#nav4 {
	display: block;
	position: absolute;
	top: 428px;
	left: 663px;
	width: 268px;
	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;
	}

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

#gallery {
	position: absolute;
	top: 246px;
	left: 223px;
	width: 522px;
	height: 411px;
	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: 510px;
	height: 419px; /*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: 600px; /*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;
	}

.clear {
	clear: both;
	}

#links {
	margin-left: 15px;
	}
#links  li {
	margin-bottom: 5px;
	}
#links  a {
	padding: 3px 5px;
	margin-right: 5px;
	font-size: 12px;
	color: #888;
	text-decoration: none;
	}
#links a:hover {
	background-color: #888;
	color: #fff;
	text-decoration: none;
	}

