@charset "UTF-8";
body {
	background-color:#020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	color: #020;
}
#main {
	background: #fff url(images/content.jpg) repeat-y 0 0;
	height: auto;
	padding: 0;
	margin: 0 auto;
	width: 700px;
}
#content {
	margin:0;
	padding: 0 20px;
}
h1, h2, h3, h4 {
	font-style:italic;
	color:#e50;
	margin:10px 0;
}
h1 {
	font-size:2.4em;
	text-align:center;
}
h2 {
	font-size:2.1em;
}
h3 {
	font-size:1.8em;
}
h4 {
	font-size:1.5em;
}
p {
	font-size:1.4em;
	margin:10px 0;
	line-height:1.5em;
}
em {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
}
#content a {
	color:#020;
	background-color:#cdb;
	font-weight:bold;
	font-size:1.6em;
	text-decoration:none;
	border:3px solid #e50;
	padding:5px;
}
#content a:hover {
	color:#cdb;
	background-color:#020;
}
li {
	font-size:1.4em;
	margin:10px;
	padding:5px;
}
#footer {
	background: #fff url(images/footer.jpg) no-repeat 0 0;
	height:40px;
	text-align:center;
	padding:50px 0 0 0;
	font-size:1.1em;
	color:#000;
	text-align:center;
}
#footer a {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}
.dark {
	background-color:#cdb;
}
#contact {
	width:660px;
	margin:0 0 10px 0;
	padding:0;
	border:0;
}
#contact th {
	color:#d40;
	font-size:1.2em;
	text-align:right;
	width:155px;
	padding:10px 5px 0 0;
	vertical-align:top;
}
#contact td {
	color:#0;
	font-size:1.2em;
	width:340px;
	padding:5px 0;
}
#contact td input {
	width:340px;
}
#contact td.phone input {
	width:13em;
}
#contact td.send {
	text-align:center;
}
#contact td.send input {
	width:auto;
}

#contact td textarea {
	width:340px;
}
#contact td.err {
	color:#000;
	font-size:1em;
	width:145px;
	padding:10px 0 0 5px;
	vertical-align:top;
}
