﻿@charset "utf-8";
body {
	background-color: #CED3CE;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #006600;
	font-size: 14px;
}
img {
	border: none;
}
a {
	color: #006600;
	font-weight: bold;
}
ul {
	margin: 10px 0px 10px 20px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	text-decoration: none;
	margin: 0px;
}
p {
	text-indent: 20px;
}
#main {
	width: 800px;
	margin: 0px auto;
}
#header {
	width: 800px;
	height: 228px;
}
#menu1 {
	width: 390px;
	height: 40px;
	background-color: #EFEFEF;
	background-image: url(../img/menuBack1.png);
	background-repeat: repeat-x;
}
#menu2 {
	width: 60px;
	height: 40px;
	background-color: #EFEFEF;
	background-image: url(../img/menuBack2.png);
	background-repeat: no-repeat;
}
#menu3 {
	width: 190px;
	height: 40px;
	background-color: #EFEFEF;
	background-image: url(../img/menuBack3.png);
	background-repeat: repeat-x;
}
#menu4 {
	width: 160px;
	height: 40px;
	background-color: #EFEFEF;
	background-image: url(../img/menuBack4.png);
	background-repeat: no-repeat;
}
#title {
	padding: 0px;
	text-align: center;
	font-size: 18px;
	color: #009900;
	font-weight: bold;
}
#phones {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 65px;
}
#content {
	margin: 0px;
	padding: 5px 15px 200px 15px;
	text-align: left;
	background-color: #EFEFEF;
	background-image: url(../img/contentBack.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.header {
	margin: 20px -15px 25px -15px;
	font-size: 20px;
	text-align: center;
	width: 800px;
	padding: 5px 0px 5px 0px;
	background-color: #99CCFF;
	background-image: url(../img/headerBack.png);
	background-repeat: no-repeat;
}
.rent {
	width: 160px;
	height: 212px;
}
.flash {
	width: 320px;
	height: 265px;
	float: right;
	margin: 0px 0px 0px 10px;
}
.color {
	width: 35px;
	height: 25px;
	border: #000000 1px solid;
}
#footer {
	text-align: center;
	color: #000000;
	font-size: 10px;
	margin: 5px 0px 5px 0px;
}

