/*  Page Properties ---------------------------------------------------------------------*/
body{
	background: #fff;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	te\xt-align: left;
	min-width: 761px;
	letter-spacing: .05em;
	top:0;
	left:0;
}
.bgImage {
	background: url(../images/bgImage.jpg) no-repeat 80px 30px;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:active, a:hover{
	color: #660000;
	text-decoration: underline;
}
h3 {
	font-size: 16px;
}

/*  Wrapper ---------------------------------------------------------------------*/
#wrapper {
	width: 761px;
	margin: 0;
	margin-top: 50px;
	margin-left: 50px;
	padding:0;
	background: url(../images/mesh.gif) repeat;
	border: 1px #000 solid;
	z-index: 2;
	text-align: center;
}
/*  Page Header ---------------------------------------------------------------------*/
#header {
	background: url(../images/header.jpg) no-repeat;
	width: 761px;
	height: 50px;
	margin-bottom: 20px;
}
/*  Content Wrapper ---------------------------------------------------------------------*/
#contentWrapper {
	width: 721px;
	margin: 0 auto;
	padding: 0;
	text-align: justify;
}
/*  Left Menu ---------------------------------------------------------------------*/
#leftMenu {
	width: 157px;
	height: 300px;
	margin: 0;
	margin-bottom: 20px;
	padding-left: 0px;
	float: left;
}
dl {
	margin: 0;
	padding: 0;
	font-variant: small-caps;
}
dd {
	text-align: left;
	margin: 0;
	line-height: 2.25em;
	margin-left: 2px;
	margin-right: 4px;
}
dd.last {
	text-align: left;
	margin: 0;
	line-height: 2.25em;
	margin-left: 4px;
	margin-right: 4px;
}
dl a:link, dl a:visited {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
dl a:active,dl a:hover{
	color: #CC3300;
	text-decoration: underline overline;
}
/*  Content ---------------------------------------------------------------------*/
#content {
	width: 524px;
	margin-left: 187px;
	margin-top:0;
	padding-right: 0;
	text-align: justify;
}
/* Content Misc ------------------------------------------*/
#content dl {
	margin-left: 20px;
	font-variant: normal;
}
#content dt {
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 10px;
}
#content dd {
	margin-left: 30px;
	line-height: 1.3em;
}
/* Content Forms -------------------------------*/
form.register fieldset { 
	margin-bottom: 10px;
	border: #000 1px solid;
}	
form.register legend {
	padding: 0 2px;
	font-weight: bold;
}
form.register label {
	display: block;
	line-height: 1.5em;
	vertical-align: top;
	width: 400px;
	font-weight: bold;
}
form.register fieldset ol {
	margin: 0;
	padding: 4px;
}
form.register fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.register input {
	border: 1px #000 solid;
}
form.register select {
	border: 1px #000 solid;
}
form.register input.radio {
	border: 0px #000 solid;
}

/* Content Headers -------------------------------*/
span.hide {
	display: none;
}
.Attendees {
	background: url(../images/header_Attendees.gif) no-repeat;
	height: 46px;
}
.Games {
	background: url(../images/header_Games.gif) no-repeat;
	height: 46px;
}
.HotelInformation {
	background: url(../images/header_HotelInformation.gif) no-repeat;
	height: 46px;
}
.LANParty {
	background: url(../images/header_LANParty.gif) no-repeat;
	height: 46px;
}
.LANPictures {
	background: url(../images/header_LANPictures.gif) no-repeat;
	height: 46px;
}
.Location {
	background: url(../images/header_Location.gif) no-repeat;
	height: 46px;
}
.PurchaseTickets {
	background: url(../images/header_PurchaseTickets.gif) no-repeat;
	height: 46px;
}
.RegisterHeader {
	background: url(../images/header_Register.gif) no-repeat;
	height: 46px;
}
.Rules {
	background: url(../images/header_Rules.gif) no-repeat;
	height: 46px;
}
/* footer -------------------------------*/
#footer {
	clear: both;
	height: 20px;
}
.copy {
	font-size: 85%;
	margin-left: 50px;
	width: 761px;
	text-align: center;
}