/*	
	Copyright (c) 2008 Sky Media | All rights reserved
	Design & created by Simple Thinking (www.simplethinking.co.uk)
	$ Revision date: 30/10/08
*/	
	
	
/* Workspace styles below
------------------------------------------------------------------------ */
* 						{ margin:0; padding:0; }

html,body				{ height:100%; margin:0; padding:0; }	
body 					{ background-color: #000; font-family: arial, helvetica, "Lucida Grande", sans-serif; font-size:62.5%; text-align:center; min-width:800px; min-height:589px;}
p, textarea				{ font-size:1.2em; line-height: 1.5em; color:#fff; margin-bottom: 0.85em; }
a img			 		{ outline:none; border:0;}
.clear 					{ clear:both;}	
.nomargin				{ margin:0 !important; }
span.amp 				{ font-family: Palatino, "Book Antiqua", serif; font-style:italic; }
	
a, a:active, a:link, a:visited { color: #96c359; text-decoration:none; }	
a:hover 				{ text-decoration:underline; }	
	
	
#vertical 				{ float:left; height:50%; margin-top:-294px; width:100%; }
#container 				{ width:800px; margin-left:auto; margin-right:auto; height:589px; overflow:auto; text-align:left; clear:both; }

#masthead				{ height: 70px; position:relative; }
#masthead h1			{ position: absolute; top: 0; left: 10px; width: 110px;}
#masthead h2			{ position: absolute; top: 0; left: 205px; width: 564px; height: 58px; overflow: hidden; background: url('../media/images/text_header.gif') top left no-repeat;}
#masthead h2 span		{ padding-top: 200px; display:block;}

#footer					{ position: relative;}
#footer #copyright		{ position:absolute; top:0px; left: 10px; background: url('../media/images/text_copyright.gif') top left no-repeat; width:270px; height:39px; overflow: hidden; }
#footer #copyright span { display:block; padding-top: 70px; }
#footer #additionallogos{ position: absolute; top:0; right:20px; width: 350px; }



