body {
	text-align:center;
	background-color: #ffffff;
	margin:0px;
}

/*Main Container*/

#container {
	width:775px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	background-image:  url(images/bg.jpg);
	background-position: top center; 
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #ffffff;
	position: relative;
	height: 900px; 
}

/*Left Container*/

#left {
	width: 425px;
	float:left;
	top: 230px;
	position: relative;
	left: 10px;
	background-image: url(images/left_box.jpg);
	margin: 0px;
	height: 550px;
	background-repeat: no-repeat;
}

/*Seans Story*/

#sean_title {
	float:left;
	top: 10px;
	position: relative;
	margin: 0px;
	bottom: 10px;
}

#sean_text {
	width: 400px;
	float:left;
	position: relative;
	left: 10px;
	height: 500px;
	overflow: auto;
	margin: 0px;
	top: 10px;
	padding-right: 10px;
}

#sean_text img {
	float:left;
	/*	margin-top: 5px;
	margin-left: 5px;
	*/
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 10px;
}

/*Registration Container*/

#right {
	width: 300px;
	float:left;
	top: 125px;
	position: relative;
	left: 20px;
	height: 700px;
	background-image: url(images/tourn_box_right.jpg);
	background-repeat: no-repeat;
}

/*Registration*/

/*#reg_title {
	float:left;
	top: 10px;
	position: relative;
	margin: 0px;
	bottom: 10px;
}*/

#reg_text {
	width: 285px;
	float:left;
	position: relative;
	left: 10px;
	height: auto;
	margin: 0px;
	top: 60px;
}

/*Home Navigation*/

#home {
	position: absolute;
	left: 12px;
	top: 179px;
}

/*Footer Container*/

#main_bottom {
	position: relative;
	height: auto;
	padding: 10px;
	border: 2px #6699cc solid;
	width:775px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align: center
}

/*Text Styles*/

a:link {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #cc99cc;
	text-decoration: underline;
}

a:visited {
	color: #339999;
	text-decoration: underline;
}

a:active {
	color: #336699;
	text-decoration: underline;
}

p {
	font-size: 0.95em;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

h1 {
	font-size: 1.4em;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

h2 {
	font-size: 1.3em;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

h3 {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

h4 {
	font-size: 1.1em;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

h5 {
	font-size: 1em;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

/*Misc Class*/

.small {
	font-size: smaller;
}

.bold {
	font-weight:bold;
}

.small_bold {
	font-size: smaller;
	font-weight:bold;
}

.footer {
	font-size: 11px;
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
}

