body {
	background-repeat: repeat;
	background-position: center center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #E36F1E;
}
#container {
	text-align: center;
	height: 400px;
	width: 700px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-position: center center;
	top: 100px;
}

p {
	font-family: "BellGothic BT";
	font-size: 15px;
	color: #764200;
}
a:link{
	color: #764200;
	text-decoration: none
	}

a:hover{
	color: #E36F1E;
	text-decoration: none
}

a:visited{
	color: #764200;
	text-decoration: none
	}
	
	#h1 {
	display: none;
}
	
h2 {
	font-family: "BellGothic BLK BT";
	font-size: 13px;
	color: #764200;
}

h3 {
	font-family: "BellGothic BLK BT";
	font-size: 15px;
	color: #E36F1E;
}

.alignRight{
	text-align: right;
}

