body {
	background: #000 url('images/bg.png') repeat-x top center;
	margin: 0;
	padding: 60px 0 0;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 12px;
}

img     { border: 0; }
a       { color: #973717; text-decoration: underline; }
a:hover { color: #d33804; text-decoration: none; }

#layout { margin: 0 auto; width: 780px; }

ul#nav         { margin: 0; padding: 0; height: 70px; font-family: Georgia, Times, serif; font-size: 24px; background: #eee url('images/nav-bg.jpg') repeat-x top left; }
ul#nav li      { margin: 0; padding: 0; list-style: none; float: left; }
ul#nav a       { padding: 20px; display: block; float: left; color: #000; text-decoration: none; border-right: 1px solid #d4d4d4; border-left: 1px solid #fff; }
ul#nav a:hover { color: #c30; background:url('images/nav-hover-bg.jpg') repeat-x top left; }

#title    { border-right: 1px solid #fff; border-left: 1px solid #fff; color: #fff; text-align: right; }
#title h1 { margin: 0; padding: 10px 10px 0; letter-spacing: .3em; font-family: Georgia, Times, serif; font-size: 36px; }
#title h3 { margin: 0; padding: 10px 10px 10px; letter-spacing: .35em; font-family: Verdana, Tahoma, Helvetica, Arial; font-size: 10px; }

#content { background-color: #fff; padding: 10px; }

#footer  { margin-top: 5px; line-height: 40px; background-color: #eee; text-align: center; }

table.rates             { border-collapse: collapse; margin: 0 auto; border: 1px solid #ccc; }
table.rates th          { padding: 4px; text-align: center; background-color: #ddd; border-bottom: 2px solid #000; }
table.rates td          { padding: 4px; }
table.rates td.str      { text-align: left; }
table.rates td.num      { text-align: right;  border-left: 1px solid #000; }
table.rates tr:hover td { background-color: #eee; }

table.services          { border-collapse: collapse; margin: 0 auto; border: 1px solid #ccc; }
table.services td       { padding: 4px; }
table.services td:hover { background-color: #eee; }
table.services td.btn   { text-align: center; }

table.contact           { border-collapse: collapse; margin: 0 auto; border: 1px solid #ccc; }
table.contact td        { padding: 4px; }
table.contact td.btn    { text-align: center; }

input     { border: 1px solid #444; font-family: Verdana, Tahoma, Helvetica, Arial; font-size: 12px; padding: 2px; }
textarea  { border: 1px solid #444; font-family: Verdana, Tahoma, Helvetica, Arial; font-size: 12px; padding: 2px; }
input.btn { border: 1px solid #000; font-family: Verdana, Tahoma, Helvetica, Arial; font-size: 12px; padding: 2px; background-color: #ddd; }
input:focus     { border: 1px solid #06c; }
textarea:focus  { border: 1px solid #06c; }

.failure { color: #f00; font-weight: bold; }
.success { color: #0a0; font-weight: bold; }

.ad1 {
	color: #a00;
	font-size: 10px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin: 0 auto;
	width: 468px;
}

.ad2 {
	color: #a00;
	font-size: 10px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin: 0 auto;
	width: 728px;
}

.ad3 {
	color: #444;
	font-size: 10px;
	text-align: right;
	margin: 0 auto;
}

.ad4 {
	color: #a00;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	width: 728px;
	padding: 10px;
}

