/* CSS Document */
body {
	background-color: #34342C;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.top {
	background-image: url(/layout/foots.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.master {
	background-image: url(/layout/blackbg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
}
H1 {
	font-size: 15px;
	color: #810015;
	border-bottom: 1px solid #34342C;
	padding-bottom: 8px;
}
H2 {
	font-size: 14px;
	font-weight: normal;
}
H3 {
	font-size: 14px;
	font-weight: normal;
	color: #810015;
	border-bottom: 1px solid #34342C;
	padding-bottom: 8px;
}
.bigred {
	color: #810015;
	font-size: 15px;
}
a {
	color: #810015;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
}
.bar {
	padding: 5px;
	background-image: url(/layout/bar.gif);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 12px;
	color: #FFFFFF;
}
.map {
	padding: 10px;
	background-color: #68654D;
	color: #F5F2DF;
	border-top: 1px solid #E9E4C4;
}
.map a {
	color: #F5F2DF;
	font-style: normal;
}
.mapcorner {
	background-image: url(/layout/brown-corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 10px;
	background-color: #68654D;
	color: #F5F2DF;
	border-top: 1px solid #E9E4C4;
}
.mapcorner a {
	color: #F5F2DF;
	font-style: normal;
}
.whitebg {
	background-color: #FFFFFF;
}
.maincell {
	background-image: url(/layout/cream-bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
.maintop {
	background-image: url(/layout/main-top-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 10px 25px 0px 25px;
	line-height: 20px;
	border-left: 1px solid #E8E2C0;
	border-right: 1px solid #E8E2C0;
}
.nav {
	background-image: url(/layout/nav.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-left: 1px solid #E8E2C0;
	border-right: 1px solid #E8E2C0;
}
.header {
	background-image: url(/layout/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-top: 1px solid #E8E2C0;
	border-left: 1px solid #E8E2C0;
	border-right: 1px solid #E8E2C0;
}
.footernav {
	font-size: 9px;
	line-height: 15px;
	color: #E8E2C0;
	text-transform: uppercase;
	font-style: italic;
	background-image: url(/layout/foots.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 130px;
	padding: 60px 20px 0px 20px;
}
.footernav a {
	color: #E8E2C0;
	text-decoration: none;
}
.footernav a:hover {
	color: #FFFFFF;
}
.footshadow {
	background-image: url(/layout/foot-shadow.gif);
	background-position: center top;
	height: 175px;
	background-repeat: no-repeat;
}
.lineright {
	border-right: 1px solid #000;
}
.rightimg {
	margin-left: 7px;
	margin-top: 3px;
}
.leftimg {
	margin-right: 7px;
	margin-top: 3px;
}
.rimg-notop {
	margin-left: 7px;
}

/* MorleySport Navigation */
.msback {
	background-image: url(/layout/morleysport-nav.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 7px 10px 0px 0px;
	display: block;
	height: 50px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}
.msback a {
	text-decoration: none;
	color: #FFF;
	font-style: normal;
}
.msback a:hover {
	color: #FFF;
	text-decoration: underline;
}