body  {
	font-family:Verdana, Arial, sans-serif;
    background: #222 url("images/DarkWall_bg.png");
    line-height:130%;
	font-family: Monaco, Consolas, "Lucida Console", monospace;
}

#wrapper { 
	background-color:#322d39; 
    color: #000;
	width:90%;
	min-width:950px;
	margin:0 auto;
	border:#1e1e1e 3px solid;
} 

#header { 
	background: #112a36 url("images/project2_header3.png") no-repeat;
	height:200px;
    padding: 0px;
}

#nav { 
	width:180px;
	float:left;
	letter-spacing:0.1em;
	font-weight: bold;
} 

#content
{
	background-color: #ccc;
    color: #000000;
	margin-left:180px;
	font-size: .8em;
	text-align:justify;
	padding:10px 25px 10px 25px;
	min-height:300px;
	overflow:auto;
}

.left
{
	float:left;
	padding:20px;
	padding-top:0px;
}

.leftIndex
{
	float:left;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

#content ul {
text-align:left;
clear:left;
}

#footer {
	background: #112a36 url("images/project2_footer1.png") no-repeat;
	color:#aaa;
	font-size:70%;
    text-align: center;
    padding: 10px;
	clear:both;
}

#footer a {
	color:#888;
}
#footer a:hover {
	color:#fff;
}

h2 { 
	color: #112a36; 
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size:150%;
    /*padding-left:20px;*/
}

#nav li {
	display:block;
}
	
#nav ul { 
    margin: 0;
	padding: 0;
	list-style:none;
}

#nav a { 
	font-family: Monaco, Consolas, "Lucida Console", monospace;
    background-color: #322d39;	
    text-decoration:none;	
    display:block;
    padding:10px;		
}

#nav a:link, a:link {
	color: #914e33; 
}

#nav a:visited { 
	color: #914e33; 
}

#nav a:hover { 
	background-color: #999;
	color: #fff; 
}

#gallery { 
	position: relative;
	height:550px;	
}

#gallery ul { 
	width: 650px; 
	list-style-type: none; 
}
#gallery li { 
	display: inline; 
	float: left; 
    padding-right: 5px; 
}
#gallery img { 
	border-style: none; 
	float: none 
}
#gallery a { 
	text-decoration: none; 
	color: #333; 
	font-style: italic; 
}
#gallery span {
	display: none; 
}
#gallery a:hover span { 
	display: block; 
	position: absolute;
	top: 90px; 
	left: 40px; 
	text-align: center; 
}

form {
	margin-left:50px;
}
label { 
	float: left;
	display: block:
	text-align: right;
	width: 80px;
	padding-right: 10px; 
}
input, textarea { 
	display: block;
	margin-bottom: 20px; 
}