body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	background-color: #FFFFCC;
	background-image: url(../images/bgimage.jpg);	
}

a:link {
	color:
	#DEBE9E;
	text-decoration: none;
}
a:visited {
	color:#DEBE9E;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color:#FF6600;
}


h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:1000;
	margin-left:20px;
	margin-top:20px;
}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:900;
	text-align: center;	
	margin-top:20px;
	margin-bottom:5px;
}




p {
	margin-left: 20px;
	margin-right: 20px;
	}
	
table {
	
	border-top-color: #F0EDE6;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #CEC5AE;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color:#B9AB8C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #F0EDE6;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #FAFAFA;
	
	}
ul {
	margin-right:20px;
	}
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	
	margin-top:10px;
	color:#666633;
	text-decoration:underline;
	font-weight:300;
	text-align:center;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	
	margin-top:10px;
	color:#666633;
	text-decoration:underline;
	font-weight:900;
	text-align:center;

}


#nav {
	color: #DEBE9E;
}
#projects {
	position:relative;
}
#projects-sub {
	position:absolute;
	display:none;
	left:0px;
	top:0px;
	padding:1.3em 0 0 0;
}
#projects-sub a {
	display:block;
}

.sub {
	font-size:.9em;
	color: #DEBE9E;
}
