html{ background-color:#000000;
}

#wrapper{ width:900px;
          height:auto;
		  margin-left:auto;
		  margin-right:auto;
		  background-color:#000000;
}

#menu{ width:900px;
       height:auto;
	   border-bottom:solid 3px #FFFFFF;
	   background-image:url(../image-library/menu-bg.jpg); background-repeat:no-repeat;
	   background-color:#BC4703;
}

#menu ul{
   padding : 8px;
   margin : 0;
   color : #ffffff;
   text-align:left;
} 

#menu ul li{
   display : inline;
   font-family: Book Antiqua, Arial, Helvetica, sans-serif;
   font-size:17px;
   border-right:1px solid #ffffff;
   text-align:center;
}

#menu ul li a{
   color : #ffffff;
   font-weight : bold;
   text-decoration : none;
   padding-left :15px;
   padding-right :15px;
}

#menu ul li a:hover{
   color : #cccccc;
}

#header{ width:900px;
         height:340px;
		 background-image:url(../image-library/header-bg.jpg); background-repeat:no-repeat; background-color:#000000;
}

#content{ width:900px;
          height:auto;
		  background-color:#000000;
}

#left{ width:290px;
       height:auto;
	   background-color:#000000;
	   float:left;
}

#left-top{ width:290px;
           height:40px;
		   background-color:#000000;
		   background-image:url(../image-library/left-topbg.jpg); background-repeat:no-repeat;
}

#left-main{ width:290px;
            height:auto;
			background-color:#1a1a1a;
			padding-top:5px;
}

#left-main p{ margin-top:0px;
}

#center{ width:370px;
         height:auto;
		 background-color:#000000;
		 float:left;
}

#center-top{ width:370px;
             height:40px;
		     background-color:#000000;
			 background-image:url(../image-library/centre-topbg.jpg); background-repeat:no-repeat;
}
#center-top-events{ width:370px;
             height:40px;
		     background-color:#000000;
			 background-image:url(../image-library/centre-topbg-events.jpg); background-repeat:no-repeat;
}
#center-main{ width:370px;
              height:auto;
		      background-color:#000000;
}

#center-main p{ font-family:Arial, Helvetica, sans-serif;
                font-size:16px;
		        color:#ffffff;
		        margin-right:15px;
		        margin-left:15px;
				margin-top:0px;
}

#right{ width:240px;
        height:auto;
		background-color:#000000;
		float:right;
}

#right-top{ width:240px;
            height:40px;
		    background-color:#000000;
			background-image:url(../image-library/right-topbg.jpg); background-repeat:no-repeat;
}

#right-main{ width:240px;
             height:auto;
		     background-color:#1a1a1a;
}

#right-main p{ margin-top:0px;
}

#footer{ width:900px;
         height:auto;
		 background-color:#BF4B03;
		 border-top:solid 3px #FFFFFF;
		 margin-top:8px;
}

#footer p{ font-family:Arial, Helvetica, sans-serif;
           font-size:14px;
		   color:#ffffff;
		   padding:8px;
		   text-align:center;
		   margin-top:0px;
}

#footer a, a:visited{ text-decoration:none;
                             color:#ffffff;
}

#footer a:hover{ color:#cccccc;
}

img{ border:none;
}

.left{ margin-left:10px;
       margin-bottom:5px;
}

.center{ text-align:center;
}