*{
	margin:0;
	padding:0;
}


body{
	background:#000;
	font-family: "Ubuntu", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #fff;
	text-transform:uppercase;
	text-align:center;
	overflow-x:hidden;
	/*full screen background
	background: url(../images/backgroundimages/new/wood1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
}
.oe_overlay{ /*BLACK OVERLAY WHEN HIGHLIGHTING MENU*/
	background:#000;
	opacity:0;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 1;
	pointer-events: none; /*allows text and links to be active under it - AMAZING */
}
ul.oe_menu{ /*the whole menu location*/
	list-style: none;
	position: relative;
	width: 448px;
	padding: 0px;/*drops menu down from logo*/
	margin: 0 auto; /*center the whole menu*/
	clear:both;
	z-index: 2;
}

ul.oe_menu > li{
	width:112px;
	height:44px; /*this affects the hover area - must be same size as boxes*/
	padding-bottom:2px;
	float: left;
	position:relative;
	top:22px;
}
ul.oe_menu > li > a{/*menu blocks and text in them*/
	display: block;
	background-color: #101010;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	width: 90px;/*changes the menu box size*/
	height: 16px; /*size of menu box*/
	padding: 10px; /*increases the size of the boxes outward*/
	margin: 1px;
	text-shadow: 0px 0px 1px #000;
	opacity: 0.8;
	text-align: center;
}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	background:#000;
	color:#fff; /*hightlight text colour*/
	opacity:1.0;
}
.oe_wrapper ul.hovered > li > a{
	background:#00bff3; /*highlight colour*/
	text-shadow:0px 0px 1px #FFF;
}
ul.oe_menu div{/*drop down box*/
	position:absolute;
	top:40px;
	left:1px;
	background:#fff;
	width:426px;
	height:auto;
	padding:10px;
	display:none;
}
ul.oe_menu div ul li a{/*small fonts in drop down*/
	text-decoration: none;
	color: #222; /*drop down text colour*/
	padding: 2px 2px 2px 4px;
	margin: 2px;
	display: block;
	font-size: 12px;
	text-align: left;	
}
ul.oe_menu div ul.oe_full{
	width:100%;
}
ul.oe_menu div ul li a:hover{
	background:#00bff3; /*hover colour on drop down*/
	color:#fff;
}
ul.oe_menu li ul{
	list-style:none;
	float:left;
	width: 150px;
	margin-right:10px;
}
li.oe_heading{/*large heading in drop box*/
	color: #aaa;
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ddd;
	text-align: left;	
}

#container {
	height: auto;
	width: 700px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	position: relative;
	
}


#logocontainer {
	height: 119px;
	width: 700px;
	top:20px;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
}


#menucontainer {
	position: absolute;
	width: 700px;
	height: 60px;
    margin: 0 auto;
	padding: 0px;
	z-index: 10;
	
}


#maincontent {
	width: 700px;
	height: auto;
	margin: 0 auto 0 auto;
	top: 120px;
	position: absolute;
	/*background-color: rgba(153,153,153,0.6);*/
	/*box-shadow: #000 0px 0px 5px 2px;*/
	/*border: dashed 1px #999;*/
	z-index:0;
	
	padding: 0px;
	}
	
#maincontent-text {/*RIGHT JUSTIFIED SCROLLING BOX*/
	height: auto;
	width: 700px;
	float: left;
	position: relative;
	/*overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	style="height:250%;	*/
	margin: 10px 10px 10px 10px;
	text-align: left;
	padding: 0;
	
}

-moz-column-count:3; /* Firefox */
-webkit-column-count:3; /* Safari and Chrome */
column-count:3;

#maincontent-images {
	float: right;
	margin: 10px 10px 60px 10px;
	top: 44px;
	position: relative;
	height: auto;
	width: 260px;
	padding-top: 10px;
	background-color: rgba(255,255,255,0.8);
	
}

#recentcredits {
	
	padding: 10px;
	background-color: rgba(102,102,102,0.8);
	height: 360px;
	
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;

-moz-column-gap:0px; /* Firefox */
-webkit-column-gap:0px; /* Safari and Chrome */
column-gap:0px;


}

#contactbox {
	
	padding: 10px;
	background-color: rgba(102,102,102,0.8);
	margin-bottom: 10px;
}

h1{
	font-family: "Ubuntu", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	text-align: left;
	position: relative;
	text-transform: none;
	padding: 10px 0 10px 0;
	margin-left: 0	px;
}

h2 {
	font-family: "Ubuntu", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300; 
	background-color: rgba(0,204,255,0.8);
	color: #FFF;
	text-transform: none;
	padding: 10px 10px 10px 10px;
	}



h2 a.ex1:hover,a.ex1:active {color:#000; background-color:#FFF;}

h2 a:link    {color:#FFF}

h2 a:visited {color:#FFF;}
	
	
h3 {
	font-family: "Ubuntu", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500; 
	
	color: #FFF;
	text-transform: none;
}

p.italic {font-style:italic;}
	
#twitterbox {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
}

#maincontent-images ul li {
	
	padding-bottom: 10px;
	list-style: none;
	
}

#maincontent-images img {
	height: auto;
	width: 240px;
}


