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

body {
background-image:url(images/background.png);
background-repeat: no-repeat;
background-color: #000000;
background-position: top center;
margin: auto;
width: 960px;
font-family: "Times New Roman", Times, serif;

}

#main_title {
height: 90px;
width: auto;
text-align: center;
margin-top: 335px;
}

#sidebar_left {
width: 180px;
float: left;
background-color: #5590cc;
height: 530px;
padding: 10px 5px;
background-image:  url(images/sidebar_left.png) ;
background-repeat:no-repeat;
text-align:center;
}

#areas_serviced {
padding: 0px 5px;
}


#navigation {
width: 140px;
margin: 5px auto;
padding-top: 5px;
text-align: center;
height: 41px;
background-image: url(images/nav_button.png);
background-repeat: no-repeat;
}

#container {
width: auto;
height: 550px;
margin-left: 200px;
background-image: url(images/background_content.png);
background-repeat:repeat-x;
background-position:bottom;
background-color: #fada5c;
}

#main_content {
margin-right: 180px;
background-color: #fada5c;
padding: 10px 15px;
}

#sidebar_right {
width: 180px;
float: right;
padding: 5px 0px;
background-image: url(images/sidebar_right.png);
background-repeat: no-repeat;
height: 400px;
text-align:center;
}

#right_text {
font-size 16px;
color: #000;
padding-top: 8px;
}

#footer {
margin: 0px 0 10px 0;
background-color: #5590cc;
width: 100%;
height: 45px;
padding-top: 5px;
text-align: center;
}

#col {
width:165px; 
float: left;
 
height:95px; 
font-size: 14px; 
text-align: center;
}
	
#row {
margin-top: 8px; 
}

.main_title {
font-family: "Times New Roman", Times, serif;
font-size: 24pt;
color: #fada5c;
}
.main_title2 {
font-family: "Times New Roman", Times, serif;
font-size: 24pt;
color: #5590cc;
font-weight:bold;
}
.header1 {
font-size: 18px;
color: #5590cc;
font-weight:bold;
}
.link_left {
font-size: 18px;
color: #fada5c;
font-weight: bold;
}
.yellow_link {
color: #fada5c;
}

A:link { color: #5590cc; text-decoration: none}
A:visited {color: #5590cc; text-decoration: none}
A:active {color: #000000; text-decoration: none}
A:hover {color: #000000;text-decoration: none}