body {
	margin:0px;
	background-color: #2C1B00;
	background-image: url(/images/bg_page.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

body.homepage {
	background-image: url(/images/bg_homepage.gif);
}

body,td,th {
	font-family: "Helvetica Neueu", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:1.3;
}

h1 {
	font-size: 12px;
	font-weight: normal;
}

h2 {
	margin: 0px 0px 15px 0px;
	font-family: "Helvetica Neueu", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #795F35;
}

a:hover {
	text-decoration: underline;
}

.author {
	text-transform: none;
	font-weight: normal;
	font-size: 10px;
}

#pagewrap {
	position: relative;
	width:960px;
	height:600px;
	margin: 0 auto;
	background: #FFF;
	text-align: left;
}

#pagewrap.homepagewrap {
	background-image: url(/images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 280px;
	
}

#nav {
	position: absolute;
	right: 20px;
	top: 37px;
	z-index: 50;
	font-size: 12px;
	text-transform: uppercase;
}

#nav a {
	color: #C6C4BD;
}

#nav a.nav_on {
	color: #000;
}


#nav a:hover {
	text-decoration: none;
}

.navbox {
	background: #C6C4BD;
	width:10px;
	height:10px;
	margin: 0px 8px 0px 20px;
}

a.nav_on .navbox {
	background: #896F45;
}

.h2box {
	background: #896F45;
	width:11px;
	height:11px;
	margin: 0px 8px 0px 0px;
}

.portthumbs {
	cursor: pointer;
}

.portthumbs img {
	width: 70px;
	height: 70px;
	margin-right: 10px; 
}

.portpic {
	position: absolute;
	top:0px;
	right: 50px;
}

.bnav {
	position: absolute;
	left:0px;
	top:480px;
	width: 960px;
}

.bnav td {
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}

.bnav .portnav td {
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
	border-left: 5px solid #C6C4BD;
	white-space: nowrap;
	padding: 0px 20px 0px 5px;
	cursor: pointer;
}

.bnav a {
	color: #C6C4BD;
}

.bnav a:hover {
	text-decoration: none;
}

.portnavthumb img {
	width: 40px;
	height: 40px;
	border:2px solid #C6C4BD;
}

.squarebox {
	background: #C6C4BD;
	width:9px;
	height:9px;
	margin-right: 5px;
}

.squarebox_on {
	background: #896F45;
	width:9px;
	height:9px;
	margin-right: 5px;
}

#logo {
	position: absolute;
	left: 20px;
	top: 20px;
	width:289px;
	height:108px;
	z-index: 50;
}

#contentwrap {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 61px;
	width: 960px;
	height: 538px;
}

#allprojects {
	position: absolute;
	left:0px;
	top:0px;
	width:960px;
	height: 520px;
}

#projectdet {
	position: absolute;
	left:960px;
	top:0px;
	width:960px;
	height: 200px;
}

.projectname {
	position: absolute;
	top: 80px;
	left: 20px;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 100;
}

.projectname a {
	font-size: 10px;
}

.backpicwrap {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 465px;
	z-index: 1;
}

.backpic {
	position: absolute;
	left: 2000px;
	top: 0px;
	width: 2000px;
	height: 465px;
	z-index:1;
}

.maincontent {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 465px;
	z-index: 50;
}

.contentpage {
	position: absolute;
	left: 960px;
	top: 0px;
	width: 960px;
	height: 465px;
	z-index: 10;
}

.textcol {
	padding: 20px 0px 20px 160px;
	text-align: justify;
}

.imgcol {
	text-align: center;
	padding: 0px 50px 0px 50px;
}

#copyright {
	position: relative;
	width:940px;
	height: 10px;
	margin: 0 auto;
	padding: 5px;
	color: #79654A;
	font-size: 10px;
	text-align: center;
}

#copyright a {
	text-decoration: none;
	color: #79654A;
}

#copyright a:hover {
	text-decoration: underline;
}

#homeflash {
	position: absolute;
	top: 40px;
	right: 50px;
}

#homelogo {
	position: absolute;
	width: 485px;
	top: 75px;
	text-align: center;
}

#homenav {
	position: absolute;
	width: 485px;
	top: 455px;
	text-align: center;
}

#homenav a {
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

#homenav a:hover {
	text-decoration: none;
}

#homenav .navbox {
	background: #896F45;
}