body{
background-color: #ffffff;
}

#top{
background-color: #ffffff;
width: 100%;
height: 90px;
border-top: 5px solid #ff0000; 
border-bottom: 5px solid #ff0000;
padding: 10px 10px 0px 10px;
margin-bottom: 8px;
}

#wrapper {
margin: 0 auto;
width: 1000px;
}

#header {
width: 100%;
height: auto;
background-color: #000000;
font-size: 24px;
text-align: center;
color: #ffffff;
border-top: 4px solid #000000; 
border-bottom: 4px solid #000000; 
margin-bottom: 8px;
}

#header p{
background-color: #000000;
font-size: 24px;
color: #ffffff;
text-align: center;
margin-right: 10px;
margin-left: 10px;
}



#footer {
clear: both;
width: 100%;
height: auto;
background-color: #202020;
font-size: 24px;
text-align:center;
color: #ffffff;
border-top: 2px solid #ff0000;
}

#footer p{
font-size: 24px;
color: #ffffff;
}

#footer ul{
display: inline-block;
list-style: none;
margin: 0px;
padding: 8px;
background-color: #202020;
}

#footer ul li {
font-size: 16px;
color: #ffffff;
display: block;
text-align: left;
padding: 0px 20px 0px 20px;
border-left: 1px none #494949;
}

#footer a:link{
color: #fcfcfc;
text-decoration: none;
}

#footer a:visited{
color: #cfcfcf;
text-decoration: none;
}

#copyright{
width: 100%
height: auto;
background-color: #c3c3c3;
font-size: 24px;
font-color: #000000;
text-align: center;
border-bottom: 2px solid #ff0000;
}

#navimenu{
float: right;
height: 36px;
margin-right: 8px;
}

#navimenu ul{
list-style: none;
margin: 0px;
padding: 8px;
background-color: #cfcfcf;
}

#navimenu ul li {
display: inline-block;
text-align: left;
padding: 0px 20px 0px 20px;
border-left: 1px none #494949;
}

#navimenu a:link{
color: #404040;
text-decoration: none;
}

#navimenu a:visited{
color: #494949;
text-decoration: none;
}

