html, body {
	background-color: #d1d3d5;
	width: 100%;
	height: 100%;
}

body {
	background-image: url(../img/shared/background_body2.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

body, input, textarea, select, option, td, th {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

input, textarea, select, option {
	background: #dad0cb;
}

input.radio, input.checkbox {
	background: transparent;
}

* {
	margin: 0;
	padding: 0;
	border: none;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff6b0;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.clearL {
	clear: left;
}

.clearR {
	clear: right;
}

div#wrapperAll {
	margin: 0 auto;
	width: 1000px;
}

div#pageHeader {
	width: 1000px;
	height: 270px;
	background: #000;
}

	div#pageHeader h1 {
		display: none;
	}

	div#pageHeader ul {
		display: none;
	}

div#pageContent {
	width: 1000px;
	background: #30160b;
	padding: 20px 0 20px 0;
}

div#pageContent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

	div#pageContent h2 {
		background: url(../img/shared/h2_background.png) no-repeat 100% 0;
		height: 43px;
		font-size: 27px;
		color: #fff;
		font-weight: normal;
		padding: 0 0 0 26px;
		margin-bottom: 14px;
	}

	div#pageContent hr {
		height: 1px;
		border: none;
		color: #552b16;
		background: url(../img/shared/hr.png) no-repeat 100% 0;
		margin-bottom: 14px;
	}

div#pageFooter {
	width: 1000px;
	background: #30160b;
}

	div#pageFooter ul {
		width: 100%;
		background: #482514;
		padding: 4px 0 4px 0;
		text-align: center;
	}

		div#pageFooter ul li {
			display: inline;
			border-right: solid 1px #7b685f;
			padding: 0 5px 0 4px;
		}

		div#pageFooter ul li.last {
			border-right: none;
		}

			div#pageFooter ul li a {
				color: #fff;
			}

			div#pageFooter ul li.active a {
				color: #fff6b0;
				/*text-decoration: underline;*/
			}

	div#pageFooter p {
		width: 100%;
		padding: 4px 0 7px 0;
		text-align: center;
		color: #7b685f;
	}