@charset "utf-8";
/* CSS Document */


* {
	font-family: "Comic Sans MS";
}
html {
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
	background-color: #000;
}
body, textarea {
	font-size: 10pt;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #000;
}
a:hover {
	color: #990065;
	/* font-style: italic; */
}
a:active {
	color: #FF3300;
	/*	font-weight: bold;*/
	font-style: normal;
}
div {
	text-align: left;
}
p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
img {
	border: none 0px transparent;
	vertical-align: middle;
}
h1 {
	/*	font-size: 25pt;*/
	font-size: 21pt;
	font-weight: normal;
	margin: 0px;
	/*	padding-right: 25px;*/
	height: 40px;
	white-space: nowrap;
	text-align: right;/*	padding-left: 375px;*/
}
th {
	font-weight: normal;
}
input, textarea, select {
	border: none 0px transparent;
	width: 300px;
}
input.checkbox {
	width: auto;
}
div#layout_left {
	width: 50%;
	height: 500px;
	background-color: #a3af07;
}
div#layout_left div {
	width: 137px;
	height: 500px;
	background-color: #ff6633;
	margin-left: auto;
}
div#layout_right {
	/*	width: 975px;*/
	height: 500px;
	/*	margin-left: auto;*/
/*	margin-right: auto;*/
	background-color: #ff6633;
}
div#layout_center {
	width: 974px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -500px;
	overflow: hidden;
}
div#layout_center.index {
	background-image:url(template/sun.png);
	background-repeat: no-repeat;
	background-position: left center;
}
div#main {
}
div#nav {
	/*	padding-left: 375px;*/
	float: right;
	margin-top: 294px;
	/*	width: 150px;*/
	white-space: nowrap;
	text-align: right;
	width: 106px;
}
div#nav p {
	margin-bottom: 10px;
}
div#nav a {
	/*	font-size: 15pt;*/
	font-size: 14pt;
	line-height: 14pt;
}
div#content_left {
	float: left;
	width: 340px;
	height: 400px;
	margin-top: 20px;
	text-align: center;
	width: 340px;
	margin-right: 20px;
}
div#content {
	margin-top: 5px;
	padding-right: 5px;
	height: 450px;
	overflow: hidden;
	color: #000000;
	width: 503px;
}
div#content p {
	text-align: justify;
}
div#content_scroll {
	float: right;
	padding-top: 180px;
	width: 25px;
	margin-right: -25px;
}
div#content_scroll img {
	cursor: pointer;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
div#content hr {
	background-color: #000000;
	border: 0px;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}
div#content a {
	text-decoration: underline;
}
div#footer {
	/*	font-size: 8pt;*/
	margin-top: 3px;
	color: #FFF;
	font-size: 7pt;
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
/* pages */

div#content_left_restoration p {
	float: left;
	font-size: 7pt;
	line-height: 15px;
	margin-top: -15px;
	margin-bottom: 0px;
	text-align: center;
	width: 340px;
}
div#content_left_restoration table {
	margin-top: -3px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
div#content_left_restoration td {
	padding: 3px;
	border-collapse: collapse;
}
div#content_restoration {
	margin-left: 44px;
	margin-top: 50px;
}
p#content_restoration_title {
	font-size: 11pt;
	line-height: 20px;
	margin-top: -20px;
	margin-bottom: 0px;
	text-align: center !important;
}
div#content_restoration_nav {
	float: right;
	width: 80px;
	height: 400px;
	margin-left: 6px;
}
div#content_restoration_nav div {
	width: 78px;
	height: 78px;
	border: solid 1px #000;
	margin-bottom: 6px;
}
div#content.content_testimonials {
	margin-top: 55px;
}
div#content_testimonial_nav {
	float: right;
	width: 110px;
	margin-top: 260px;
	margin-right: -110px;
	text-align: center;
}
