:root{
 overflow-y:scroll;
}

body {
	margin: 0 0 0 0;
	background-color: #ffffff;	
}

div {
	font-family: arial, verdana, tahoma;
	text-align: left;
}

.clear { 
	clear: both; 
}

form {
	padding: 0 0 0 0;
	margin: 0 0 0 0;		
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 20px 0px;
}

p {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

a, a:visited, a:active  {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: bottom;
}	

input {
	font-family: verdana, arial, tahoma;
	font-size: 1.0em;
}

select {
	font-family: verdana, arial, tahoma;
}

textarea {
	font-family: verdana, arial, tahoma;
}

/**********************************/
/**********************************/
/**********************************/
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
}

/**********************************/
/**********************************/
/**********************************/
#top {
	height: 44px;
	background-color: #ffffff;	
}

#main {
	width: 996px;
	height: 558px;
	border: 2px #666666 solid;
}

#main #content {
	float: left;
	width: 198px;
	background-color: #f0f0f0;
	color: #333333;
}

#main #content a {
	color: #333333;
}

#main #content #header {
	width: 198px;
	background-color: #58585a;
}

#main #content ul {
	padding: 0 0 0 0;
	margin: 20px 0 0 20px;
}

#main #content ul li {
	border: 1px #cccccc solid;
	color: #333333;
	font-size: 1.2em;
	width: 148px;
	height: 27px;
	text-align: right;
	background-color: #ffffff;
	list-style-image: none;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 3px 10px 0 0;
}

#main #content h1 {
	margin: 20px 0 20px 20px;
	color: #333333;
}

#main #content div.projectitem {
	border: 1px #cccccc solid;
	color: #333333;
	width: 348px;
	margin: 0 0 20px 20px;
	height: 64px;
	cursor: pointer;
	background-color: #ffffff;
}

#main #content div.projectitem img {
	float: left;
	margin: 5px 10px 5px 5px;
}

#main #content div.projectitem p {
	font-size: 0.75em;
	margin: 5px 0 0 0;
}

#main #content #infotitles {
	float: left;
	width: 70px;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	font-size: 0.75em;
	font-weight: bold;

}

#main #content #infovalues {
	float: left;
	width: 280px;
	margin: 0 0 20px 0;
	font-size: 0.75em;
	font-weight: normal;
}

#main #content img.download {
	float: right;
}

#main #content p {
	margin: 0 20px 20px 20px;
	font-size: 0.75em;
	font-weight: normal;
}

#main #content img.thumbnail {
	float: right;
	margin: 0 5px 0 0;
	border: 1px #cccccc solid;
}

#main #content img.thumbnailend {
	float: right;
	margin: 0 20px 0 0;
	border: 1px #cccccc solid;
}

#main #content #back {
	border: 1px #cccccc solid;
	color: #333333;
	font-size: 1.0em;
	width: 148px;
	height: 27px;
	text-align: right;
	background-color: #ffffff;
	list-style-image: none;
	list-style: none;
	margin: 186px 0 10px 20px;
	padding: 3px 10px 0 0;
}

#main #displayimage {
	float: left;
	width: 796px;
	height: 558px;
	background-image: url(images/main.jpg);
	background-position: top right;
	background-repeat: no repeat;
	border-left: 2px #666666 solid;
}

#info {
	background-color: #ffffff;
	font-size: 0.7em;
	color: #666666;
	padding: 5px 0 0 0;
	text-align: right;
}

#info img {
	margin: 0 0 3px 0;
}

#designby {
	float: left;
}

