@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#container {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	padding: 0;
	background-color: #000000;
	margin: 0px;
	width: 100%;
	height: 86px;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
}
#main_nav {
	min-width:400px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 330px;
	padding: 0px;
}
#main_nav ul {
	display: block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_nav li {
	display: inline;
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: none;
	padding: 0px;
}
.margleft {
	margin-left: 15px;
}
#main_nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#main_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#main_nav a:hover {
	color: #C20101;
	text-decoration: none;
}
#main_nav a:active {
	color: #C20101;
	text-decoration: none;
}
#mainContent {
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: 20px;
	padding-left: 10px;
	margin-top: 20px;
}
#text_box {
	width: 275px;
	margin-right: 35px;
	float: left;
}
#text_box p {
	text-align: justify;
}
#home_testimonial {
	text-align: left;
	width: 475px;
	padding: 0px;
	margin-left: 305px;
	margin-top: 0px;
}
#rightcol {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 305px;
}
#rightcol ul {
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 35px;
}
#rightcol li {
	line-height: 1.5em;
}
#footer {
	clear: both;
	height: 95px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B50101;
	background-color: #000000;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer_box {
	background-color: #C20101;
	text-align: right;
	height: 95px;
	width: 270px;
	padding: 0;
	margin: 0px;
	float: right;
}
#footer_box  p {
	color: #FFFFFF;
	display: block;
	padding-top: 28px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
}
#footer_box a {
	color: #FFFFFF;
}
#footer_box a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#gal_holder {
	width: 710px;
	margin-left: 305px;
}
#gal_left {
	width: 340px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
#gal_right {
	width: 340px;
	float: left;
	margin-top: 10px;
}
.gallery_box {
	width: 330px;
	background-color: #000000;
	padding: 5px;
	margin-top: 0px;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C20101;
	border-bottom-color: #C20101;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.gallery_box p {
	font-size: 12px;
	line-height: 1.2em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #C20101;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #333333;
}
p {
	font-size: 13px;
	line-height: 1.6em;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
    outline: none;
	}
a:link {
	color: #C20101;
}
a:visited {
	color: #C20101;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
.bold {
	font-weight: bold;
}
.margtopfive {
	margin-top: 5px;
}
.ital {
	font-style: italic;
}
.clrflt {
	clear: both;
	margin: 0px;
	padding: 0px;
}
