body {
	text-align: center;
	background-color: #999999;
	margin:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	font-weight: bold;
	letter-spacing: 26px;
	margin-left: 24px;
	margin-bottom:10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}

.caps {
	text-transform: uppercase;
}

/***************************************************************************/
/* Main Content styles */

#wrapper {
	width: 840px;
	margin: 20px auto;
	padding:20px 20px 20px 20px;
	text-align: left;
	background-color: #CACCD1;
	border: 1px solid #333333;
} 

.wrapperheight {
	position:relative;
	float:left;
	width:1px;
	height:588px;
}

#maincontent {
	float:right;
	position: relative;
	top:20px;
	width: 600px;
	height:500px;
	right: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/************ info boxes background with rounded corners *****************************/


#infobox {
	width: 600px;
	height:500px;
	border:1px solid #666666;
	background-color:#fdf7e8;
}

#infoboxt {
	width: 600px;
	height:500px;
	background:#fdf7e8 url("../images/info_t.jpg") repeat-x top;
}
#infoboxr {
	width: 600px;
	height:500px;
	background: url("../images/info_r.jpg") repeat-y right;
}
#infoboxb {
	width: 600px;
	height:500px;
	background: url("../images/info_b.jpg") repeat-x bottom;
}
#infoboxl {
	width: 600px;
	height:500px;
	background: url("../images/info_l.jpg") repeat-y left;
}
#infocornertl {
	width: 600px;
	height:500px;
	background: url("../images/info_tl.jpg") no-repeat top left;
}
#infocornertr {
	width: 600px;
	height:500px;
	background: url("../images/info_tr.jpg") no-repeat right top;
}
#infocornerbr {
	width: 600px;
	height:500px;
	background: url("../images/info_br.jpg") no-repeat right bottom;
}
#infocornerbl {
	width: 600px;
	height:500px;
	background: url("../images/info_bl.jpg") no-repeat bottom left;
}

#info {
	margin:auto;
	padding:45px 0 0 0;
	width:480px;
	font-size:12px;
	line-height:16px;
}

.small10pt {
	font-size:10px;
}	

#projinfo {
	clear:right;
	float:right;
	position:relative;
	width:130px;
	top:-50px;
	right:0px;
	text-align:center;

}

/****************** pics ********************/

#picscontent {
	float:right;
	position: relative;
	top:20px;
	width: 500px;
	height:500px;
	right: 60px;
	margin:0;
}

.pic {
	border:1px solid #333;
}


/***************************************************************************/
/* Thumbs styles */

#thumbsWrapper {
	float:right;
	position: relative;
	right:10px;
	top:20px;
	width: 110px;
	height:500px;
}


#pageing {
	clear:right;
	float:right;
	position:relative;
	width:110px;
	top:-110px;
	right:10px;
	text-align:center;

}

/***************************************************************************/
/* Projects styles */


#projcontent {
	float:right;
	position: relative;
	top:0px;
	width: 584px;
	height:500px;
	right: 18px;
	margin:0 0 20px 0;
}

#projbox {
	position:relative;
	float:left;
	width:128px;
	height:190px;
	margin:2px 2px 2px 2px;
	padding:4px;
	border:1px solid #999;
	text-align:center;
}
.projimage {
	margin:auto;
	border:1px solid #333;
}



/***************************************************************************/
/* footer styles */

#footer {
	clear:both;
	width:800px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding:20px 0 0 0;
}



/***************************************************************************/
/* Links styles */

a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration:underline;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}


#mainnav {
}

#navigation {
	float: left;
	position: relative;
	top: 160px;
	width: 100px;	
	left: 10px;
	text-transform: uppercase;
}
#navigation ul {
	list-style: none;
	margin: 0px 0 0 0;
	padding: 0;
	border: none;
}
#navigation li {
	margin: 0 0 4px 0; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #666;
}
#navigation a:hover {
	text-decoration: underline;	
	color: #333;
}

#navigation ul.subnav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 168px;
}

#contact #navigation .contact a,
#infopage #navigation .infopage a, {
	text-weight:bold;
}

#clearboth {
	clear:both;
}


#clearright {
	clear:both;
}
