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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 840px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #header {
	width: 840px;
	height: 400px;
	background: url(images/header_home.jpg) #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #subheader {
	width: 840px;
	height: 310px;
	background: url(images/header_sub.jpg) #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #header img.signup {
	margin: 243px 0px 0px 440px;
	border: 0px;
}

.oneColElsCtr #subheader img.blank {
	margin: 60px;
	border: 0px;
}

.oneColElsCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColElsCtr #mainContent h1 {
	font-size: 120%;
	color: #683922;	
}

.oneColElsCtr #mainContent h2 {
	font-size: 100%;
	color: #683922;	
}

.oneColElsCtr #mainContent p {
	color: #683922;
	font-size: 90%;
}

.oneColElsCtr #mainContent p.intro {
	padding: 0 300px 20px 50px;
	color: #683922;
	font-weight: bold;
}

.oneColElsCtr #mainContent a {
	color: #990000;
}

.oneColElsCtr #mainContent a:hover {
	color: #683922;
	text-decoration: none;
}

.oneColElsCtr .content {
	width: 600px;
	margin: 0px 100px 0px 100px;
	font-size: 90%;
	color: #683922;	
}

.oneColElsCtr #box {
	width: 800px;
	height: 383px;
	background: url(images/box_home.jpg) #FFFFFF;	
	margin: 0px 0px 0px 40px;
}

.oneColElsCtr #box p.details {
	padding: 0 150px 0 50px;
	font-size: 80%;
	font-weight: normal;
}

.oneColElsCtr #box .time {
	color: #990000; 
	font-size: 150%;
	font-weight: bold;
}

.oneColElsCtr #mainContent p.credits {
	font-size: 70%;
	text-align: center;
	color: #999999;
	font-weight: normal;
}

#error {
	color: #D40000;
	font-weight: bold;
	font-size: 120%;
}