* { padding: 0; margin: 0; }

html {overflow-x: hidden;}

body {
 font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
 font-size: 14px;
 color:#000000;
 margin:0;
 height:auto;
 background: url('../images/curtain_repeater.jpg') repeat;
}

#main_backer {
 width:100%; 
 height:283px;
 background: url('../images/top_bar_stretch.png') repeat-x;
 background-position: top center;
 background-attachment: scroll;
}

#site_backer {
 margin: 0 auto;
 width:1018px; 
 height:760px;
 background: url('../images/main_page_backer.png') no-repeat;
 background-position: top center;
 background-attachment: scroll;
}

#wrapper {
 margin: 0 auto;
 width:960px;
 height:auto;
}

#text_backer {
 width:900px;
 height:auto;
 background: url('../images/text_spanner.png') repeat-y;
 float:left;
 margin-top:38px;
 margin-left:59px;
}

#logo_link {
 width:535px;
 height:175px;
 float:left;
}

#date {
 width:150px;
 height:50px;
 float:right;
 font-family: Arial, Helvetica, sans-serif;
 font-size:11px;
 margin-top:23px;
 margin-right:-66px;
}

#body_content {
 width:600px;
 height:auto;
 float:left;
 margin-top:-439px;
 margin-left:61px;
}

#body_text {
 width:435px;
 height:auto;
 float:left;
 margin-left:33px;
 line-height:20px;
}

#body_text a { text-decoration:none; color:#003366; }
#body_text a:hover { text-decoration:none; color:#cc3300; }
#body_text h1 { font-size:16px; }
#body_text strong { color:#336699; }


.accordionButton {	
 width: 435px;
 display: inline-block;
 cursor: pointer;
}
	
.accordionContent {	
 width: 435px;
 display: inline-block;
}

#sidebar_newsletter {
 width:258px;
 height:157px;
 float:right;
 margin-right:-4px;
 margin-top:-12px;
}

#signup_form {
 float:left;
 margin-top:120px;
 margin-left:10px;
}

#sidebar_smooth {
 width:258px;
 height:157px;
 float:right;
 clear:right;
 margin-right:-4px;
 margin-top:44px;
}

#sidebar_flash {
 width:258px;
 height:157px;
 float:right;
 clear:right;
 margin-right:-4px;
 margin-top:44px;
}


#navigation {
 width:645px;
 height:30px;
 float:left;
 margin-top:78px;
 margin-left:25px;
 word-spacing:18px;
 color:#ffffcc;
}

#navigation a { color:#dadada; word-spacing:1px; text-decoration:none; }
#navigation a:hover { text-decoration:none; color:#999999; }

#nav_smooth { float:left; width: 258px; height: 157px; }
#nav_smooth a { background: url("../images/rightbar_smooth.jpg") no-repeat; display: block; width:100%; height:100%; }
#nav_smooth a:hover { background-position: -258px 0; }


#footer {
 width:930px;
 height:240px;
 float:left;
 background: url('../images/footer.png') no-repeat;
 margin-left:44px;
 padding-bottom:40px;
}

#footer_text {
 float:left;
 color:#999999;
 font-size:11px;
 margin-top:216px;
 margin-left:35px;
}

#footer_text a { text-decoration:none; color:#999999; }
#footer_text a:hover { text-decoration:none; color:#666666; }




