@charset "UTF-8";
body {
	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: #0f6db4;
}
.chamberee #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	padding: 20px 0px 340px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(http://markwest.org/chamberee/images/Chamberee2011BG.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.chamberee #mainContent {
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.box {
	width: 360px;
	border: 3px dashed #0f6db4;
	padding: 20px 20px 20px 20px;
}
h1  {
	color: #0f6db4;
	font-weight: bold;
	font-size: 24px;
	padding: 10px 0px 2px 0px;
	line-height: 20px;
} 
h2  {
	color: #0f6db4;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
} 
h3  {
	color: #0f6db4;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
	font-weight: bold;
} 
.tiny  {
	color: #0f6db4;
	font-size: 9px;
	padding: 2px 0px 2px 0px;
	font-weight: lighter;
} 
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #0f6db4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
