body {
	margin :  0px;
	padding:  0px;
	background-image   : url(../images/bgBody.jpg);
	background-repeat  : repeat-x;
}
a img {
	border :  0px;
}
.clear {
	clear: both;
}



#board {
	position: relative;
	width : 860px;
	margin :   0px  auto;
}



#header {
	position: relative;
	width : 860px;
	height: 102px;
	background-position: bottom;
	background-image   : url(../images/bgHeader.gif);
	background-repeat  : no-repeat;
}

#header #logo {
	position: absolute;
	top  : 33px;
	left : 29px;
}
#header #tagline {
	position: absolute;
	top  : 69px;
	right: 31px;
}
#header #metanav {
	position: absolute;
	top  : 41px;
	right: 31px;
	margin :  0px;
	padding:  0px;
	font-family: 'Trebuchet MS';
	font-size  : 11px;
	color  : #F15E28;
}
#header #metanav a {
	color  : #F15E28;
}



#menu {
	position: relative;
	width : 860px;
	height:  38px;
	background-image   : url(../images/bgMenu.gif);
	background-repeat  : repeat-x;
	text-align: center;
}



#content {
	position: relative;
	width : 850px;
	margin :  0px;
	padding:  0px  6px  0px  4px;
	background-image   : url(../images/bgContent.gif);
	background-repeat  : repeat-y;
}
#content #margin {
	position: relative;
	margin :  0px;
	padding:  0px 10px;
	border : 1px solid white;
}
#content p {
	font-family: 'Trebuchet MS';
	font-size  : 11px;
	color : #666666;
}
#content ul {
	font-family: 'Trebuchet MS';
	font-size  : 11px;
	color : #666666;
}



#foot {
	position: relative;
	margin :  0px  0px;
	padding:  6px  0px  9px  0px;
	font-family: 'Trebuchet MS';
	font-size  : 11px;
	font-weight: bold;
	text-align : center;
	color : #B5D440
}