/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin-top: 1em;
	color:#FFFFFF;
}

#container{
	background-color:#404040;
	width:730px;
	margin: 0 auto;
	padding:10px 10px 10px 10px;
	height:auto;		
	min-height:450px;
	_height:450px;
}

.ProjectTitle{
	margin:10px 0px 0px 10px;
}

.thumbnail{
float:left;
height:100px;
}

.title{
	float:left;
	padding: 80px 0px 0px 0px;
}

.logo {
	float:right;
	width:535px;
}
	
#nav {
	width:150px;
	margin: 0px 0px 0px 10px;
	float:left;
	}

#nav p {margin:5px;}

#content {
	width:730px;
	height:auto;		
	min-height:300px;
	_height:300px;
	padding-bottom:10px;
	}
	
#contenttext {
	width:520px;
	margin: 0px 10px 0px 190px;
	}
	
.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
} 

.floatimgright {
float:right;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
} 

.listitem
{
height:80px;
}
.listitem .ProjectThumb
{
	 float:left;
	 margin-right:20px;
}

.listitem  .ProjectTitle
{

}
	
.image
{
	padding:5px 5px 5px 0px;
}
a {  font-family: verdana; font-size:10pt; font-style: normal; line-height: normal; color:#fff; text-decoration: none;} 
.header {  font-family: verdana; font-size:10pt; font-style: normal; line-height: normal; color:#fff; text-decoration: none; font-weight:bold;} 
