body {
    background-color: #9E032A;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 100%;
}

body,td,th {
	font-family: "Helvetica Neue", arial, helvetica, verdana, tahoma, sans-serif;
	color: #000000;
}

#top {
    background-color: #FFFFFF;
}

#bottom {
    height: 200px;
}

div.container {
	width: 960px;
	margin: 0px auto;
	text-align: left;
    font-size: 0.75em;
}

#top div.container {
    background-image: url(content-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
	width: 950px;
    padding: 50px 0px;
    min-height: 500px;
}

#bottom div.container {
    background-image: url(footer-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 200px;
    padding: 30px 0px;
}

#top .logo {
    padding-bottom: 20px;
}

#top .content h1 {
    color: #333333;
}

#bottom .menu,
#bottom .contact,
#bottom .footer {
    float: left;
}

#bottom .menu,
#bottom .contact {
    width: 200px;
}

#bottom .footer {
    clear: left;
    width: 400px;
}

#bottom .form {
    float: right;
    width: 465px;
    text-align: right;
}

#bottom div,
#bottom td,
#bottom a:link,
#bottom a:active,
#bottom a:visited,
#bottom a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#bottom a:hover {
    text-decoration: underline;
}

#bottom strong {
    display: block;
    padding: 0px 0px 5px 5px;
    text-align: left;
}

.contact td {
    padding: 5px 5px 2px 5px !important;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu li {
    margin: 0px;
    padding: 5px 0px 2px 5px;
}

.form td {
    vertical-align: top;
}

.form .name input,
.form .email input,
.form .phone input {
    height: 18px;
    width: 180px;
    border: 1px solid #EEEEEE;
    padding: 2px 5px;
    color: #666666;
}

.form .message textarea {
    width: 240px;
    height: 78px;
    border: 1px solid #EEEEEE;
    padding: 5px;
    color: #666666;
    font-family: "Helvetica Neue", arial, helvetica, verdana, tahoma, sans-serif;
    font-size: 0.95em;
}

.form .message textarea {
    resize: none;
}

.footer {
    padding: 10px 0px 10px 5px;
	font-size: 0.8em;
}
