body{
	margin:					0px;
	margin-bottom:			20px;
	font-size:				12px;
	font-family:			Tahoma,Verdana,Arial,sans-serif;
	background:				url(images/BackgroundTile.jpg) #AAA;
	text-align:				center;
	}
	
p{
	font-size:				17px;
	text-indent:			60px;
	}

h2{
	font-size:				18px;
	font-weight:			bold;
	}
	
#Container{
	text-align:				left;
	width:					750px;
	background:				#EEE;
	margin:					0px auto 0px auto;
	border-left:			1px #555 solid;
	border-right:			1px #555 solid;
	}
	
#TopSlice{
	height:					24px;
	background:				url(images/TopSlice.jpg);
	}
#TopText{
	height:					24px;
	background:				url(images/TopText.jpg) center no-repeat;
	}
#HeaderSlice{
	height:					121px;
	background:				url(images/HeaderSlice.jpg);
	}
#HeaderLeft{
	height:					121px;
	background:				url(images/HeaderLeft.jpg) left no-repeat;
	}
#HeaderRight{
	height:					121px;
	background:				url(images/HeaderRight.jpg) right no-repeat;
	}
#Navigation{
	height:					30px;
	background:				url(images/NavSlice.jpg);
	}
#Navigation a{
	display:				block;
	float:					left;
	height:					30px;
	}
#Navigation img{
	border:					0px;
	}
#Content{
	background:				url(images/Background.jpg) top left no-repeat;
	padding:				25px;
	}
#Footer{
	clear:					both;
	background:				#999;
	color:					#FFF;
	line-height:			25px;
	font-weight:			bold;
	text-align:				center;
	border-top:				1px #555 solid;
	border-bottom:			1px #555 solid;
	}