@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	width:100%;
	font-family:"Trebuchet MS", "Mukti Narrow", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	background:#FFF url(../images/patternbk.gif) top center repeat-x;
	}

a:link, a:visited {
	color:#a89681;
	text-decoration:none;
	font-weight:normal;
	}

a:hover, a:focus {
	color:#000;
	}

a.prev:link, a.prev:visited {
	display:block;
	width:9px;
	height:18px;
	background:url(../images/arrowleft.gif) top left no-repeat;
	}

a.prev:hover {
	background:url(../images/arrowleftover.gif) top right no-repeat;
	}

a.next:link, a.next:visited {
	display:block;
	width:9px;
	height:18px;
	background:url(../images/arrowright.gif) top right no-repeat;
	}

a.next:hover {
	background:url(../images/arrowrightover.gif) top right no-repeat;
	}

a.tweet:link, a.tweet:visited {
	display:block;
	width:12px;
	height:30px;
	background:url(../images/twitter.gif) right top no-repeat;
	}

a.tweet:hover {
	background:url(../images/twitter-o.gif) right top no-repeat;
	}

#wrapper {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:900px;
	height:657px;
	}

#header {
	width:900px;
	height:172px;
	text-align:left;
	margin-bottom:0;
	}

#logo {
	width:179px;
	height:172px;
	float:left;
	}

#namenav {
	position:relative;
	float:right;
	height:88px;
	width:721px;
	border-bottom:#c7b097 solid 2px;
	font-weight:bold;
	padding:0;
	}

#name {
	height:30px;
	position:relative;
	float:left;
	top:50px;	
	font-size:30px;
	letter-spacing:1px;
	overflow:visible;
	line-height:30px;
	text-transform:uppercase;
	}


#topnav {
	position:relative;
	width:auto;
	height:30px;
	text-align:right;
	font-size:20px;
	font-weight:normal;
	float:right;
	color:#a89681;
	top:55px;
	line-height:30px;
	}

#topnav ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#topnav ul li {
	float:right;
	margin-left:5px;
	}

#web .web a, #print .print a {
	color:#000;
	cursor:default;
	}

#botnav {
	width:285px;
	text-align:right;
	font-size:20px;
	font-weight:normal;
	float:right;
	color:#a89681;
	padding-top:9px;
	}

#botnav ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#botnav ul li {
	float:right;
	margin-left:5px;
	}

#one .one a, #two .two a, #three .three a, #four .four a, #five .five a {
	color:#000;
	cursor:default;
	}


#introhome {
	width:721px;
	float:right;
	height:94px;
	padding-top:18px;
	font-size:18px;
	line-height:21px;
	}

#intro {
	width:360px;
	float:left;
	height:94px;
	padding-top:6px;
	font-size:15px;
	line-height:18px;
	}

#project {
	width:900px;
	height:auto;
	margin:30px 0;
	text-align:left;
	}

#navtitle {
	background:#FFF;
	width:900px;
	height:auto;
	padding:10px 0 0;
	}

.arrow {
	float:left;
	width:9px;
	height:18px;
	margin:0 5px;
	}

#slidenav {
	width:498px;
	float:left;
	text-align:center;
	font-size:14px;
	color:#a89681;
	}

#projtitle {
	width:auto;
	float:left;
	margin-left:15px;
	font-size:14px;
	font-weight:bold;
	}

.projimg {
	border:#FFF solid 5px;
	background:#FFF;
	float:left;
	margin-right:10px;
	}

.projdesc {
	background:#fff;
	height:auto;
	width:885px;
	padding:5px 15px 15px 0;
	margin-top:0;
	}

.projdesc p {
	margin-bottom:0;
	}

.clear-all {
	clear:both;
	}

.copyrt {
	font-size:10px;
	color:#666666;
	margin-top:18px;
	}

