/* colours, sizes, etc of elements */


* { 
margin:0;
padding:0;
	}
	

body {
	background: url("images/bg.jpg") repeat-x;
	background-color:#ffffff;
	}

h1 { 
	font-size: 2em;
	color: #000000;
	font-family: tahoma ,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	}

h2 { 
	font-size: 1.8em; 
	color: #000000;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	}
	

h3 { 
	font-size: 1.6em;
	color: #000000;
	font-family: tahoma, sans-serif;
	font-weight: bold;	
	}
	
p
	{
	font: 62.5%/1.4 sans-serif; 
	color: #000000;
	font-family: tahoma, sans-serif;
	}



a { 
	text-decoration: none; 
	color: #20cbf0;
	}


a:hover, a:active 
	{
	text-decoration: underline; 
	color: #20cbf0;
	}
	
	
	
/* Layout styles */	
	

#container{
	width: 965px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;	
	}


#content {
	width: 966px;
	height: auto;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	}


	
#sponsor {
	width: 966px;
	height: 108px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	text-align:center;
	}
	

li {
list-style-type: none;
padding: 25px;
text-decoration: none;
list-style-position:outside;
list-style-type: none; 
display: inline;
}

fieldset, img {
border:0 none;
}