﻿html, body
{
    margin: 0;
    padding: 0;
    font-size: 11px;
    background: url( "images/backgrad.jpg" ) repeat-x;
    background-color: #231f20;
    background-position: center top;
	font-family: ;
	color:#FFFFFF;
    
    
}


#wrap
{

margin-bottom: 20px;
    margin: 0px auto;
    width: 750px;
    background: url( "images/body.jpg" ) no-repeat;
	background-color: #000000;
}

#header
{margin: 0px auto;

    width : 750px;
    height: 140px;
    background:url( "images/header.jpg" ) no-repeat;
    }
	

	
#nav 
{
	height:34px;
	padding-left:22px;
	

}



#nav table tr td{
padding-top:104px;
width: 114px;
}

#home{
display: block;
width: 114px;
height:34px;
background:url("images/home.jpg") no-repeat;
}

#home:hover
{
display: block;
width: 114px;
height:34px;
background:url("images/home2.jpg") no-repeat;
}

#events{
display: block;
width: 114px;
height:34px;
background:url("images/events.jpg") no-repeat;
}

#events:hover
{
display: block;
width: 114px;
height:34px;
background:url("images/events2.jpg") no-repeat;
}

#about{
display: block;
width: 114px;
height:34px;
background:url("images/about.jpg") no-repeat;
}

#about:hover
{
display: block;
width: 114px;
height:34px;
background:url("images/about2.jpg") no-repeat;
}


#contact{
display: block;
width: 114px;
height:34px;
background:url("images/contact.jpg") no-repeat;
}

#contact:hover
{
display: block;
width: 114px;
height:34px;
background:url("images/contact2.jpg") no-repeat;
}



#content
{

    width: 710px;
    text-align: left;
    font-size: 14px;
    padding-right: 20px;
	padding-left: 20px;
}


#ftr
{
    height: 46px;
    background: url( "images/footer.jpg" ) repeat-x;
	text-align:center;

}


a:link
{
    color: #AD0000;
}
a:visited
{
    color: #AD0000;
}
a:hover
{
    color: #FFFFFF;
}
a:active
{
    color: #AD0000;
}
