.clear { clear: both; }

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg1_01.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
}

h1, h2 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #382C1D;
}

h1 {
	letter-spacing: -2px;
	font-size: 39px;
}

h2 {
	margin-bottom: 20px;
	letter-spacing: -1px;
	font-size: 24px;
}

h2.style1 {
	font-size: 18px;
	color: #CA6500;
}

h3 {
	margin: 0px;
	font-size: 11px;
	color: #382C1D;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 1.5em;
	padding-top: 5px;
	line-height: 1.9;
	text-align: justify;
}
#wrapper{
    width:1000px;
    margin: 0 auto;
}
