body { 
		padding:0;
		margin:0;
		border:0;
	 }

body, p, ol, ul, td {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size:   14px;
  line-height: 20px;
  color:#fff;
}

#wrap {
	min-height:700px;
}

#nav {
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	padding-left:50px;
	margin-top:10px;
	z-index: 3;
}

#nav_shade {
	width:100%;
	height:50px;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000;
	filter:alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
	z-index: 2;
}

#sub_nav {
	padding-left:50px;
	padding-top:164px;
	width:600px;
}

#content {
	min-height:364px;
	padding-left:50px;
	padding-top:56px;
	margin-bottom:20px;
	width:600px;
}

#content .bucket {
	float:left;
	padding-right:40px;
}

h2 {
	display:inline;
	font-weight:normal;
	font-style:italic;
	color:#f2d135;
}

h3 {
	width:100%;
	padding-bottom:5px;
	border-bottom:solid 1px #fff;
	margin-top:10px;
	display:block;
	float:left;
}

#content .low_area {
	margin-top:120px;
}

#foot {
	width:900px;
	float:left;
	clear:both;
	padding-top:10px;
	padding-left:50px;
	line-height:80% !important;
}

.foot_letter {
	padding-left:30px;
	padding-right:5px;
}

.open_area {
	color: #f2d135 !important;
	border-bottom:solid 1px #f2d135;
}

#TB_window img {
	border:solid 1px #A6A29F;
	margin:5px 10px;
	margin-left:0px;
	float:right;
}

.project_thumb {
	float:left;
}

.project_thumb a:link {
	border:none !important;
}

.project_thumb a:link img {
	text-decoration:none;
	margin:10px;
	margin-left:0px;
	border:solid 5px #A6A29F !important;
}

.project_thumb a:hover img {
	border:solid 5px #f2d135 !important;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #fff; border-bottom:solid 1px #fff; text-decoration:none; }
a:visited { color: #fff; }
a:hover { color: #f2d135; border-bottom:solid 1px #f2d135; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/*SCROLLING THUMBNAILS STYLES */


#stuff li {
	width:134px;
	height:91px;
	margin-bottom:10px;
	background:#B3ACA6 url('../images/thumb_back.jpg') top left no-repeat; 
	list-style:none;
	text-align:center;
}

#stuff a:link img {
	border:none !important;
	padding:none;
	margin:none;
	text-decoration:none;
}

#stuff a:link {
	border:none !important;
	padding:none;
	margin:none;
	text-decoration:none;
}

#stuff li img {
	padding-top:6px;
}

.th_1 {
	position:absolute;
	top:-96px;
	left:714px;
}

.th_2 {
	position:absolute;
	top:4px;
	left:714px;
}

.th_3 {
	position:absolute;
	top:104px;
	left:714px;
}
.th_4 {
	position:absolute;
	top:204px;
	left:714px;
}
.th_5 {
	position:absolute;
	top:304px;
	left:714px;
}
.th_6 {
	position:absolute;
	top:404px;
	left:714px;
}
.th_7 {
	position:absolute;
	top:504px;
	left:714px;
}


/* BIO STYLES */

#bios li {
	width:132px;
	height:88px;
	margin-bottom:10px;
	background:#B3ACA6 url('../images/bio_thumb_back.png') top left no-repeat; 
	list-style:none;
	text-align:center;
}

#bios .last {
	background:#B3ACA6 url('../images/last_thumb_back.png') top left no-repeat !important; 
	height:87px;
}

#bios a:link img {
	border:none !important;
	padding:none;
	margin:none;
	text-decoration:none;
}

#bios a:link {
	border:none !important;
	padding:none;
	margin:none;
	text-decoration:none;
}

#bios li img {
	padding-top:6px;
}

