/* Start of CMSMS style sheet 'lastyles' */
body {
	margin: 0;
	min-width: 1010px;
	}

#wrapper {
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	color: #333333;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/redbg.gif);
	background-repeat: repeat;
}


#menubar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	width: 100%;
	position: relative;
	top: -47px;
}

#menubar a {
	text-decoration: none;
	color: #ffffff;
}

#menubar a:hover {
	color: #000000;
}

#sidebar {
	width: 200px;
	height: 100%;
	min-height: 500px;
	float: left;
	background: url(images/eventbox.gif);
	background-position: center 1%;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: solid 15px #666666;
	background-color: #ffffff;
	margin-left: 10px;
}

#article {
	float: right;
	width: 75%;
	min-width: 740px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

#halfarticle {
	background-color: #FFFFFF;
	float: right;
	width: 75%;
	height: 360px;
	margin-top: 40px;
	margin-right: 10px;
}

#eventbox {
	float: left;
	width: 215px;
	height: 400px;
}
#eventbox p {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	height: 82%;
}

#footer {
	height: 64px;
	clear: both;
	font-family: verdana, arial;
	font-size: 9pt;
	text-align: center;
	font-style: italic;
}

h1 {
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
	margin: 0px;
}

h2 {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	margin-top: 30px;
	border-bottom: solid 1px #666666;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #993300;
}

a:hover {
	color: #ff9900;
}

a.copyright {
	font-size: 9pt;
	font-wieght: bold;
	color: #990000;
}

a.copyright:hover {
	color: #ff9900;
}

/* Menu items */

#aboutus {
	background-image: url(images/black_menu.gif);
	text-align: center;
	height: 30px;
	width: 153px;
	position: absolute;
	left: 7%;
	padding-top: 8px;
	background-repeat: no-repeat;
}
#aboutus:hover {
	background-image: url(images/orange_menu.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
#matches {
	background-image: url(images/black_menu.gif);
	text-align: center;
	height: 30px;
	width: 153px;
	position: absolute;
	left: 27%;
	padding-top: 8px;
	background-repeat: no-repeat;
}
#matches:hover {
	background-image: url(images/orange_menu.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
#gallery {
	background-image: url(images/black_menu.gif);
	text-align: center;
	height: 30px;
	width: 153px;
	position: absolute;
	left: 57%;
	padding-top: 8px;
	background-repeat: no-repeat;
}
#gallery:hover {
	background-image: url(images/orange_menu.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
#contact {
	background-image: url(images/black_menu.gif);
	text-align: center;
	height: 30px;
	width: 153px;
	position: absolute;
	left: 80%;
	padding-top: 8px;
	background-repeat: no-repeat;
}
#contact:hover {
	background-image: url(images/orange_menu.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

/* End of 'lastyles' */

