/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin:0;
padding: 0;
text-align: center;
background-image:url(../images/steel_bg.jpg);
background-repeat:repeat;
}

#bg_container {
width:1200px;
margin-left:auto;
margin-right:auto;
}

#dots_container {
width:1200px;
background-image:url(../images/shadow_bg.png);
background-position:top;
background-repeat:no-repeat;
float:left;
}

#main_container {
width:800px;
float:left;
margin-left:200px;
border-top: solid #000000;
border-top-width: 15px;
background-color:#000000;
}

#header_container {
width: 800px;
float:left;
background-color:#CC0000;
}

#nav_container {
width:800px;
height:25px;
float:left;
background-color:#000000;
}

#nav_container_blackbar {
width:800px;
height:5px;
float:left;
background-color:#000000;
}

#content_container {
width:800px;
float:left;
background-image:url(../images/800_bg.jpg);
background-repeat:repeat-y;
}

#content_left {
width:500px;
float:left;
}

.content_left_text {
width:450px;
margin-left:25px;
float: left;
padding-top:5px;
padding-bottom: 5px;
}

.heading_container{
width:450px;
float: left;
border-bottom:dotted thin #990000;
margin-left:25px;
}


.testimonials_container{
width:450px;
float: left;
border-bottom:dotted thin #990000;
margin-left:25px;
}

#content_right {
width:300px;
float:right;
}

.content_right_text {
width:275px;
float: left;
margin-top:5px;
}

.content_right_joinemail {
width:275px;
float: left;
border-top: thin solid #999999;
margin-top:3px;
padding:5px;
}

#div_footer {
width: 800px;
height: 80px;
text-align:center;
background-image:url(../images/footer/footer.png);
background-position:top;
background-repeat:none;
float:left;
}

