html , body{
    margin: 0px;
    padding: 0px;
}
body{
    background: transparent url('../images/body_bg.gif') no-repeat top;
    background-color: #0e0d09;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
}
h1, h2, h3, h4{
    color: #af4eab;
}
a{
    color: #ff00f0;
    font-weight: bold;
}
a:hover{
    color: #FFF;
}
em{
    color: #ff00f0;
    font-style: italic;
}
#container{
    width: 965px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 10px;
}
#nav{
    color: #ff00f0;
    text-align: center;
    padding-top: 50px;
    padding-left: 40px;
}
#nav ul{
    margin: 0px;
    padding: 0px;
    display: inline;
}
#nav ul li{
    list-style: none;
    float: left;
    padding-right: 20px;
    font-weight: bold;
    font-size: 1.0em;
    color: #ff00f0;
}
#nav ul li a{
    font-weight: bold;
    text-decoration: none;
    color: #ff00f0;
}
#nav ul li a:hover{
    color: #FFF;
}
#banner{
    height: 280px;
}
.polaroids{
    background: transparent url('../images/polaroids.png') no-repeat top left;
    height: 295px;
    width: 372px;
    margin-left: 30px;
    float:left;
    padding-top: 20px;
    padding-left: 20px;
}
.slide {
    margin-left: 10px;
    width: 372px;
    height: 295px;
}
#main_top{
    clear: both;
    text-align: center;
    height: 77px;
    background: transparent url('../images/main_top.png') no-repeat top;
}
#main_mid{
    background: transparent url('../images/main_mid.png') repeat-y;
    text-align: center;}
.welcome{
    padding-top: 10px;
    padding-left: 50px;
}
#main_content_container{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#main_content{
    width: 600px;
    text-align: justify;
    float: left;
    overflow: hidden;
}
#main_content img{
    border: 4px solid;
    border-color: #AF4EAB;
    margin: 2px;
}
#sidebar{
    width: 210px;
    padding-left: 20px;
    float: left;
    padding-bottom: 10px;
}
#sidebar #button{
    margin-bottom: 20px;
}
#main_bot{
    height: 69px;
    background: transparent url('../images/main_bot.png') no-repeat top;}
#news ul{
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    list-style: none;
}
#news{
    padding-bottom: 20px;
    width: 218px;
}

#mainNews{
    clear: both;
    padding-bottom: 5px;
}
#mainNews h2{
    font-size: 1.1em;
    padding: 0px;
    margin: 0px;
    padding-bottom: 2px;
}
#mainNews p{
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}
#mainNews em{
    font-size: 0.7em;
}
#terms{
    float: left;
}
#kmc{
    float: right;
}
#main_bot a{
    color: #FFF;
    text-decoration: none;
    font-size: 0.8em;
}
#main_bot a:hover{
    text-decoration: underline;
}
#mapContainer{
    margin-bottom:15px;
    color: #000;
}
#mapContainer a:hover{
    color:fuchsia;
}
table{
    font-size: 0.9em;
}
#contact-area {
    width: 600px;
    margin-top: 25px;
}

#contact-area input, #contact-area textarea {
    padding: 5px;
    width: 471px;
    font-family: Helvetica, sans-serif;
    margin: 0px 0px 10px 0px;
    border: 2px solid #ff00f0;
    background-color: #0F0E0C;
    color: #FFF;
}

#contact-area textarea {
    height: 90px;
    background-color: #0F0E0C;
}

#contact-area textarea:focus, #contact-area input:focus {
    border: 2px solid #af4eab;
}

#contact-area input.submit-button {
    width: 100px;
    float: right;
    margin-right: 13px;
}
#contact-area input.submit-button:hover {
    background-color: #af4eab;
    cursor: pointer;
    cursor: hand;
}

label {
    float: left;
    text-align: right;
    margin-right: 15px;
    width: 100px;
    padding-top: 5px;
}
.rssfeed{
    float: left;
    height: 25px;
    width: 25px;
    padding-right: 4px;
}