/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body {height:100%}


body {
	background:url(../images/pattern.jpg) #1b1716;
	margin:0;
	color:#c1bdad;
	font-family:"Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	}


#left, #left_container {
	width:170px;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	border-right:#45918b dashed 1px;
	padding:0 30px 0 30px;
	z-index:1;
	}
#left_container {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	background-color:#000000;
	position:fixed;
	top:0;
	left:0;
	z-index:0;
	height:100%;
}
	
#right {
	position:absolute;
	top:0;
	left:230px;
	margin:30px;
	}
#logo {
	margin-top:15px;
	}
	
	
/* Default links */
a:link {text-decoration:none; color:#c1bdad; font-weight:bold}
a:hover {text-decoration:none; color:#45918b;font-weight:bold}
a:active {text-decoration:none; color:#45918b;font-weight:bold}
a:visited {text-decoration:none; color:#7c7a73;font-weight:bold}

a.sub:link {text-decoration:none; color:#7c7a73; font-weight:bold}
a.sub:hover {text-decoration:none; color:#45918b;font-weight:bold}
a.sub:active {text-decoration:none; color:#45918b;font-weight:bold}






/* navigation *******************************/
#nav {
	margin:20px 0 0 60px;
 
}

.nav_item {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:5px 0 5px 0;
 
 }
.subnav {
	font-size:12px;
	font-family:"Lucida Grande", Verdana, Helvetica, sans-serif;
	color:#7c7a73;
	display:none;
	margin-left:5px;
	margin-bottom:10px;
 
 }

/* END navigation ****************************/


.project_header, .header {
	color:#c1bdad;
	width:900px;
	margin-top:10px;
	}
.project_desc, .copy {
	color:#7c7a73;
	width:900px;
	margin-bottom:10px;
	}
	
#footer {
	font-size:10px;
	color:#7c7a73;
	margin:10px 0 30px 0;
}

.header {
	font-size:16px;
	font-weight:bold;
	}