body {
	background-color: #FFFFFF;
	font-family:  Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #222;
    margin: 10px 10px 0px 10px;

	

	
	/* nasty hack for extending sidebar background downwards */
	
	background-image:url(../images/sidebar.gif);
	background-repeat:no-repeat;
	background-position: 10px 93.5%;

	
}

img {border:0 }


a:link {  color: #333377;}
a:visited {  color: #666;}
a:hover { color: #FF0000;}
a:active {  color: #FF3333;}

#nav {
	position:absolute;
	top: 122px;
	left: 0px; }
	
	
	#nav_seat {

position:absolute;
left:10px;
width: 302px;
height: 34px;
border-left: 1px solid #CCCCCC;	
margin: 243px 0px 0px 0px;
background-color:#FFFFFF;
padding: 0;
	
	
	 }
	 

	
 #title {
 position:relative;
	background-color:#FFFFFF;
	height: 118px; /* this height 'pushes' the sidebar and content down. needed cause contents are floated. */
	min-width:750px;
	max-width:1250px;
	
	
	 }

#homeicon {
	float:left;
	margin: 8px 0px 0px 10px;
	 }
	
#strapline {
float:right;

}	

#whatsmew {
position: absolute; 
height:30px;
width:60px;
right: 10px; 
top: 50px;
}

#whatsmew a
{
text-decoration:none;
}


#whatsmew strong {
visibility:hidden; /* ta furious-angel ... there I was trying to hide <a> :-)*/
}

td img {
display:block;
padding:0;
}

#nav img {
border:0;
padding:0;}
	


#sidebar  {

	float: left;
	width: 280px;
	font-family: "Gill Sans", "Calibri",  Helvetica, Verdana, sans-serif;
        margin-right: 10px;
	margin-top: 277px;
	margin-bottom:15px;
	background-color:#F2F2F2;
	padding: 12px 10px 10px 10px;
	font-size: 1em;
	color:#12132E;
        border-left: 1px solid #CCCCCC;
	text-align: justify;
			}

fieldset {
border:0;
margin:0;
padding:0;
}

fieldset.commentform {
width:175px; }

form, form p {
margin:0;
padding:0;
font-size:11px; }

label {float: left; 
margin-left:3px;}

.small {
font-size:11px; }

#sidebar input, textarea { 
font-family:Helvetica, Verdana, sans-serif;
font-size:11px;
border:1px solid #DDDDDD;;
color:#333377;
background-color:#FFFFFF;
padding: 0;
margin-bottom:3px;


}





#linkskip {
position:relative;
left: 233px;
top:-15px;
margin: 0 4px;
padding:0;
height:100%;

}


#content {
    margin-top: 0px;
	margin-left: 320px;
	
	padding: 12px 12px 0px 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	line-height: 1.3em;
	border-right-width: 1px;
	border-right-style:dotted;
	border-right-color: #444444;
	
	

	max-width: 900px;


	
 }
 
#content p {line-height:1.6em; }
 
 h2 {
font-family:Futura, 'Century Gothic', 'Apple Gothic', Tahoma, "sans-serif";
font-weight: normal;
 font-size:17px;
 margin: 0;
 padding-top: 1px;
 padding-bottom:4px;
 padding-left:7px;
 color: #FFFFFF;
background-color:#FFFFFF;
background-image:url(../images/content_subheading_background.jpg);
background-repeat:no-repeat;

}


ul.main {
list-style-image:url(../images/bullet_simon.jpg);
list-style-position:inside;
 }

	
h3
{
margin: 0;
font-size: 15px;
padding: 1px 1px 1px 3px;
color: #111111;
background-color:#FFFFFF;
border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;}


h4 {
font-size:13px; }

.contentimage {
margin-right:13px;
margin-bottom:3px;
margin-top:3px;
padding:0;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
box-shadow: 0px 2px 8px #CCCCCC;
-moz-box-shadow: 0px 2px 8px #CCCCCC;
float: left;

}
 

.contentimageright {
padding-left:10px;
padding-bottom:1px;
float: right;

}
 
#footer { 
 clear: both;
 margin: 25px 0px 0px 0px; /* top margin is from content text. NB floated image div does not count. */
 padding:10px;
 height:15px;
 background-color: #ABBCD3;
 text-align: center;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 border-top: #BFCFEF solid 1px;


}

#sidebar strong {
color:#558855 }

#sidebar p {
margin-top:5px; }


