body {
	margin-top: 20px;
	padding: 0;
	background: #F90000;
	font-size: 14px;
	color: #000;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	border: solid 7px #000;
	height: auto;
}
#menu {
	text-align: center;
	clear: both;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
}
#menu a {
	color: #000;
	text-decoration: none;
	padding: 0 20px 0 20px;
}
#menu a.active {
	color:#F90000;
}
#menu a:hover {
	color:#F90000;
	text-decoration: underline;
}

h2 {
	font-size: 20px;
	margin-top: 0px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #F90000;
}

h3 {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #F90000;
}
h4 {
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
}
 p, li {
	font-size: 14px;
	line-height: 21px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
}
/* Form */
form {
	width: 450px;
	float: left;
	margin-left: 40px;
	margin-bottom: 20px;
}
label {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 5px;
	padding-top:3px;
	width: 120px;
	float: left;
	position: relative;
	font-family:Arial, Helvetica, sans-serif
}
input {
	height: 22px;
	border: solid 1px #000;
	padding: 2px;
	margin-bottom: 8px;
	width: 250px;
	float: left;
	position: relative;
}
textarea {
	height: 100px;
	border: solid 1px #000;
	padding: 2px;
	margin-bottom: 8px;
	width: 300px;
	float: left;
	position: relative;
}
input.hidden {
	width:450px;
}
input.submit {
	width:100px;
	margin-left: 200px;
}

/* Header */
#header {
	margin-bottom: 10px;
	padding: 0;
	float: left;
	position: relative;
	height: 195px;
	text-align: center;
}
#header img {
	padding: 8px 0 8px 0;
}
#logo {
	float: left;
	margin-right: 40px;
}
#phone {
	float: left;
	width: 590px;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	height: 195px;
	margin-top: 0px;
	position: relative;
	
}
#phone h1 {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
}

#header h1, #header p {
	margin: 0;
}


#content {
	width: 980px;
	position: relative;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#left {
	float: left;
	width: 270px;
	margin-right: 15px;
	margin-left: 10px;
}

#right p img {
	padding: 3px;
	border: solid 1px #000;
	margin: 0 20px;
	text-align: center;
}
#right img.img-right {
	border: #000 solid 1px;
	padding: 3px;
	float: right;
	margin-left: 15px;
	margin-right: 10px;
}
#left img.img-left {
	border: #000 solid 1px;
	padding: 2px;
}
#right {
	float: left;
	position: relative;
	width: 685px;
}
#footer {
	clear: both;
	position: relative;
	border-top: dashed 2px #000;
	width: 900px;
	margin-left: 40px;
	margin-right: 40px;
}
#bottom-menu {
	font-size :13px;
	text-align: center;
	color: #F90000;
	font-weight: normal;
}
#bottom-menu a {
	text-decoration: none;
	color: #F90000;
	padding: 0 20px 0 20px;
}
#bottom-menu a:hover {
	text-decoration: underline;
	color:#000;
}
#copyright {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
}
#copyright a {
	color: #000;
	text-decoration: underline;
}
#copyright a:hover {
	color:#F90000
}
#powered_by {
	text-align: center;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

