* { padding: 0; margin: 0; }

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color:#666666;
	background-color: #fff;
}

a{
	color:#9aa1a7;
	text-decoration:none;	
}
 
a:visited{
	color:#9aa1a7;
	text-decoration:none; 
}

a:active{
	color:#b9d532;
	text-decoration:none; 
}

a:hover{
	color:#b9d532;
	text-decoration:none; 
}

h1{
	color:#d96b28;
	font-size:1.9em;
	font-weight:normal;
	line-height:1.4em;
}

p{
	font-size:1.1em;
	line-height:1.4em;
	padding-top:1em;
}
 
.selected_colour {
	color:#b9d532;
}

#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:850px;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
  font-size:1em;
	min-height:100%; /* real browsers */ 

} 

#wrapper_inner{
	border:1px solid #666666;
	border-top:0px;
	width:850px;
}

#header{
	width:850px;
	height:189px;
}

#title_bar{
	width:850px;
	height:30px;
	background-image:url('img/titlebar_orange_bg.gif');
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#fff;
	font-size:1.7em;
}

#title_bar_left{
	width:580px;
	display:inline;
	float:left;
	padding-top:0.3em;
	padding-left:20px; 
	
}
#title_bar_right{
	width:225px;
	display:inline;
	text-align:right;
	float:left;
	padding-top:0.3em;
	padding-right:25px;
} 

#content{
	/* background-image:url('img/footer_bg.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	*/
	width:100%;
	height:100%;
	padding-top:20px; 
	
}

#content_left{
	width:214px;
}

#content_middle{
	width:520px;
	padding-bottom:70px;
	padding-left:20px;
	padding-right:20px;
	font-size:1.2em;
	
} 

#content_right{
	width:290px;

}

#content_table{
	
} 

#clear{
	clear:both;
}

#footer{
 	padding:10px 25px 10px 10px;
	font-size:0.9em;
}
  

ul{
	font-size:1.1em;
	line-height:1.4em;
	padding-top:1em;
	padding-left:1em;
}
