/*** BACKGROUND ***/

body {
 	background-color:#ffffff;
}

/**Globals**/

#PositionContainer {
	position: relative;
	margin:0px 0px 0px 0px;
}
#GlobalContainer {
	height:auto;
	width: 938px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:0px;
	top:-10px;
}

/**Border**/
#HBorders {
	height: 15px;
	width: 900px;
	position: relative;
	float: left;
	background-image:url(/img/wood.png);
	background-repeat:repeat-x;
}

/**Positions**/
#Borders {
	height:auto;
	width: 938px;
	position: relative;
	float: left;
	background-image:url(/img/background.jpg);
	background-repeat:repeat-y;
}
#LeftSide {
	min-height:750px;
	width: 19px;
	position: relative;
	float: left;
	margin:0px 0px 0px 0px;
	top:0px;
}
#Wrap {
	min-height:750px;
	width: 900px;
	position: relative;
	float: left;
	top:0px;
	background-image:url(/img/background-sky.jpg);
	background-repeat:repeat-y;
	background-color:#BFBFBF;
}
#CENTER {
	min-height:750px;
	width: 900px;
	position: relative;
	float: left;
	top:0px;
	background-image:url(/img/daytona-bike-week-bottom.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
}
#RightSide {
	min-height:750px;
	width: 19px;
	position: relative;
	float: left;
	margin:0px 0px 0px 0px;
	top:0px;
}
#Bottom {
	height:19px;
	width: 938px;
	position: relative;
	float: left;
	top:0px;
	background-image:url(/img/background-bot.jpg);
	background-repeat:no-repeat;
}

/**Divisions**/
	#Nav {
		position: relative;
		float: left;
		height:auto;
		width: 494px;
		margin:0px 0px 5px 10px;
		padding: 0px 10px 0px 10px;
		background-image:url(/img/col-cen-mid.png);
		background-repeat:repeat-y;
		border:2px #443309 solid;
	}
	/**Header**/
	#Header {
		height:200px;
		width: 900px;
		position: relative;
		float: left;
	}
	#NavBar {
		height:10px;
		width: 900px;
		position: relative;
		float: left;
	}
	#Footer {
		height:400px;
		width: 900px;
		position: relative;
		float: left;
	}
	/**MainContainer**/
	#MainContainer {
		height:auto;
		width: 900px;
		position: relative;
		float: left;
	}
	/**Left Column**/
	#LeftCol {
		height:auto;
		width: 171px;
		position: relative;
		float: left;
		margin:0px 0px 0px 10px;
		top:0px;
	}
	#LeftColTop {
		height:10px;
		background-image:url(/img/col-left-top.png);
		background-repeat:no-repeat;
	}
	#LeftColMid {
		min-height:250px;
		width: 151px;
		background-image:url(/img/col-left-mid.png);
		background-repeat:repeat-y;
		padding: 0px 10px 0px 10px;
	}
	#LeftColBot {
		height:200px;
		background-image:url(/img/col-left-bot.png);
		background-repeat:no-repeat;
	}

	/**Center Column**/
	#CenterCol {
		height:auto;
		width: 514px;
		position: relative;
		float: left;
		margin:0px 0px 0px 10px;
		top:0px;
		border:2px #4F3D0D solid;
		background-image:url(/img/col-cen-mid.png);
		background-repeat:repeat-y;
	}
	#CenterColMid {
		height:auto;
		width: 494px;
		margin:0px 0px 0px 0px;
		padding: 0px 10px 0px 10px;
	}
	#CenterColBot {
		height:118px;
		width: 514px;
		background-image:url(/img/col-cen-bot.png);
		background-repeat:no-repeat;
	}
	
	/**Right Column**/
	#RightCol {
		height:auto;
		width: 171px;
		position: relative;
		float: left;
		margin:0px 0px 0px 10px;
		top:-28px;
	}
	#RightColTop {
		height:10px;
		background-image:url(/img/col-right-top.png);
		background-repeat:no-repeat;
	}
	#RightColMid {
		min-height:250px;
		width: 151px;
		background-image:url(/img/col-right-mid.png);
		background-repeat:repeat-y;
		padding: 0px 10px 0px 10px;
	}
	#RightColBot {
		height:200px;
		background-image:url(/img/col-right-bot.png);
		background-repeat:no-repeat;
	}
	
/**Fonts**/
A:link {
	text-decoration: none;
	color: #553B0A;
}
A:visited {
 	text-decoration: none;
 	color: #553B0A;
}
A:active {
 	text-decoration: none;
 	color: #553B0A;
}
A:hover {
 	text-decoration: underline; 
	 color: #036765;
}