* {
	margin:0px;
	padding:0px;
}
body {
	background:#006 url(../images/pageback.png) repeat-y top center;
}
#wrapper {
	width:800px;
	background-color:white;
	margin:0px auto;
	text-align:left;
}
#content {
	font-family:arial;
}
#banner {
	background:#fff url(../images/banner.png) no-repeat top left;
	width:800px;
	height:150px;
	text-align:right;
	color:black;
	font-size:12px;
	color:white;
}
#email {
	margin-left:20px;
	font-weight:bold;
	width:125px;
	text-align:left;
	font-size:13px;
	height:30px;
	line-height:30px;
}
#nav {
	float:right;
	width:630px;
	height:30px;
}
#nav a {
	color:#666;
	line-height:30px;
	font-size:18px;
	background-color:#fcf;
	width:104px;
	height:30px;
	border-left:1px solid white;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
}
#nav a:hover {
	background-color:#dad;
	color:white;
}
#maintext {
	margin:20px 40px;
	font-size:13px;
	color:black;
	clear:both;
}
#maintext p {
	padding:10px 0px;
}
#maintext h2 {
	font-size:26px;
	padding:10px 0px;
	color:#f60;
}
#maintext h3 {
	font-size:16px;
	padding:0px 0px 10px 0px;
	color:black;
}
#ul,ol {
	list-style:square inside;
}
li {
	list-style:square inside;
	padding-left:20px;
}

#footer {
	font-size:10px;
	text-align:center;
	margin-top:100px;
}
.border {
	border:1px solid black;
}
.fr {
	float:right;
	margin-left:10px;
	display:block;
}
.fl {
	float:left;
	margin-right:10px;
	display:block;
}
.clear {
	clear:both;
	padding:10px 0px;
}
.gallery {
	width:100px;
	height:100px;
	float:left;
	margin-right:20px;
	border:1px solid black;
}
.typeOfService {
	clear:both;
	padding:30px 0px 0px 0px;
}
.typeOfService img {
	margin-right:30px;
}
label {
	display:block;
	width:130px;
	text-align:right;
	float:left;
	margin-right:5px;
	margin-bottom:0px;
}
#schedule label strong {
}
#schedule label b {
	font-weight:normal;
	font-style:italic;
}
#schedule input {
	margin-bottom:10px;
	height:18px;
}
#schedule select {
	margin-bottom:10px;
	height:20px;
}
.bottom10 {
	margin-bottom:10px;
	height:25px;
	float:right;
}
#schedule {
	width:450px;
	margin-top:20px;
}
#schedule textarea {
	margin-bottom:10px;
	height:100px;
	width:250px;
}
#schedule #submit {
	width:100px;
	height:30px;
	margin-left:135px;
}
#captcha {
	margin:20px 0px 0px 0px;
}
#required {
	background-color:#ffff99;
	padding:5px 10px;
}

