body {
	background: #FFFFCC;
	color: #333333;
	font-family: Verdana, Tahoma;
	font-size: 0.8em;
}

img {
	border: 0px;
}

.nav{
	width: 140px;
	background: #FFFFCC url(bgmain.png) repeat-y left;
	text-align: center;
}

.wrapper {
	width: 619px;
	height: 300px;
}

.content {
	margin-top: 20px;
	margin-left: 20px;
	width: 564px;
}

.contenttitle {
	width: 564px;
	height: 74px;
}

.contentblock {
	background: #FFFFCC url(subtitlebg.png) repeat-y;
	padding: 20px;
}

.contentfooter {
	background: #FFFFCC url(subtitlefooter.png);
	height: 141px;
}

.footer {
	background: #FFFFCC url(footer.png) no-repeat left;
	height: 66px;
	text-align: right;
}

