#main {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	margin: 0px;
	padding: 0px;
	height: 72px;
	width: 920px;
	background-color: #333333;
	background-image: url(head.gif);
}
#topmenu {
	background-color: #191919;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 13px;
	width: 920px;
}
#bread {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 37px;
	width: 920px;
	background-image: url(gradient.gif);
	background-repeat: repeat-x;
}
#content {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 430px;
	width: 920px;
}
#footer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 48px;
	width: 920px;
	background-image: url(footer.gif);
	background-repeat: repeat-x;
}
#mainmenu {
	float: left;
	height: 40px;
	position: relative;
	width: 500px;
	padding-top: 31px;
	padding-left: 148px;
}
#footercontent {
	height: 20px;
	width: 650px;
	padding-top: 28px;
	float: left;
}
.topmenutype {
	color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.topmenutype a:link {
	color: #EFEFEF;
	text-decoration: none;
}
.topmenutype a:visited {
	color: #EFEFEF;
	text-decoration: none;
}
.topmenutype a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.topmenutype a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.submenutype {
	color: #EFEFEF;
	text-indent: 26px;
}
.submenutype a:link {
	color: #EFEFEF;
	text-decoration: none;
}
.submenutype a:visited {
	color: #EFEFEF;
	text-decoration: none;
}
.submenutype a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.submenutype a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#contentright {
	float: left;
	width: 260px;
	margin-left: 658px;
	margin-top: 26px;
}

