/* CSS Document */
/*
screen-modern.css: MODERN BROWSER (v5+) SCREEN
------------
Job:               
Produced by:       SH @ Mando Group
Start date:        26/08/2008

------------
COLOUR SPEC:
Main Headers      #2f88bd
Links             #c33b93
Body Text         #333333

------------

TOC:
1.	type selectors
2.	structural
3.	navigation
4.	forms
5.  tables
6.	hacks
*/



/* 1. type selectors */



*{
	margin:0;
	padding:0;
	border:none;
	font-size:1em;
	}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#fff;
	height:100%;
	line-height:1.4em;
	background:#978d3b;
	}
html{
	height:100%;
	}
h1{
	color:#fff;
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:10px;
	}
h2{
	color:#fff;
	font-size: .8em;
	margin-bottom:10px;
	}
h3{
	color:#fff;
	font-size: .9em;
	}
h4{
	color:#fff;
	font-size: .8em;
	}
p, ul, ol{
	font-size: .8em
	}
p{
	margin-bottom:10px;
	}
a{
	color:#FFFFFF;
	}
ul li{
	list-style:none;
	}
/* 2. structural */
#wrap{
	background:black;
	width:800px;
	margin:0 auto;
	padding:10px 20px;
	background:#978d3b url(../img/bg.gif) repeat-y;
	}
#logowrap{
	background:white;
	width:800px;
	margin:0 auto;
	padding:10px 20px;
	background:#978d3b url(../img/bg2.gif) repeat-y;
	}
#header{
	height:150px;
	}
.logo img{
	float:left;
	}
#header ul{
	float:right;
	margin-top:10px;
	padding-right:87px;
	}
#header ul li{
	display:inline;
	color:#FFFFFF;
	}
#nav{
	height:200px;
	}
#nav ul{
	margin-left:47px;
	margin-top:10px;
	}
#nav ul li{
	display:inline;
	margin:0 20px;
	}
#nav ul li a span{
	display:none;
	}

#nav p{
	margin-top: 30px;
	padding-left: 20px;
	}
#image {
	margin-left:200px;
	margin-bottom:50px;
	}
#image img{
	margin-bottom:50px;
	}
#image .thankyouimage{
	margin-bottom: 100px;
	}
#content img{
	float:left;
	margin-right:20px;
	}
#content{
	width:600px;
	margin-left:70px;
	color:#fff;
	display:block;
	margin-top:-10px;
	padding-right:60px;
	line-height: 1.5em;
	}
.sponsors{
	float:left;
	width:350px;
	}
.sponsors .mando img{
	margin-top:80px;
	}
#whatsoncontent{
	width:600px;
	color:#fff;
	margin-top:-10px;
	padding-left:65px;
	line-height: 1.6em;
	}
.page{
	margin-bottom:30px;
	margin-top:-50px;
	}
.page li{
	display:inline;
	}
#whatsoncontent h2 {
	color:#990066;
	margin-bottom:0;
	margin-top:10px;
	text-transform:uppercase;
	}
#whatsoncontent p{
	line-height:1.6em;
	}

#content ul{
	font-size:.8em;
	}
#logos{
	width: 770px;
	background: white;
	clear: both;
	}
#logos ul li{
	display: inline;
	padding:10px;
	margin-bottom:30px !important;
	}
#footer{
	width:800px;
	clear:both;
	margin:0 auto;
	background:#978d3b;
	height:70px;
	}
#footer p{
	float:right;
	margin-right:23px;
	color:#000;
	}
#footer a{
	color:#000;
	}


/* 3. navigation */
/* 4 . forms */
/* 5 . tables */	
/* = 6. hacks */
.cf:after {content:".";display:block;height:0;clear:both;visibility:hidden;}