/* CSS Document */

body {
	margin:20px 10%;
	padding:0 ;
	background:#1B1B1B;
	background-image:url(../images/background.jpg); background-repeat:repeat;
	
}
#container {
	background: #1F1F1F;
	border:1px solid #333333;

}
#header {
	background:#F4F4F4F;
	background-image:url(../images/headerbackground.jpg); background-repeat:repeat-x;
	height:120px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#left {
	margin-left:-159px;/* must be 1 pixel less than width*/
	float:left;
	width:160px;/* must be same as left margin on #middle*/
	position:relative;
	left:-2px;/* line up exactly */
	display:inline;/* ie fix*/
	padding-right:2px;
}
#right {
	margin-right:-169px;/* must be 1 pixel less than width*/
	float:right;
	width:170px;/* must be same as right margin on #middle*/
	position:relative;
	right:-2px;/* line up */
	display:inline;/* ie fix*/
}
* html #left{margin-right:-3px;}/* 3 pixel jog*/
* html #right{margin-left:-3px;}/* 3 pixel jog*/

#middle {
	border-left:1px solid #CCCCCC;
	background:#FFFFFF;
	margin-left:170px;
	margin-right:170px;
}
/* mac hide and combat ie's 3 pixel jog \*/
* html #centre{overflow:hidden;float:left;width:100%;}
* html #middle {height:1%;}
/* end hide*/
#footer {
	clear:both;
	border-top:1px solid #CCCCCC;
	height:50px;
	background: #333333;
	text-align:center;
}
h1,h3,p {margin-top:0}
img{float:right;}
.clearer{
	height:1px;
	overflow:hidden;	
	margin-top:-1px;
	clear:both;
}
