body {	
	text-align :       center;
	background-image:  url(images/bg.jpg);
	background-repeat: repeat;
	font-family :      "dejavu serif";
	color :            #FFFFFF;
}

a {
	text-decoration :  none;
	color :            #FFFFFF;
	background :       #646464;
}


a:hover {
	text-decoration :  none;
	color :            #FFFFFF;
	background-color:  #550908;
}

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

#wrap {
	width :            800px;
	height :           800px;
	background-color : #000000;
	text-align :       center;
	margin :           auto;
	
}
	

#header {
    text-align :       center;
    padding :          10px 0px 10px 0px;
}

#middle {
	height :           650px;
    width :            740px;
	text-align :       center;
	margin:            auto;
	
}


#left {
    
    height :           600px;
    width :            740px;
    text-align :       center;
    margin:            auto;
    
}

.venues {
    border :           0;
    height :           460px;
    width :            100%;
    font-size :        80%;
}


#right {
    float :            right;
    height :           550px;
    width :            80px;
    text-align :       center; 
    display :          block;
}

.button { 
    padding :          15px 15px 15px 15px;
}

            .button:link {                
                color           : #000000;
                text-decoration : none;
                background-color: #000000;
            }
            
            .button:hover {
                background-color: #000000;
                text-decoration : none;    
            }
            
            .button:visited {
                color           : #000000;                
                text-decoration : none;
                background-color: #000000;
            } 
            
.small { 
    font-size :        80%;
    padding :          0px 25px 0px 25px;
}         

            .small:link {                
                color           : #000000;
                text-decoration : none;
                background-color: #646464;
            }
            
            .small:hover {
                color           : #FFFFFF;
                background-color: #550908;
                text-decoration : none;    
            }
            
            .small:visited {
                text-decoration :  none;
                color           :  #e2c873;
            } 
            

#footer {    
    width :            800px;
    height :           60px;
    padding :          0px 0px 5px 0px;
    background-color : #000000;
    text-align :       center; 
   }

h4 {
    font-size :        150%;
}

h5 {
    font-size :        120%;
}

p {
    font-size :        100%;
}

            .hero {
                font-size       : 80%;
            }

li {
    line-height :      200%;
}
