div.main {
	width: 800px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	/*
color: #706d6d;
*/
	/*color: #B8B8B8;*/
	color: #FFFFFF;
}

a.main {
	text-decoration: underline;
    /*color: #B8B8B8;*/
	color: #FFFFFF;
	
}

a:hover.main {
	color: #000000;
}

img.main {
	border: solid;
	border-width: 1px;
	border-color: #000000;
}

div.header {
	background-image: url(../header.png);
	background-repeat: no-repeat;
	height: 170px;
}

div.menu {
	font-size: 16px;
	position:relative;
	left: 200px;
	top: 135px;
	font-weight: bold;
}

a.menu {
	text-decoration: none;
    /*color: #B8B8B8;*/
	color: #FFFFFF;
}

a:hover.menu {
	/*
color: #B8B8B8;
*/
	color: #000000;
	
}

td.menu {
	/*width: 90px;*/
}
td.menuspacer {
	width: 20px;
}

div.content {
	background-image: url(../body.png);
	background-repeat: repeat-y;
	min-height: 300px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

* html div.content { height:300px; } /* hack for IE6 */

div.footer {
	background-image: url(../footer.png);
	background-repeat: no-repeat;
	height: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
}

div.footerleft {
	text-align: left;
	float:left;
}

div.footerright {
	text-align: right;
	float:right;
}
