body {
	margin: 0;
	padding: 0;
	color: #CCC;
	background-color: #0F0704;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}
#header {
	width: 100%;
	background-image: url(images/mini-header-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 55px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	height: 160px;
}
#header h1 {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#nav {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0F0704;
}
#content {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
}
#content div {
	text-align: center;
}
#heading {
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.box {
	width: 550px;
	background-color: #0e0704;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #741D16;
	border-right-color: #741D16;
	border-bottom-color: #741D16;
	border-left-color: #741D16;
}
.box p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.8;
	margin: 0px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	text-align: justify;
}
.box h1, h2, h3, h4, h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 160%;
	color: #FFF;
	text-transform: capitalize;
	margin: 0px;
	text-align: justify;
}
.box ul {
	margin: 0;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: justify;
}
.imgborder {
	padding: 4px;
	border: 1px solid #761D17;
	
}
.vr {
	background-image: url(images/vr.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
.hr {
	background-image: url(images/hr.gif);
	background-repeat: repeat-x;
}
.testimonial-top {
	background-image: url(images/testimonial-top.gif);
	background-repeat: no-repeat;
	height: 23px;
	
}
.testimonial-content {
	background-image: url(images/testimonial-bg.gif);
	background-repeat: repeat-y;
	
}
.testimonial-content p {
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
.testimonial-bottom {
	background-image: url(images/testimonial-bottom.gif);
	background-repeat: no-repeat;
	height: 23px;
	
}
h1     {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 200%;
	color: #FFF;
	text-transform: capitalize;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
h2    {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 150%;
	color: #761D15;
	text-transform: capitalize;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
h3    {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #999;
	text-transform: capitalize;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-align: center;
}
span {
	color: #761D15;
}
A:link {
	color:#761D16;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	text-decoration:none;
}
A:hover {
	color:#FFF;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	text-decoration:underline;
}
A:active {
	color:#761D16;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	text-decoration:none;
}
A:visited {
	color:#761D16;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	text-decoration:none;
}
