body {
	font-size:14px;
	font-family:Verdana;
	color: #FFFFFF;
	width: 100%px;
	background:#000;
}
.expand {
	background:url("bg_carbon_fiber.gif") repeat center top;
}
header{
	width:100%;
	max-width:930px;
	margin:0 auto;
}
header img {
	margin:0px;
	float:left;
}
#home {
	width:16.2%;
	height:auto;
}
#about {
	width:17.9%;
	height:auto;
}
#photos {
	width:20%;
	height:auto;
}
#contacts {
	width:14.7%;
	height:auto;
}

#logo {
	width:31.1%;
	height:auto;
}
#herobanner {
	width:99.9%;
	height:auto;
}
#headerpic {
	width:100%;
	height:auto;
}
* {
  box-sizing: border-box;
}
section {
	width:100%;
	max-width:900px;
	margin:0 auto;
}
.contentbox {
	background: url("bg_content_area.gif") #000;
	width:100%;
	max-width:900px;
	margin: 20px auto 0px auto;
	border:2px solid #de9b18;
	padding:20px;
	border-radius:3px;	
	box-shadow: inset 0 5px 20px 0px #555;
}

.minibox {
	width:214px;
	float:left;
	margin:0px 0px 30px 11px;
}
.minibox h2 {
	background:url("tab_content_top.png") top no-repeat;
	text-align:center;
	height:70px;
	margin:0 0 0 0;
	font-size:1.2em;
}
.minibox h2 a {
	text-decoration: none;
	display:block;
	padding:20px 0px;
}
.minibox-content {
	background: url("bg_content_area.gif") #000;
	border-left:3px solid #c79d00;
	border-right:3px solid #c79d00;
	border-bottom:3px solid #c79d00;
	border-radius: 0 0 15px 15px;
	padding:20px;
	margin:0px 4px 0px 3px;
	font-size:.8em;
	height:200px;
}


clear {
	clear:both;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.ctr {
	text-align:center;
}


footer {
	width:100%;
	max-width:900px;
	margin:0 auto;
	text-align:center;
	font-size:.8em;
}

.pg_btn {
	width:25%;
	min-width:210px;
	float:left;
}

.col-half {
	width: 50%;
	padding:2%;
	float: left;
}


.web_wrap {
	background: url("website_png.png") no-repeat center top;
	float:center;
	padding:0px 0px 0px 0px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
}
.wide_content_top {
	background: url("wide_content_top.png") no-repeat center top;
	float:center;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	clear:both;
}
.wide_content_center {
	background: url("wide_content_center.png") repeat-y center top;
	float:center;
	min-height: 38px;
	height: auto !important;
	height: 38px;
	clear:both;
}
.wide_content_bottom {
	background: url("wide_content_bottom.png") no-repeat center top;
	float:center;
	min-height: 32px;
	height: auto !important;
	height: 32px;
	clear:both;
}
.tab_content_top {
	background: url("tab_content_top.png") no-repeat center top;
	float:center;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}
.tab_title {
	text-align:center;
	padding:25px 0px 0px 0px;
	margin:0px;
}
.tab_content {
	text-align:left;
	padding:0px 10px 0px 10px;
	margin:0px 10px 0px 10px;
}
.body_content {
	padding:0px 30px 0px 0px;
	margin:0px 30px 0px 0px;
	vertical-align:top;
}
.tab_content_body {
	background: url("tab_content_body.png") no-repeat center top;
	float:center;
	min-height: 146px;
	height: auto !important;
	height: 146px;
}
.footer_bg {
	background: url("footer_bg.png") no-repeat center top;
	float:center;
	min-height: 57px;
	height: auto !important;
	height: 57px;
}
.footer_content {
	padding:18px 0px 0px 0px;
	margin:18px 0px 0px 0px;
	text-align:center;
}
.web_design {
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	text-align:center;
}
.body_style {
	color: #FFFFFF;
	text-align:left;
	padding-left:75px;
}
h1 {
	padding:0px 0px 10px 0px;
	margin:0px;
}
p {
	padding:0px 0px 0px 0px;
	margin:10px 0 0 0;
}
img, a img { 
	border:none;
	border:0px;
	border-width: 0px; 
} 
a {
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
a:active {
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}




@media (max-width: 940px) {
}
@media (max-width: 719px) {
}