<style type="text/css">
html, body {height:100%}
body {
	padding:0;
	margin:0;
	background:#fffbdd url(g3.jpg) repeat-y left top;
	color: #a51515;
	scrollbar-face-color:#bc2c2c;
scrollbar-arrow-color: fffbdd;
scrollbar-track-color: a51515;
scrollbar-shadow-color:'a51515';
scrollbar-highlight-color:'a51515';
scrollbar-3dlight-color:' a51515';
scrollbar-darkshadow-Color:'a51515';

}
#outer{
	height:100%;
	min-height:100%;
	margin-left:180px;
	margin-right:5px;
	background:fffbdd  url(g4.jpg)repeat-x repeat-y;
	background-position: left;
	margin-bottom:-52px;
	color: #000000;
}
 #contentbox{
	width:95%;
	padding:5;
	margin:10;
	background:fffbdd; url(g5.jpg)repeat-x repeat-y;
	color:a51515;
	font-size:80%;
	font-face:Comic Sans MS,Verdana,Arial,Helvetica,sans serif;
	border:1px dotted #a51515;
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:90px;

	background:#fffbdd ;
	
	border-bottom:1px dotted #a51515;
	
	overflow:hidden;
	color: #000000;
}
#left {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:left;
	margin-left:-179px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:102px;/*needed to make room for header*/
	z-index:100;
}

}


#left p {padding-left:2px;padding-right:2px}
#right p {padding-left:0px;padding-right:0px}

#right {
	position:relative;/*ie needs this to show float */
	width:5px;

	float:right;
	margin-right:-4px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:110px;/*needed to make room for header*/
}

#footer {
	width:100%;
	clear:both;
	height:50px;
	border:1px dotted #a51515;
	background-color:#fffbdd;
	color: #a51515;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:92px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {position:relative;z-index:1}

/*below is colours for links*/


}	
#left a:link {color: #a51515;

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

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

	text-decoration: none;
}

	a:hover {
	color: #a51515;
	background: #fffef6;
	text-decoration: none;
}
}	
#footer  color: #a51515
	 a:link {color: #a51515
	text-decoration: none;
}
	a:visited color:{ #a51515
	text-decoration: none;
}
	a:active color: {#a51515
	text-decoration: none;
}

	a:hover {
	color: #a51515
	background: #fffef6;
	text-decoration: none;
}

	ul { list-style-image: url(egbullet.gif); }

</style>