html{
	background: url(../Images/Background.jpg) fixed;
	color: #666;
	font: .8em Georgia, "Times New Roman", Times, serif;
	border-top: 16px solid #906545;
}

a {
	color: #906545;
	text-decoration: none;
}

a:rollover, .current {
	color: #666;
}

h3 {
    font-weight: bold;
    font-size: 1em;
    margin-bottom: -1em;
}

h1 {
	color: #906545;
	font-size: 4.35em;
	text-shadow: 2px 2px 3px #666;
	padding-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
	font-weight: bold;
}

#layout {
	width: 750px;
	margin: 0 auto;
}

#header {
    width: 750px;
    margin: 0 auto;
}

#header_left {
	float: left;
	width: 229px;
}

#header_left img{
	float: left;
	border: none;
	width: 229px;
}

#header_right {
	float: right;
	width: 521px;
}

#header_right_title {
	text-align: left;
	position: relative;
	left: 105px;
}

#left_nav {
	clear: both;
	float: left;
	width: 285px;
	padding-left: 35px;
	text-align: center;
}

#left_content {
	clear: both;
	float: left;
	width: 305px;
	padding-top: 15px;
	padding-left: 10px;
	text-align: center;
}

#left_content img {
	border: 2px solid #906545;
}

#left_content img.noborder {
	border: none;
	padding: 2px;
}

#content {
	clear: both;
}

#right_content {
	float: right;
	width: 430px;
	margin: 0;
	text-align: justify;
}

#footer {
	font-size: .7em;
	text-align: center;
	width: 750px;
	padding-top: 75px;
	clear: both;
}

/* Portfolio */

#portfolio {
    clear: both;
    text-align: center;
	width: 750px;
	margin: 0 auto;
}

#portfolio img {
    border: none;
}

#port_menu {
    clear: both;
    margin: 0 auto;
    height: 85px;
    text-align: center;
    position: relative;
    top: 10px;
    left: 65px;
    margin-bottom: 25px;
}

#image p {
	font-size: .7em;
}

#preloads {
	display: none;
}

#thumb_display {
	padding-top: 15px;
}

#thumb_display img {
	padding: 2px;
	border: none;
}

#thumb_display img.Arrow {
	padding: 0;
	padding-bottom: 8px;
	border: none;
}

#thumb_display img.current {
	border: 2px solid #906545;
	padding: 0;
}

/* Navigation Lists */

.navigation {
	position: relative;
	left: 65px;
	float: left;
	list-style-type: none;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 1.25em;
}

.navigation a {
	text-decoration: none;
}

.navigation li {
	display: inline;
	padding-right: 20px;
}

.navigation .current, a:hover {
	color: #666666;
}

/* Testimonials */

#test {
	padding-top: 15px;
	clear: both;
	text-align: justify;
}

#test img {
	border: 2px solid #906545;
}

#test_left {
	width: 200px;
	float: left;
}

#test_right {
	width: 550px;
	float: right;
}

/* Portfolio Menus */

/* Setup */
ul.cssmenu {
	list-style: none;
	padding: 0px;
}

.displace {
	position: absolute;
	left: -10000px;
}

ul.cssmenu li {
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
}

ul.cssmenu li a {
	display: block;
	border: 2px solid #906545;
	width: 80px;
	height: 80px;
	background: url(../Images/Navigation.jpg);
}

ul.cssmenu li.dummy {
	width: 80px;
	height: 80px;
}

/* Normal Links */
ul.cssmenu li.com a {
	background-position: 0 0;
}

ul.cssmenu li.dim a {
	background-position: 0px -80px;
}

ul.cssmenu li.ext a {
	background-position: 0px -160px;
}
	
ul.cssmenu li.res a {
	background-position: 0px -240px;
}

ul.cssmenu li.int a {
	background-position: 0px -320px;
}

ul.cssmenu li.boat a {
    background-position: 0px -400px;
}

ul.cssmenu li.truck a {
    background-position: 0px -480px;
}

/* Hover Links */
ul.cssmenu li.com a:hover {
	background-position: -80px 0px;
}

ul.cssmenu li.dim a:hover {
	background-position: -80px -80px;
}

ul.cssmenu li.ext a:hover {
	background-position: -80px -160px;
}
	
ul.cssmenu li.res a:hover {
	background-position: -80px -240px;
}

ul.cssmenu li.int a:hover {
	background-position: -80px -320px;
}

ul.cssmenu li.boat a:hover {
	background-position: -80px -400px;
}

ul.cssmenu li.truck a:hover {
	background-position: -80px -480px;
}

