html>body {
   margin-left: auto;
   margin-right: auto;
   width:90em;
   background: url(../images/main_bg.jpg) 0 0 repeat-x;
   background-color:#DD5305;
   font-size: 11px;
   height:auto;
}

span { display:none; }

ul {
	position:relative;
	list-style-type:none;
	margin: 0px;
	padding:0px;
}

strong{ color:#FF9933 }

/* Main Sections */
#header{
   width:1000px;
   height:232px;
   background: url(../images/header_232.jpg) 0 0 no-repeat;
   position:absolute;
   top:0px;
}

#main_content{
   background: url(../images/main_content_460.jpg) 0 0 no-repeat;
   width:1000px;
   height:460px;
   position:absolute;
   top:219px;
}

#lower_section{
   background-color:#EFEFEF;
   width:1000px;
   min-height:300px;
   position:absolute;
   top:679px;
}

li#main_content_link a{
   background: url(../images/spacer.gif) transparent 0 0 repeat;
   width:90px;
   height:27px;
   top:417px;
   left:901px;
   position:absolute;
}

#grey_bar{
   background-color:#393839;
   height:23px;
   width:1000px;
   position:absolute;
   top:0px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12pt;
   font-weight:bold;
   color:#FFFFFF;

   vertical-align:middle;
}

#footer{
   background-color:#EFEFEF;
   font-family:Arial, Helvetica, sans-serif;
   font-size:9px;
   position:relative;
   top: 25px;
}

/* Custom Sections */
#grey_bar_left{
   position:absolute;
   left:130px;
}

#grey_bar_right{
   position:absolute;
   right:130px;
}

#grey_bar_center{
   position:absolute;
   left:450px;
}

#testimonials_section{
position:absolute;
top:24px;
}

#download_pdf_section{
position:absolute;
top:24px;
left:339px;
}

#contact_us_section{
position:absolute;
top:24px;
left:665px;
}

/* Top Navigation */
li#why_join_btn a , li#athletes_btn a, li#parents_btn a, li#testimonials_btn a, li#contactus_btn a {
	background: transparent;
	position:absolute;
	text-decoration: none;
	top: 196px;
}

li#why_join_btn a{
   background: url(../images/why_join_sapa.gif) 0 0 no-repeat;
   height:23px;
   width:146px;
   left:18px;
}

li#athletes_btn a{
	background: url(../images/athletes.gif) 0 0 no-repeat;
	height:23px;
	width:106px;
    left:170px;
}

li#parents_btn a{
	background: url(../images/parents.gif) 0 0 no-repeat;
	height:23px;
	width:106px;
    left:282px;
}

li#testimonials_btn a{
	background: url(../images/testimonials.gif) 0 0 no-repeat;
	height:23px;
	width:133px;
    left:393px;
}

li#contactus_btn a{
	background: url(../images/contact_us.gif) 0 0 no-repeat;
	height:23px;
	width:116px;
    left:532px;
}

/* Bottom Navigation */
.ftr_spacer{ margin-right:12px; }
li#why_join_sapa_ftr , li#athletes_ftr , li#parents_ftr , li#testimonials_ftr , li#contactus_ftr , li#copyright_ftr{
	position:absolute;
	top:205px;
	color:#333333;
}

li#why_join_sapa_ftr a, li#athletes_ftr a, li#parents_ftr a, li#testimonials_ftr a, li#contactus_ftr a, li#copyright_ftr a{
color:#333333;
text-decoration:none;
}

li#why_join_sapa_ftr a:hover, li#athletes_ftr a:hover, li#parents_ftr a:hover, li#testimonials_ftr a:hover, li#contactus_ftr a:hover, li#copyright_ftr a:hover{
color:#333333;
text-decoration:underline;
}

li#why_join_sapa_ftr{
   left:322px;
}

li#athletes_ftr {
   left:428px;
}

li#parents_ftr {
	left:507px;
}

li#testimonials_ftr {
	left:581px;
}

li#contactus_ftr {
	left:670px;
}

li#copyright_ftr {
	left:408px;
    top: 220px;
}




