html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #241F12 url(images/bg01.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
	margin-bottom: 25px;
	padding-bottom: 9px;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

h2 span {
	font-weight: bold;
	color: #CBC499;
}

h3 {
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 190%;
	text-align: justify;
}

ol {
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 220%;
	color: #D6D6D6;
}

ul li {
	padding-left: 13px;
	background: url(images/homepage07.gif) no-repeat left center;
	font-weight: bold;
}

.list1 {
	margin: 0px;
	padding: 0px;
}

.list1 li {
	float: left;
	width: 230px;
}

a {
	color: #BCB193;
}

a:hover {
	text-decoration: none;
	color: #FFF;
	font-size: 10px;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.aligncenter {
	margin: 0px auto;
}

img.border {
	padding: 4px;
	border: 1px solid #666666;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	width: 900px;
	margin: 0px auto;
}

/** HEADER */

#header {
	height: 174px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
}

#header h1, #header p {
	margin: 0px;
	text-indent: -9999em;
	line-height: normal;
}

#header a {
	display: block;
	height: 150px;
}

.home #header {
	background-image: url(images/homepage01.jpg);
}

/** PAGE */

#page {
	background: url(images/bg03.jpg) repeat-y left top;
}

#bgtop {
	background: url(images/bg04.jpg) no-repeat left top;
}

#bgbtm {
	height: 370px;
	min-height: 370px;
	padding: 50px 50px 0px 50px;
	background: url(images/bg05.jpg) no-repeat left bottom;
}

html>body #bgbtm {
	height: auto;
}

/** CONTENT */

#content {
	float: right;
	width: 505px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 175px;
	padding: 30px 30px 10px 30px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/vrrestoration/public_html/vrrestoration/images/homepage06.gif);
}

/** FOOTER */

#footer {
	height: 112px;
	background: url(images/homepage08.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	color: #5C5442
}

/** BOX1 */

#box1 {
	padding: 0px 50px;
	background: url(images/bg02.jpg) no-repeat left top;
	color: #C29583;
}

#box1 h2 {
	border-color: #72351B;
	color: #999472;
}

#box1 .column1 {
	float: left;
	width: 375px;
}

#box1 .column2 {
	float: right;
	width: 375px;
}

#box1 .border {
	border-color: #72351B;
}

#box1 .more {
	display: block;
	padding: 4px 0px 5px 34px;
	background: url(images/homepage04.gif) no-repeat left center;
	color: #E39B00;
}

