* { margin: 0; padding: 0; }
img { border: 0 none; }
html { height: 101%; }

body {
	color: #422a1d;
	font-size: 62.5%;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
 	text-align: center;
	background: url(../img/bg-body.jpg) repeat;
}

html>body { font-size: 10px; }

a {
 text-decoration: none;
 color: #992022;
 outline: none;
}

h1,h2,h3,h4,h5 {
 font-weight: normal;
}

h1 { font-size: 21px; padding-bottom: 7px; font-weight: bold; }
h2 { font-size: 18px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

legend { display: none; }
fieldset { border: 0 none; }

.float-left { float: left; }

.clear {
	line-height: 0px;
	font-size: 0px;
	clear: both;
	height: 0px;
}

#top {
	height: 13px;
}

#wrapper1 {
	text-align: left;
	margin: 0px auto;
  width: 980px;
	background: url(../img/bg-wrapper1.jpg) repeat;

}

#wrapper2 {
	background: url(../img/bg-wrapper2.png) bottom no-repeat;
}

#head {

}

#contentwrap {
	min-height: 400px;
	background: url(../img/bg-rightborder.png) right repeat-y;
}

#leftcol {
	width: 310px;
	float: left;
	min-height: 200px;
}

#contentcol {
	width: 570px;
	margin-left: 20px;
	margin-top:55px;
	float: left;
}

#footer {
	height:141px;
	font-size: 1.2em;
}

#footer-inner {
	background:transparent url(../img/bg-rightborder.png) repeat-y scroll right center;
	height:28px;
	padding-right:30px;
	padding-top:110px;
	text-align:right;

}

#bottom {
	height: 13px;
}



