body {
	font-family: Helvetica, Arial, Sans Serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #E7E6E1;
	margin: 0px;
}

/* DIV CONTAINERS */

#content {
  text-align:left;
  width:100%;
  margin-left: auto;
  margin-right:auto;
  margin-top: 0px;
  margin-bottom: 0px;
  
}

#site_content_frame {
	width:890px;
	vertical-align: top;
	padding-top:35px;
	padding-bottom:90px;
	padding-left:75px;
	padding-right:75px;
	text-align:left;
	background-color: #FFFFFF;
	margin-left: auto;
  	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;	
}

/* DIV HEADER */
#site_content_header {
	width:890px;
	height:40px;
	text-align:left;
	margin: auto;
	margin-bottom:50px;
}

#site_content_logo {
	width:480px;
	float: left;
	text-align:left;
	margin: auto;
}
#site_content_tel {
	width:400px;
	float: right;
	text-align:right;
	margin: auto;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
}

/* DIV BODY */
#site_content_body {
	width:890px;
	height:65px;
	text-align:left;
	margin: auto;
}
#site_content_work {
	width:890px;
	margin: auto;
}
#site_content_footerline {
	width:890px;
	height:45px;
	margin: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	margin-bottom:22px;
}

/* DIV HEADER */
#site_content_footer {
	width:890px;
	text-align:left;
	margin: auto;
}

#site_content_copyright {
	width:480px;
	float: left;
	text-align:left;
}
#site_content_bookmark {
	z-index: 10;
	width:400px;
	float: right;
	text-align:right;
}

a {
	color: #666666;
   text-decoration: none;
}


a:hover {
   color: #000000;
   text-decoration: none;
}