/* CSS Document */

body {
 background: #ffffff;
 margin: 0; padding: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #565555;
}
a {
 color: #C86262;
}
h1 {
 margin: 0 0 10px 0; padding: 0;
 font-size: 14px;
 text-transform: uppercase;
}
h1 span {
 font-size: 18px;
 font-family: "Times New Roman", Times, serif;
 color: #C05456;
}
ul {
 list-style: none;
 margin: 20px;
 padding: 0;
}
li {
 padding-left: 30px;
 background: url(images/li.gif) no-repeat top left;
}
#top {
 height: 239px;
 background: #323232;
}
#nav {
 height: 73px;
 background: url(images/logo.png) no-repeat bottom left;
 width: 957px;
 margin: 0 auto;
}
#menu {
 float: right;
 text-align: right;
 font-size: 14px;
 color: #FEFEFE;
 font-weight: bold;
 padding-top: 50px;
}
#menu a {
 color: #FEFEFE;
 text-decoration: none;
}
#menu a:hover {
 text-decoration: underline;
}
#header {
 height: 166px;
 background: url(images/header.gif) no-repeat;
 width: 957px;
 margin: 0 auto;
}
#main {
 background: #FAFAFA;
 width: 955px;
 margin: 0 auto;
 border-left: 1px solid #DBDBDB;
 border-right: 1px solid #DBDBDB;
 overflow: hidden;
}
.logo {
 margin-top: 30px;
 width: 230px;
 height: 40px;
}
.welcome {
 font-size: 14px;
 padding: 30px 45px;
 text-align: center;
}
.welcome strong {
 color: #C86262;
}
.left {
 width: 50%;
 float: left;
}
.right {
 width: 49%;
 float: right;
 border-left: 1px solid #808080;
}
.inner {
 padding: 0 30px;
}
.red {
 color: #C86262;
}
.banner {
 border: 10px solid #DEDEDE;
}
#footer {
 background: url(images/footer.gif) no-repeat top left;
 width: 957px;
 margin: 0 auto;
 padding-top: 50px;
 padding-bottom: 30px;
 text-align: center;
 color: #747474;
}
#footer a {
 color: #747474;
 text-decoration: none;
}
#footer a:hover {
 text-decoration: underline;
}