/*** 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/footer2.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;
}

	/**Header**/
	#Header {
		height:200px;
		width: 900px;
		position: relative;
		float: left;
	}
	#NavBar {
		height:10px;
		width: 900px;
		position: relative;
		float: left;
	}
	#Footer {
	 	height: 50px;
		width: 900px;
		position: relative;
		float: left;
	}
	/**MainContainer**/
	#MainContainer {
		height:auto;
		width: 900px;
		position: relative;
		float: left;
	}
	/**Left Column**/
	#LeftCol {
		height:auto;
		width: 157px;
		float: left;
		padding:4px 4px 200px 4px;
		margin:0px 0px 0px 10px;
		border:3px solid #4F3D0D;
		background-color:#E7F5F5;
		background-image:url(/img/col-left.jpg);
		background-repeat:no-repeat;
		background-position:center bottom;
	}

	/**Center Column**/
	#Nav {
		height:auto;
		width:514px;
		float:left;
		margin:0px 0px 10px 10px;
		border:2px #4F3D0D solid;
		background-color:#CAE8E8;
	}

	#CenterCol {
		height:auto;
		width: 506px;
		float: left;
		margin:0px 0px 0px 10px;
		padding:4px 4px 125px 4px;
		border:2px #4F3D0D solid;
		background-color:#CAE8E8;
		background-image:url(/img/col-cen.jpg);
		background-repeat:no-repeat;
		background-position:center bottom;
	}
	
	/**Right Column**/
	#RightCol {
		height:auto;
		width:157px;
		float:left;
		padding:4px 4px 200px 4px;
		margin:0px 0px 0px 10px;
		border:3px solid #4F3D0D;
		background-color:#E7F5F5;
		background-image:url(/img/col-right.jpg);
		background-repeat:no-repeat;
		background-position:center bottom;
	}
	
/**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;
}