body {
	text-align:center;
	background-color: #ffffff;
	margin: 0;
}

/*Main Container*/

#container {
width:775px;
margin-right:auto;
margin-left:auto;
margin-top: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;
}

/*Tournament Page Link*/

#top_box {
position: absolute;
width: 200px;
margin-top: 50px;
left: 560px;
top: -17px;
}

/*FTC Link*/

#ftclink {
position: relative;
left: -10px;
}

/*Left Container -About-*/

#left {
width: 218px;
float:left;
top: 200px;
position: relative;
left: 10px;
background-image: url(images/home_box_left.jpg);
margin: 0px;
height: 600px;
background-repeat: no-repeat;
}

#about_title {
float:left;
top: 10px;
position: relative;
margin: 0px;
bottom: 10px;
}

#about_text {
width: 200px;
float:left;
position: relative;
left: 10px;
height: auto;
margin: 0px;
top: 50px;
}

/*Center Container -Mission-*/

#center {
width: 278px;
float:left;
top: 300px;
position: relative;
left: 20px;
height: 551px;
background-image: url(images/home_box_center.jpg);
background-repeat: no-repeat;
}

#mission_title {
float:left;
top: 10px;
position: relative;
margin: 0px;
bottom: 10px;
}

#mission_text {
width: 250px;
float:left;
position: relative;
left: 10px;
height: auto;
margin: 0px;
top: 50px;
}

/*Right Container -Support-*/

#right {
width: 218px;
float:left;
top: 125px;
position: relative;
left: 45px;
height: 620px;
background-image: url(images/home_box_right.jpg);
background-repeat: no-repeat;
}

#support_title {
float:left;
top: 10px;
position: relative;
margin: 0px;
bottom: 10px;
}

#support_text {
width: 200px;
float:left;
position: relative;
left: 10px;
height: auto;
margin: 0px;
top: 50px;
}

/*Right Container  List*/

ul {
display: block;
list-style-type: circle;
color: #333333;
font-size: 12px;
font-style: normal;
font-weight: normal;
list-style-position: outside;
white-space: normal;
margin-top: -2px;
margin-right: 10px;
font-family: "Trebuchet MS", Trebuchet, sans-serif;
}

/*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 Formatting-*/

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: 14px;
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*/

.footer {
font-size: 11px;
font-family: "Trebuchet MS", sans-serif;
text-align: center;
}
