body 
{
background-color: #000000;
width: 1000px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
margin: 0 auto;
border: 5px solid #ff42ae;
}
a
{
color: #f8e948;
text-decoration: none;
}
a:hover
{
color: #ff0076;
}
#nav ul 
{
font-weight: bold;
font-size: 14px;
background: url(images/links_bg.jpg) top left no-repeat;
width: 735px;
height: 29px;
list-style: none; 
padding: 30px 0 0 265px;
display: block;
margin: 0; 
}
#nav li 
{ 
display: inline; 
padding: 0 8px; 
border-left: 1px solid #FFFFFF;
}
#nav li.no_border
{
border-left: none;
}
a.current
{
text-decoration: underline;
}
#header2
{
background: url(images/header2.jpg) top left no-repeat;
height: 203px;
width: 1000px;
margin: 0;
padding: 0;
}
#text
{
background: url(images/body_bg.jpg) top left repeat-y;
padding: 10px 80px;
margin: 0;
}
#text a
{
color: #ff0076;
}
#footer
{
background: url(images/footer_bg.jpg) top left no-repeat;
width: 1000px;
height: 127px;
padding: 0;
margin: 0;
border-bottom: 5px solid #ff42ae;
}
#footer_text
{
text-align: center;
color: #FFF;
padding: 10px 0;
}
