body {
	text-align: center;
	margin-top: 50px;
	padding: 0px;
	min-width: 650px;
}

a:link, a:visited{
		color:#999999;
		text-decoration: none;
}

a:hover, a:active{
		color:#000000;
}

#maincontent{
	margin:0px auto;
	width: 650px;
	text-align: left;
	/*border: 1px solid black;*/
}

#header{
	margin-bottom: 10px;
	margin-top: 0px;
}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	padding:0 0 0 0;
}

.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
	padding:0 0 0 0;
}

#mainnav,
#secondnav,
#thirdnav {
	float:left;
	position:relative;
	padding:0 0 0 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
	
#mainnav {
	/*border: 1px solid black;*/
	width: 23%;
}

ul {
	height: 100px;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

li {
	font: 8pt  "Verdana","Helvetica",sans-serif;
	color: black;
	padding: 0px 0px 2px 0px;
	margin-bottom: 5px;
}

#thirdnav{
	/*border: 1px solid green;*/
}

#secondnav{
	/*border: 1px solid green;*/
	width:31%;
}

#colmid {
	right:25%;
}

#colleft {
	right:31%;
}

#content {
	height: 400px;
	width: 650px;
	background-image: url(images_new/canvas.gif);
	background-repeat:no-repeat;
	float: left;
	margin-bottom: 50px;
	
}

#displayarea {
	margin-left: 150px;
	margin-top: 30px;
}

#footer {
	height: 50px;
	width: 700px;
	/*background-color:#999;*/
}

.bolddesc {
	font: 7pt "Verdana","Helvetica",sans-serif;
	color: grey;
	margin-bottom: 0px;

}

.description {
	font: 7pt "Verdana", "Helvetica",sans-serif;
	color: grey;
	background-color:#EEEEEE;
}

.images {
	padding: 0px 0px 10px 0px;
}
