﻿* {
	font-family: Arial, Verdana;
	font-size: 11px;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #434343;
	text-align: center;
}

.container
{
	background-color: #FFFFFF;
	width: 790px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;	
}

.mainWrapper 
{
	border: 1px solid #434343;
	min-height: 500px;	
	position: relative;
	float: left;
	width: 790px;
	text-align: left;
}

.header
{
	margin-top: 15px;
	text-align: center;
}

img
{
	border: none;
}

.footer
{
	margin: 5px 0 0 0;
	position: relative;
	float: left;
}

.footerleft
{
	position: relative;
	float: left;
}

.footerright
{
	position: relative;
	float: right;
}

a
{
	color: #23A0BE;
}

a:hover
{
	color: #434343;
}

.column
{
	position:relative;
	float: left;
	width: 345px;
	margin: 20px 20px 20px 20px;
}

.contentbox
{
	margin: 30px 0px;
}

.rule
{
	display: block;
	padding: 5px 0 0 0;
}

.speckle
{
	background-image: url(/Zushe/images/speckle.gif);
	background-repeat: repeat-x;
	height: 12px;
	width: 100%;
	margin: 7px 0px;
}

.hometext, .abouttext, .servicetext, .contacttext
{
	padding: 15px 15px;
}

.hometext
{
	background-color: #23A0BE;
	color: #FFF;
}

.abouttext
{
	background-color: #434343;
	color: #FFF;
}

.servicetext
{
	background-color: #FF6000;
	color: #FFF;
}

.contacttext
{
	background-color: #6D865F;
	color: #FFF;
}

.contacttext a, .servicetext a, .hometext a
{
	color: #434343;
}

.contacttext a:hover, .servicetext a:hover, .hometext a:hover
{
 	color: #434343;
 	text-decoration: none;
}

.abouttext a
{
	color: #23A0BE;
}

.abouttext a:hover
{
 	color: #23A0BE;
 	text-decoration: none;
}