
	body, form {
		margin: 0px;
		padding: 0px;
		background: url(/images/template/bg_page.jpg) repeat-x top;
	}
	
	#BackgroundPattern {
		background: url(/images/template/bg_pattern.gif) center top no-repeat;
	}
	
	#BodyContainer {
		width: 960px;
		margin: 0px auto;
		position: relative;
	}
	
	#Header {
		background-color: #FFFFFF;
		background: #FFFFFF;
		position: relative;
		height: 250px;
		overflow: hidden;
	}
	
	#Facebook {
		position: absolute;
		margin-left: 860px;
		margin-top: 190px;
		z-index: 20;
	}
	
	#Facebook img {
		border: none;
	}
	
	#MenuContainer {
		width: 845px;
		position: absolute;
		left: 58px;
		top: 200px;
	}
	
	#Menu {
		margin: 0px auto;
	}
	
	#ContentContainer {
		position: relative;
		width: 950px;
		padding-right: 10px;
		background: #FFFFFF url(/images/template/bg_frame_green.gif) repeat-y;
		z-index: 1;
	}
	
	#ContentFrame {
		float: right;
		width: 495px;
	}
	
	#ContentFrameTop, #ContentFrameBottom {
		width: 495px;
		height: 20px;
		overflow: hidden;
	}
	
	#ContentFrameTop {
		background: url(/images/template/header_peach.gif) no-repeat;
	}
	
	#ContentFrameBottom {
		background: url(/images/template/footer_peach.gif) no-repeat;
	}
	
	#Content {
		background: url(/images/template/bg_frame_peach.gif) repeat-y;
		padding: 10px 20px;
		width: 455px;
		min-height: 600px;
		height: auto;
		_height: 600px;
		overflow: visible;
	}
	
	#ContentImage {
		float: right;
	}
	
	#Footer {
		background: #FFFFFF;
	}
	
	#FooterText {
		width: 852px;
		margin:0px auto;
	}
	
	#Copyright {
		float: left;
		width: 600px;
	}
	
	#Credits {
		text-align: right;
		float: right;
		width: 200px;
	}
	
	.Clear{
		clear: both;
		height: 1px;
		overflow: hidden;
		font-size: 0.01em;
	}
