@charset "UTF-8";

body {
	margin: 0px;
	background: rgb( 210, 210, 202 );
	font-family: Arial, Helvetica, sans-serif;
}

p, ul, ol,
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
	height: 55px;
	margin-bottom: 0px;
	padding: 30px 0px 0px 120px;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #9e8144;

}

hr {
	height: 1px;
	border: none;
	border-top: solid 1px black;
}

img {
	border: none;
}

sup {
	vertical-align: top;
}

.clear {
	clear: both;
}

div#main {
	background: url( '../img/mainBg.jpg' ) top left repeat-x;
}

div#bg_top {
	background: url( '../img/bg_top.jpg' ) no-repeat top;
}

div#bg_middle {
	background: url( '../img/bg_middle.jpg' ) repeat-y center;
}

div#bg_bottom {
	background: url( '../img/bg_bottom.jpg' ) no-repeat bottom;
}

div#content {
	width: 960px;
	min-height: 500px;
	margin: 0px auto;
}

div#contentInside {
	padding: 30px 50px 60px 50px;
}