body {
	background: #bf1f09 url(images/bg.jpg) repeat-x;
	font-family: arial, verdana;
	font-size: 85%;
	margin: 0;
}

#container {
	width: 980px;
	margin: auto;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 289px;
	position: relative;
}

#login {
	background: white url(images/login-box.jpg) top center no-repeat;
	height: 60px;
	padding: 15px 20px 0px 20px;
	width: 258px;
	margin: 0px;
}
#login p {
	font-size: 80%;
	margin: 5px 10px;
	padding: 0px;
}

#wrapper {
	margin: 0px 38px 0px 40px;
}

#right {
	background: white url(images/right-column-bottom.jpg) bottom no-repeat;
	width: 530px;
	padding: 0px 20px 5px 20px;
	float: left;
}

#left {
	width: 319px;
	float: left;
	margin-right: 13px;
}


#wld_badge_wrapper { border: 0px solid black; width: 318px; overflow: hidden; background: white url(images/left-column-bottom.jpg) bottom left no-repeat; padding-bottom: 10px; }
#wld_badge_inner { padding: 10px 0px 0px 5px; }
.wld_badge_item { float: left; margin: 0 5px 0 5px; padding: 0; }
.wld_badge_item img { border: 1px solid black; }
.wld_badge_item_detail { margin-top: 2px; font-size: 75%; width: 90px; height: 20px; overflow: hidden; text-align: center; }
.wld_badge_clear { clear: both; }
.wld_badge_item_region { display: none; }

#leftlinks {
	background: white url(images/left-column-top-logo.jpg) top left no-repeat;
	padding-top: 30px;
	margin-top: 10px;
}

#leftlinks ul {
	list-style: none;
	background: url(images/left-column-bottom.jpg) bottom left no-repeat; 
	color: #ff4c00;
	font-weight: bold;
	font-size: 120%;
	margin: 0px 0px;
	padding: 0px 0px 20px 35px;
}
#leftlinks ul li {
	padding: 3px 10px 3px 20px;
	background:url(images/bullet.gif) left center no-repeat;
}
#leftlinks ul a {
	text-decoration: none;
}
#eventslogo {
	position: relative;
	top: 5px;
}

p {
	color: #bf1f09;
}
h2 {
	color: #65acbc;
	text-align: center;
}

a {
	color: #bf1f09;
}

a img {
	border: none;
}

#benefits {
	background: white url(images/benefits-box.jpg) top center no-repeat;
	height: 190px;
	color: white;
	font-weight: bold;
	padding: 5px 30px;
}
#benefits h3 {
	margin: 20px 0px 10px 10px;
}
.benefitscol {
	float: left;
}
.benefitscol ul {
	list-style: none;
	padding: 0px;
	margin: 5px 5px 5px 5px;
}
.benefitscol li {
	margin: 0px;
	padding: 1px 10px 1px 30px;
	background:url(images/bullet.gif) left center no-repeat;
}

#register {
	background: white url(images/register-top.jpg) top center no-repeat;
	margin: 20px 0px 0px 0px;
	position: relative;
	padding: 20px;
}
#registerlogo {
	position: absolute;
	top: -15px;
	right: 5px;
}
#register form {
	margin: 0px;
	padding: 0px 10px;
	border-left: 2px solid #f56022;
	border-right: 2px solid #f56022;
}
#register h3 {
	margin: 0px 0px 10px 0px;
	color: #FF4C00;
}

#footer {
	clear: both;
	color: white;
	font-size: 80%;
	text-align: right;
	padding: 5px 20px 5px 0px;
}
#footer a {
	text-decoration: none;
	color: white;
}

#login {
	position: absolute;
	right: 100px;
	top: 20px;
}

#login label {
	margin: 4px 2px;
	color: #bf1f09;
}
#login input, #login select {
	margin: 4px 2px;
	color: #bf1f09;
	border: 1px solid #bf1f09;
}

#register label {
	position: relative;
	color: #bf1f09;
	float:left;
	width: 130px;
	margin: 3px;
}
#register input, #register select {
	margin: 4px;
	color: #bf1f09;
	border: 1px solid #bf1f09;
}
#register p {
	margin: 2px 0px 2px 145px;
	font-size: 90%;
	color: #f56022;
}

