/* Start of CMSMS style sheet 'allsafe' */
@charset "utf-8";
/* CSS Document */

#a   {
        
        border: 0;

}

#html {
	background-color: #3A444D;
	
}

#body {
	background-color: #3A444D;
	
}
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	background-image: url(images/bg_top.jpg);
	float: left;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	clear: both;

}

#middle {
	background-image: url(images/bg_middle1.jpg);
	float: left;
	clear: both;
	width: 980px;
	background-repeat: repeat-y;
	


}


#bottom {
	float: left;
	background-image: url(images/bg_bottom.jpg);
	clear: both;
	width: 980px;
	margin-left: auto;
	margin-right: auto;


}

#header {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg_middle.jpg);
	float: left;
	clear: both;
        padding-left: 10px;
}

#nav {
	
	width: 200px;
        margin-left: 16px;
        float: left;
        margin-top: 10px;
        

	
}

#content {

               width: 690px;
               float: left;
               margin-left: 10px;
	margin-right: auto;
       border-left-color: #809681;
        border-left-width: 2px;
        border-left-style: solid;


               
}



/* End of 'allsafe' */

