body {
	color: #000;
	font: 62.5%/1.3  Georgia, "Times New Roman", Times, serif;
	margin: 1em 6em 1em 6em;
	min-width: 900px;
} 

h1 {
	font-size: 2.0em;
	font-weight: normal;
	color: #0099cc;
	margin: 0em;
	padding: 0em;
	text-decoration: none;
}
	
h1 a, a:hover {
	color: #0099cc;
	text-decoration: none;
}
	
h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #626262;
	margin: 0em;
	padding-bottom: 1em;
}
	
h2.project, h2.overview {
	font-size: 1.6em;
	font-weight: bold;
	color: #EF0F37;
	margin: 0em;
	padding: 0em;
}
	
h3 {
	font-size: 1.4em;
	color: #0099cc;	
	font-weight: normal;
	display: inline;
	text-decoration: none;
}
		
h3 a {
	color: #626262;	
	text-decoration: none;
}
	
h3 a:hover{
	color: #0099cc;
	text-decoration: none;
}	
	
p {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;	
	color: #626262;
	text-decoration: none;
}
	
ul {
	list-style-type: square;
	margin: 0;
	width: 100%;
}
	
li {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;	
	text-decoration: none;
	color: #626262;
}

li a {
	text-decoration: none;
	color:#999999;
}

ul#images {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: auto;
}

li.images {
	float: left;
	border: 1px solid #e2e2e2;
	margin-right: 10px;
	padding: 0.7em 0.7em 0.5em 0.7em;
	text-decoration: none;
	width: 262px;
	margin-bottom: 1em;
}

img {
	border: 1px solid #999999;
}

.no-border {
	border: none;
}

input, select {
	border: 1px #DFD1D2 solid;
}

input:focus, textarea:focus
{
	border-color: #000000;
}

textarea {
	padding: 3px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #DFD1D2;
	display: block;
}

input.button { 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #0099cc;
}

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
	
#wrapper {
	width: 100%;
}

#projects li
{
	display: inline;
	padding-right: 10px;
}
	
#list {
	color: #FF0033;
	margin-top: 1em;
	padding: 1em;
	border-top: 1px solid #e2e2e2;		
	border-bottom: 1px solid #e2e2e2;		
}
	
#content {
	width: 100%;
	margin-top: 1em;
}
	
#project_title {
	width: 100%;
}
	
#project_content {
	width: 60%;
	float: right;
}

#project_images li {
	list-style: none;
	margin-bottom: 1em;
}

#project_images {
	float:left;
	width: 39%;
	height: 100%;
}
	
#project_content_overview {
	width: 100%;
}

.form_row
{
	width: 100%;
	clear: both;
	padding: 10px 0 10px 0;
	color: #a53d17;
	border-bottom: 1px #DFD1D2 dotted;
	font-size: 1.2em;
}

.form_row_end
{
	width: 100%;
	clear: both;
	padding: 10px 0 10px 0;
	color: #a53d17;
	font-size: 1.2em;
}

label
{
	width: 30%;
	float: left;
	padding: 0 5px 0 0;
	color: #333333;
}
input.row
{
	width: 70%;
	background-color: #fff;
	color: #999999;
	border: 1px #DFDFDF solid;
	float: left;
}