@charset "utf-8";
/* CSS Document */

body {
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#bfbf8e;
background-color:#000000;
}

* {
margin:0;
padding:0;
}

#container {
width: 950px;
height: 713px;
margin: 35px auto 15px auto;
}

#topmenu {
height: 100px;
margin-top:35px;
}

img {
border: none;
}

#top {
background-image:url(../images/top.png);
background-repeat: no-repeat;
width: 953px;
height: 21px;
}

#main {
background-image:url(../images/mainbg.png);
width: 849px;
min-height: 100px;
padding: 0 15px;
max-height: 485px;
overflow:auto;
}

#bottom {
background-image:url(../images/bottom.png);
background-repeat: no-repeat;
width: 953px;
height: 21px;
}

h1 {
text-transform:uppercase;
font-size: 27px;
font-weight: 500;
margin-bottom: 25px;
}

p {
}



#bottommenu ul {
color:#000;
font-size: 25px;
list-style-type: none;
text-transform:uppercase;
font-weight:bold;
}

#bottommenu li {
float:left;
margin:11px 0px 0px 30px;
}

#bottommenu img {
margin-left:70px;
}




#bottommenu a:link{
color: #000;
text-decoration: none;
}

#bottommenu a:visited{
color: #000;
text-decoration: none;
}

#bottommenu a:hover{
text-decoration: underline;
}

#bottommenu a:active{
text-decoration: underline;
} 

#topmenu li {
list-style-type:none;
}

#main a:link{
color: #BFBF8E;
text-decoration: underline;
}

#main a:visited{
color: #BFBF8E;
text-decoration: underline;
}

#main a:hover{
text-decoration: none;
}

#main a:active{
text-decoration: underline;
} 

#main ul {
margin-left:50px;
}