* {
	margin:0;
	padding:0;
}
/*see http://www.pmob.co.uk/temp/1colcentred.htm*/
html {
	overflow-y:scroll;
	height:100%;
}
body {
	height:100%;
	background:#bdcde0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#000;
	text-align:center;
}
#outer{
	min-height:100%;
	width:765px;
	background:transparent url(../images/body.jpg) repeat-y center top;
	margin:auto;
	text-align:left;
	position:relative;
}
#outer #content {
	margin:0 5px;
}
* html #outer {
	height:100%;
} 
#header {
	background:url(../images/logo.jpg) no-repeat;
	width:755px; 
	height:100px;
	border-bottom: 2px solid #e0e8b9; 
	margin:0 5px;
}
#clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
/*content-filling*/
a {
	color:#000;
	text-decoration:none;
}
h1, h3 {
	font-size:11px;
	font-weight:bold;
	color:#1b7dc0; 
}
h1 a, h3 a {	
	color:#1b7dc0; 
}
h2 {
	font-size:11px;
	font-weight:normal;
}
#left {
	float:left;
	padding:20px 20px 19px 20px;
	width:477px;
}
.red {
	color:#f00;
	font-weight:bold;
}
#right {
	padding:20px 0 19px 0;
	float:left;
}
#right h1, #right h3 {
	text-indent:20px; 
}
ul {
	list-style:none; 
	text-indent:40px; 
}
ul a {
	display:block; 
	width:210px; 
}
ul a:hover {
	border-left:2px solid #005ba0; 
	margin-left:-2px; 
	position:relative; 
}