body {
	background-color : #339999;
	width: 800px;
	background-attachment : fixed;
	background-image : url(images/mvww_background.gif);
	background-position : center;
	background-repeat : repeat-y;
	margin-left : auto;
	margin-right : auto;
}

#header{
	width : 800px;
	height : 40px;
	z-index : 2;
	background-image : url(images/mvwebworks.gif);
	background-position : left;
	background-repeat : no-repeat;
	margin-bottom: 40px;
}

#header p{
	margin-left: 550px;
	color: #ffffff;
}

#container {
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-left: 20px;
}

#content{
	width: 620px;
	float: left;
}

#navigation{
	width: 130px;
	border : 1px solid #80FFFF;
	float: right;
	position : relative;
	margin-left: 0px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer{
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	clear: both;
	text-align: center;
}

#navigation a, #footer a{
	color: #80FFFF;
	display: block;
	text-decoration : none;
}

#navigation a:hover, #footer a:hover{
	color: #FFFFFF;
}

.title{
	background-color: #ffffff;
	color: #339999;
	font-weight: bold;
	text-align: center;
}

.subtitle {
	font-weight: bold;
}

.cellcolor{
	background-color: #33aaaa;
}