#container {
	margin: auto;
	min-width: 112px;
	width: 886px;
}

#banner {
	margin-bottom: 10px;
	height: 122px;
	width: 886px;
	background-image: url(banner.png);
}

body {
	background-image: url(bg.png);
	background-repeat: repeat;
}

#contentcontainer {
	margin: auto;
	width: 487px;
}

#contenttop {
	height: 6px;
	width: 487px;
	background-image: url(topcontent.png);
	background-repeat: no-repeat;
}

#contentmid {
	width: 487px;
	background-image: url(midcontent.png);
}

#contentbot {
	height: 7px;
	width: 487px;
	background-image: url(contentbot.png);
}

.contenttext {
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 10px;
	font-family: verdana;
	color: gray;
	margin-right: 5px;
	margin-left: 5px;
}

#boxcontainer2 {
	padding-bottom: 5px;
	float: right;
	width: 189px;
}

#boxcontainer {
	max-width: 189px;
	float: left;
	width: 189px;
}

#boxtop {
	float: left;
	height: 4px;
	width: 189px;
	background-image: url(boxtop.png);
}

#boxmid {
	float: left;
	background-image: url(boxmid.png);
	width: 189px;
}

#boxbot {
	margin-bottom: 5px;
	float: left;
	background-image: url(boxbot.png);
	height: 5px;
	width: 189px;
}

.navtext {
	text-shadow: 0px 0px;
	color: #666666;
	font-size: 11px;
	font-family: verdana;
}

#boxheader {
	margin: auto;
	height: 23px;
	width: 179px;
	background-image: url(boxheader.png);
}

.boxhtext {
	padding-right: 4px;
	padding-left: 4px;
	font-size: 12px;
	font-family: verdana;
	color: white;
	padding-bottom: 3px;
	padding-top: 3px;
}

hr.content {
	margin-right: 2px;
	margin-left: 2px;
}

#contentheader1 {
	margin: auto;
	height: 31px;
	width: 474px;
	background-image: url(contentheader1.png);
}

.contentheader {
	padding-top: 7px;
	margin-right: 5px;
	margin-left: 5px;
	color: white;
	font-size: 14px;
	font-family: Verdana;
}

