html, body { 
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	background-color: #2b2727; 
	
	font-family: arial, sans-serif;
	font-size: 14px;
	
	text-align: center;
	
	color: #a2a0a0;
}

form { 
	margin: 0px; 
	padding: 0px; 
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

p {
	line-height: 24px; 
}

/* Page layout */

#PageContainer {
	text-align: left;
	width: 957px;
	margin: 0px auto 0px auto;
}

#Page {
	width: 957px;
	clear: both;
	position: relative;
}

#PageCenter {
	padding-top: 40px;
	padding-bottom: 16px;
	width: 957px;
	max-width: 957px;
	/* border: 1px solid #b9ab96; */
	background-color: #2b2727;
}

#PageHeaderLeft {
	/*float: left;*/
	padding-bottom: 30px;
}

#PageHeaderRight {
	float: right;
}

#PageHeaderMenu {
	position: absolute;
	z-index: 10000;
	left: 690px;
	top: 0px;
}

#PageHeaderMenu div {
	background-color: #85796b;
	cursor: pointer;
	/* border-right: 1px solid #b9ab96; */
	font-size: 14px;
	/*font-weight: bold;*/
	text-align: center;
	width: 170px;
	/*float: left;*/
	line-height: 50px;
	height: 50px;
	min-height: 50px;
	/* margin-bottom: 2px; */
	text-transform: lowercase;
}

#PageHeaderMenu div.over {
	background-color: #685f55;
}

#PageHeaderMenu a {
	color: #ffffff;
	text-decoration: none;
}

#PageHeaderDivide {
	
}

#PageHeaderTag {
	text-align: right;
	background-color: #59524b;
}

#PageContent {
	padding: 30px 10px 30px 10px;
}

#PageHeaderImage {
	background-color: #000000;
}
