@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #111;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
}
a {
	color: #FFF;
}
a:hover {
	color: #F90;
}


#container {
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#content {
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A6A6A;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mainmenu {
	height: 52px;
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	background-image: url(../images/menubg.jpg);
}
#eventscontainer {
	height: auto;
	width: 203px;
}
#registercontainer {
	background-image: url(../images/regbgmiddle.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#register {
	background-image: url(../images/regbgtop.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#regbottom {
	background-image: url(../images/regbgbottom.jpg);
	background-repeat: no-repeat;
	height: 21px;
	margin: 0px;
	padding: 0px;
}
#register form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
}
#register form table tr td .submit-button {
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#homeimg {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#leftcolumn {
	float: left;
	width: 203px;
}
#middlecolumn {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	width: 203px;
}
#two-col-left {
	float: left;
	width: 259px;
}
#two-col-right {
	float: left;
	margin-left: 15px;
	width: 421px;
}

#clearer {
	clear: both;
}
#rightcolumn {
	float: right;
	width: 259px;
}
#regulartable td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #616161;
	font-size: 0.8em;
}
#regulartable {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#thanks {
	text-align: center;
	padding: 100px;
}
#boxtop {
	background-image: url(../images/boxt.jpg);
	background-repeat: repeat-x;
}
#boxcontent {
	clear: both;
}
#boxtop #boxtopleft {
	background-image: url(../images/boxtl.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 11px;
	float: left;
}
#boxtop #boxtopright {
	background-image: url(../images/boxtr.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 18px;
	width: 11px;
}
#boxtop #boxtopclearer {
	clear: both;
}
#boxcontent {
	background-color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cacaca;
	border-left-color: #cacaca;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
#boxcontent p {
	margin: 0px;
	padding: 0px;
}
#boxbottom {
	background-image: url(../images/boxb.jpg);
	background-repeat: repeat-x;
}
#boxbottom #boxbottomleft {
	background-image: url(../images/boxbl.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 11px;
	width: 11px;
}
#boxbottom #boxbottomright {
	background-image: url(../images/boxbr.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 11px;
	width: 11px;
}
#boxbottom #boxbottomclearer {
	clear: both;
}
#aboutform {
	display: block;
	height: 350px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}


form {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
