body {
	background: #EEEEEE url(../_images/tile_bg.jpg) repeat-y scroll center top;
	color: #333333;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h1 { font-size: 12px; margin: 0px; padding: 0px; color: #000; display: inline; }
h2 { font-size: 15px; margin: 0px; padding: 0px; color: #000; }
h3 { font-size: 15px; margin: 5px 0 0;; padding: 0px; color: #FFF; line-height: 15px; }
h5 { font-size: 10px; margin: 0px; padding: 0px; color: #ccc; font-weight: normal; line-height: 10px; }
.red { font-weight: bold; color: #7a3031; }
a, a:hover, a:visited {
	color: #7a3031;
	text-decoration: none;
}
img {
	border: 0px;
}
.clear {
	clear: both;
}
label {
	float: left;
	width: 110px;
}
input, textarea {
	width: 200px;
	margin-bottom: 2px;
}
#top {
	background: #EEEEEE url(../_images/top_bg.jpg) no-repeat scroll center top;
	height: 190px;
}
#top .header {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#top .header .logo {
	float: left;
	background: url(../_images/logo.png) no-repeat scroll center bottom;
	height: 150px;
	width: 410px;
	cursor: pointer;
}
#top .header .nav {
	float: right;
	width: auto;
	padding-top: 52px;
}
#page {
	background: transparent none repeat scroll 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	line-height: 20px;
}
#page .box {
	background: url(../_images/box.png) no-repeat left top;
	height: 300px;
	padding-top: 8px;
	padding-left: 8px;
	margin-top: 30px;
}
#page .box #imageContainers {
	position: relative;
	width: 933px;
}
#page .box #imageContainers img {
	display:none;
	position:absolute;
	top:0; left:0;
}
#page .left {
	float: left;
	width: 500px;
	padding-left: 15px;
}
#page .right {
	float: right;
	padding-right: 15px;
}
#page .right .img {
	padding: 10px;
	border: 1px solid #999;
}

#page .col {
	float: left;
	width: 150px;
	height: 150px;
	padding: 10px;
	margin: 8px;
	background-color: #FFF;
}
#page .col img {
	width: 150px;
	height: 150px;
}

#footer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}




#page #aboutus img {
	padding: 10px;
	border: 1px solid #999;
}




#page .right .comment {
	background: #7A3031 none repeat scroll 0 0;
	margin-bottom: 10px;
	padding: 15px;
}
#page .right .comment .info {
	display: inline;
	float: left;
	text-align: center;
	width: 130px;
}
#page .right .comment .comment_text {
	background: #FFFFFF none repeat scroll 0 0;
	color: #000000;
	display: inline;
	float: left;
	margin-left: 27px;
	padding: 12px;
	position: relative;
	width: 335px;
}
#page .right .comment .comment_text img {
	left: -27px;
	position: absolute;
	top: 23px;
}




#page #contact label {
	background-color: #7a3031;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-bottom: 10px;
}
#page #contact input,
#page #contact textarea {
	padding: 8px;
	font-size: 16px;
	line-height: 16px;
	border: 1px solid #CCC;
	width: 320px;
}
#page #contact textarea {
	height: 100px;
	margin-bottom: 5px;
}
#page #contact .submit {
	background-color: #7a3031;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 340px;
}