body {
    background: #666;
}
#wrapper {
    background: #fff;
    border: 1px solid #000;
    margin: 0 auto;
    width: 960px;
}
#header {
    background: #ccf;
    height: 102px;
	
}
#nav {
    background: #000;
    height: 35px;
    text-align: center;
	
}
#graphic {
    height: 348px;
}
#content {
	background: #000 url('conent_bg.jpg') top no-repeat;
	border-top: 30px solid #000;
	padding: 10px;
	width: 940px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
}
#main_content {
	margin: 0 auto;
	padding: 10px;
	width: 860px;
	font-family: Verdana, Geneva, sans-serif;
}
#footer {
     background: #000;
    border: 1px solid #000;
	border-top: 1px dashed #666;
	color: #666;
    text-align: center;
}
/* --------------------------------------- */
/* ---------------Text, Anchors,------------- */
/* --------------------------------------- */
.footer_phone {
    font-size: 15px;
}
.footer_fax {
    font-size: 10px;
}
.footer_address {
    font-size: 12px;
}
/* --------------------------------------- */
/* ---------------    Lists  ------------- */
/* --------------------------------------- */
#nav ul {
    margin: 0 auto;
    width: 875px;
}
#nav li {
    display: inline;
    list-style-type: none;
    margin: 0;
   padding: 0px 25px 0px 0px;  
	float: center; 
}
/* --------------------------------------- */
/* ---------------    images  ------------- */
/* --------------------------------------- */
#nav img {
    border: 0;
}
#s {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
}
.typesmall {
	font-size: 10px;
}
