body {
margin: 0 0 0 0;
background-color: rgb(0,0,0);
font-family: arial;
font-size: 12px;
font-weight: bold;
color: rgb(255,255,255);
}

#toplogo {
position: absolute;
background-color: rgb(0,0,0);
border: 0;
border-bottom: solid 1px rgb(255,255,255);
top: 0px;
height: 120px;
width: 100%;
}

#topmenu {
position: absolute;
background-color: rgb(0,0,0);
border: 0;
border-bottom: solid 1px rgb(255,255,255);
top: 120px;
height: 30px;
width: 100%;
}

#topmenu ul {
display: block;
list-style: none;
}

#topmenu ul li {
display: block;
height: 25px;
width: 110px;
float: left;
text-align: center;
}

#topmenu ul li a {
display: block;
background-color: rgb(0,0,0);
font-family: arial;
font-size: 12px;
font-weight: bold;
color: rgb(255,255,255);
letter-spacing: 1px;
line-height: 25px;
text-decoration: none;
}

#topmenu ul li a:hover {
display: block;
background-color: rgb(200,200,200);
color: rgb(0,0,0);
text-decoration: underline;
}

#main {
position: relative;
margin: 0 0 0 0;
background-color: rgb(0,0,0);
top: 160px;
width: 1000px;
margin-bottom: 0px;
}

#footer {
clear: both;
margin: 0px;
height: 25px;
width: 100%;
background-color: rgb(0,0,0);
color: rgb(255,255,255);
text-align: center;
}

#footer a {
font-family: arial;
font-size: 12px;
font-weight: bold;
color: rgb(255,255,255);
letter-spacing: 1px;
line-height: 25px;
text-decoration: none;
clear: left;
)

#footer a:hover {
color: rgb(255,0,0);
text-decoration: underline;
}

/*** fonts ***/

.toplogo_font {
font-family: arial;
font-size: 16px;
font-weight: bold;
color: rgb(255,255,255);
}

.topmenu_font {
font-family: arial;
font-size: 12px;
font-weight: bold;
color: rgb(255,255,255);
letter-spacing: 1px;
line-height: 25px;
}
