body
{
	padding: 0px;
	margin:0px;
	
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position: 0px 0px;
	background-color: #4b544f;
	
	text-align: center;
	
	font-family: Helvetica;
	font-size: 15px;
}

img
{
	padding: 0px;
	margin: 0px;
}

#Header
{
	background-color: black;
	height:185px;
}

#HeaderContent
{
	position:relative;
	width:1006px;
	margin-left:  auto;
	margin-right:  auto;
}

#Logo
{
	position:absolute;
	top:0px;
	left:0px;
}

#Picture
{
	position:absolute;
	top:0px;
	right:0px;
}

#Chain
{
	position:relative;
	top:-25px;
	height:55px;
	background: url(../img/chain.png) repeat-x;
}

#Content
{
	position:relative;
	top:-25px;
	left:0px;
	text-align:left;
	position:relative;
	width:1006px;
	margin-left:auto;
	margin-right:auto;
}

#Marquee
{
	position: absolute;
	top: 40px;
	left: 20px;
	width: 590px;
	font-family: Helvetica;
	font-size: 18px;
	color: #efe9d1;
}

#Content #ContentHeader
{
	position: relative;
	height: 71px;
}

#ContentHeader #Biker
{
	z-index: 11;
	position:absolute;
	top:0px;
	left:0px;
}

#ContentHeader #ExtendHeader
{
	position:absolute;
	top:63px;
	left:68px;
	height:8px;
	width:487px;
	background: url(../img/header-extend.png) repeat-x;
}

#ContentHeader #WoodPageName
{
	position:absolute;
	top:0px;
	right:233px;
}

#ContentHeader #PageName
{
	position:absolute;
	top:42px;
	right:250px;
	color: #512818;
	font-style: italic;
	text-decoration: none;
	font-size: 18px;
}

#Content #ContentMiddle
{
	position: relative;
	padding-left:12px;
	padding-right:11px;	
	background: url(../img/middle-extend.gif) repeat-y;
}

#ContentMiddle #PageMenu
{
	position: absolute;
	top:0px;
}

#ContentMiddle #PageMenu ul
{
    margin:0px;
    padding:0px;
    list-style-type: none;
}

#ContentMiddle #PageMenu li
{
	cursor: pointer;
	width: 175px;
	margin-bottom: 0px;
	padding-top: 17px;
	padding-bottom: 17px;
	text-align: center;
}

#ContentMiddle #PageMenu li a
{
	color: #512818;
	font-style: italic;
	text-decoration: none;
	font-size: 16px;
}

#ContentMiddle #PageMenu li a:hover
{
	color: #f6e9dd;
	text-decoration: underline;
}

#Content #ContentFooter
{
	height:8px;
	z-index: 1;
	background: url(../img/footer-content.png) no-repeat;
}

#Content #LeftWood
{
	background: url(../img/left-wood.jpg) repeat-y;
	background-position: 1px 0px;
}
#Content #PageContent
{
	position: relative;
	left:180px;
	top:10px;
	width:560px;
	padding-bottom: 20px;
}

#MarkList
{
	position: absolute;
	right:22px;
	top:27px;
	width:213px;
}

.MarkItem
{}