
body {
	//background-image: url("background1.jpg");
	background-image: url("background2.jpg");
	//background-color: rgb(133, 53, 150);
	background-color: rgb(225, 232, 245);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#fullContentLayer {
	width: 1000px;
	margin: auto;
	background-color: #FFFFFF;
	height: 100%;
	font-family: century gothic, arial;
}

#bannerLayer {
	color: #FFF;
	font-weight: bold;
}

#wrapper {
	width: 1000px;
	background-image: url("linebackground.jpg");
	background-repeat: repeat-y;
	background-position: 210px 0px;
	overflow: hidden;
	height: 100%;
}

#leftContentLayer {
	float: left;
	width: 200px;
	padding: 5px;
	height: 100%;	
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

#rightContentLayer {
	float: left;
	width: 540px;
	font-size: 9pt;
	padding-left: 20px;
	padding-right: 10px;
	color: #000000;	
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

#sponsorContentLayer {
	float: left;
	width: 200px;
	font-weight: bold;
	text-align: center;
	color: #808080;
	height: 100%;
	padding: 10px;
	background-color: #eee;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
	

#menu {
	list-style-type: none;
	padding-left: 10px;
	margin: 0px;
	font-size: 9pt;
}

#menu li {
	background-color: #eee;
	padding: 5px;
	margin-bottom: 2px;
	border: 2px solid #ccc;
}

#menu .indent {
	margin-left: 25px;
}

#menu a {
	text-decoration: none;
	color: #000000;
}
	
#sponsors {
	font-weight: bold;
	text-align: center;
	color: #808080;
}

label {
	font-weight: bold;
	float: left;
	width: 220px;
	text-align: right;
	padding-right: 10px;
}

input {
	margin-bottom: 5px;
	width: 250px;
}

textarea {
	width: 250px;
	height: 100px;
}