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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #bf0053;
	background-image: url(../images/events_bgswirl.jpg);
	background-repeat: repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
}
.twoColFixLtHdr #container {
	width: 800px;  
	margin: 0 auto; 
	text-align: left; 
	background-image: url(../images/PowderL_eventsides.jpg);
	background-repeat: repeat-y;
} 

 #containerBG {
	width: 800px; 
	margin: 0;
	padding:0;
	top: 0px;
	background-image: url(../images/PowderL_eventstop.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #header {
	height: 63px;
	top: 0px;
} 
.twoColFixLtHdr #topnav {
	height: 50px;
	padding-top: 20px;
	padding-right: 55px;
	padding-left: 20px;
	padding-bottom: 0px;
} 

.twoColFixLtHdr #nav {
	height: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 100px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 400px;
	padding-top: 15px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	float: right;
	width: 510px;
}
.twoColFixLtHdr #OnemainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0;
	width: 630px;
	margin-left: 0px;
	padding-left: 85px;
}
.voucher {
	background-image: url(../images/voucher.jpg);
	background-repeat: no-repeat;
}

.twoColFixLtHdr #footer {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 80px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #container #containerBG #OnemainContent #mainContent #SignUpForm input {
}
.twoColFixLtHdr #container #containerBG #OnemainContent #mainContent #SignUpForm input {
	margin-left: 40px;
}
.twoColFixLtHdr #container #containerBG #OnemainContent #mainContent #SignUpForm select {
	margin-left: 40px;
}

