body {
margin: 0px;
padding: 0px;
font-family: Arial, sans-serif;
background-color: black;
}

a:link {
text-decoration: none;
color: #FFFFFF;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: none;
color: #FE6E25;
}
a:active {
color: #FFFFFF;
}

#container {
position: relative;
width: 800px;
padding: 0px;
margin: auto;
}

#banner_image{
position: relative;
width: 798px;
height: 200px;
border: solid #333333 1px;
}

#navigation{
position: relative;
background-color: black;
width: 798px;
border-bottom: solid #333333 1px;
border-left: solid #333333 1px;
border-right: solid #333333 1px;
height: 30px;
}

#navigation ul{
position: relative;
color: #C7D0FF;
margin-top: 0px;
margin-left: 20px;
font-size: 11px;
letter-spacing: 1px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 0px;
margin-right: 10px;
}

#navigation li{
display: inline;
}

#content_wrapper{
background: url(../images/bg.png) repeat-x;
height: auto;
background-color: #333333;
width: 798px;
border-left: solid #333333 1px;
border-right: solid #333333 1px;
border-bottom: solid #333333 1px;
margin: 0px;
padding-top: 0px;
}

.comittee_table{
float: left;
border: solid #484747 1px;
color: white;
font-size: 11px;
margin-bottom: 5px;
margin-right: 5px;
}

.comittee_table2{
float: left;
border: solid #333333 1px;
color: white;
font-size: 11px;
margin-bottom: 5px;
margin-right: 5px;
}

.event_table{
float: left;
border: solid #484747 1px;
color: white;
font-size: 11px;
margin-bottom: 10px;
margin-right: 5px;
}

.event_table2{
border: solid #484747 1px;
color: white;
font-size: 11px;
margin-bottom: 10px;
margin-right: 5px;
}

.event_header{
font-size: 20px;
}

#content{
float: left;
width: 100%;
height: auto;
padding-bottom: 20px;
}

#copy_text{
float: left;
color: #FFFFFF;
}

#copy_wrapper{
margin-left: 20px;
margin-right: 20px;
padding-top: 20px;
height: auto;
}

#copy_wrapper H1{
font-size: 40px;
font-weight: bold;
margin-top: 0px;
color: #FE6E25;
padding-top:0px;
padding-bottom: 10px;
}


#copy_wrapper H2{
font-size: 15px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 20px;
color: #FE6E25;
}


#copy_wrapper p{
font-size: 13px;
color: #FFFFFF;
}


.image_right{
float: right;
border: solid white 1px;
margin-left: 10px;
}

.contact_table{
font-size: 12px;
color: #06163E;
}


#footer{
position: relative;
clear: both;
width: 798px;
background-color: black;
padding-bottom: 10px;
} 

#footer p{
text-align: left;
font-size: 11px;
color: #FE6E25;
padding-top: 10px;
margin-left: 20px;
font-weight: bold;
}

#advert{
clear: both;
width: 800px;
height: 70px;
color: black;
}

#advert2{
clear: both;
font-size: 10px;
color: white;
width: 800px;
height: 100px;
text-align: center;
margin-bottom: 20px;
margin-top: 10px;
}