@charset "utf-8";
/* CSS Document */

BODY {
background-color:#333333;  
background-image:url(images/bg_gradient.gif); 
background-repeat:repeat-x;
margin: 0 auto;
text-align: center;
margin-top:20px;
}

#wrapper_outer {
width:1000px;
margin: 0 auto;
text-align: center;
}

#wrapper_left {
background-image:url(images/bg_left.gif); 
width:90px;
height:340px;
background-repeat:no-repeat;
float:left;
margin-top:140px;
}

#wrapper_middle{
width:800px;
margin: 0 auto;
text-align: center;
padding: 0px 10px 10px 10px;
background-color:#000000;
background-image:url(images/bg_wrapper.gif); 
background-repeat:repeat-y;
float:left;
border-bottom:1px solid #666;
border-top:1px solid #666;
}

#wrapper_right {
background-image:url(images/bg_right.gif); 
width:90px;
height:340px;
background-repeat:no-repeat;
float:right;
margin-top:140px;
}

#header{
background-image:url(images/header.jpg);
background-repeat:no-repeat;
height:132px;
}

#logo{
float:left;
}

#address{
text-align: right; 
float:right;
}

#nav{
clear:both;
margin-bottom:5px;
height:40px;
}

#flash{
}

#footer{
clear:both;
padding-top:5px;
}

hr {
border: 0;
color: #666666;
background: #666666;
height: 1px;
width: 100%;
}

#home_content_holder{
text-align:left;
margin-bottom: 10px;
padding-top:15px;
}

#home_content_header{
background-image:url(images/bg_header.gif);
background-repeat:repeat-x;
width:248px;
height:40px;
border: 1px solid #666;
padding-left:10px;
}

#home_content_left{
width:260px;
float:left;
margin-right:10px;
}

#home_content_center{
float:left;
width:260px;
}

#home_content_right{
width:260px;
float:right;
}

#home_content_text{
padding-left:15px;
padding-right:20px;
}

#sub_content_holder{
text-align:left;
margin-bottom: 10px;
padding-top:30px;
padding-left:20px;
}

#sub_content_header{
background-image:url(images/bg_header.gif);
background-repeat:repeat-x;
width:335px;
height:40px;
border: 1px solid #666;
padding-left:10px;
margin-bottom:10px;
}

#sub_content_left{
width:345px;
float:left;
margin-right:10px;
}

#sub_content_right{
width:400px;
min-height:400px;
float:right;
background-position:top center;
background-image:url(images/swirl_faded.jpg);
background-repeat:no-repeat;
margin-right:10px;
text-align:center
}

#privacy_content_header{
background-image:url(images/bg_header.gif);
background-repeat:repeat-x;
width:745px;
height:40px;
border: 1px solid #666;
padding-left:10px;
margin-bottom:10px;
}

#privacy_content_left{
width:745px;
margin-right:10px;
}