

.frame {
	background-image: url(images/template/bg.jpg);
	background-repeat: repeat-y;
	position: relative;
	width: 800px;
	height: 100%;
	padding: 0px;
	top: 0px;
}
.body {
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-color: #636563;
}
.top {
	background-image: url(images/template/top.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 800px;
	height: 75px;
}
.headerfiller {
	background-image: url(images/template/headerfiller.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 96px;
	width: 800px;
	top: 75px;
}
.contentcontainer {
	position: absolute;
	width: 800px;
	top: 171px;
	height: auto;
}
.nav {
	background-color: #CECFCE;
	position: absolute;
	width: 164px;
	left: 34px;
	height: auto;
}
.contentmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	position: absolute;
	width: 555.5px;
	left: 198px;
	height: auto;
	background-color: #FF0000;
	background-image: url(images/template/contentbottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bottom {
	position: absolute;
	clip:   rect(auto auto 69px auto);
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.imageborder {
	border: 2px solid #000000;
}
.normalunderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #9C0000;
	font-weight: bold;
}
.normal:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.normal:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}
.normal:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.normalfont {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#foot {
	width:800px;
	height:66px;
	padding-top:3px;
	text-align:center;
	background:url(images/template/bottom.jpg) no-repeat;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	}
#foot a {
	color:#ddd;
	}