body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #667082;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}

a {
	
	
}

#container {
	width: 1000px;
	background: #667082;
	margin: 0 auto;
}

#header {
	padding-top: 10px;
	width: 100%;
	background: #000;
	background-image:url('images/header_repeat.gif');
	background-repeat:repeat-x;
	height: 101px;
	text-align: left;
}

#logo3d {
	margin-top: -10px;
	margin-left: 30px;
	float: left;
}
#top_links {
	float: right;
	margin-right: 30px;
	margin-top: 30px;
	/* border: 1px solid #f0f; */
	font-weight: bold;
}

#top_links a {
	color: #b8c3d0;
	margin-left: 20px;
	font-size: 13px;
	text-decoration: none;
}

.plus {
	color: #ffffff;
}

#content {
	width: 100%;
	height: 460px;
	background: #000;
	background-image:url('images/disco.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

#services {
	padding-left: 30px;
	padding-top: 80px;
	top:100px;
	z-index : 2000;
	position: absolute;
	text-align: left;
	width: 300px;
}
#services2 {
	padding-left:720px;
	padding-top: 140px;
	top:100px;	
	z-index : 3;
	position: absolute;
	text-align: left;
	width: 290px;
}

#address {
	padding-top: 20px;
}

#content2 {
	clear: both;
	width: 100%;
	height: 100%;
	background: #515a67;
	position:relative;
	top: 10px;
}
#inner {
	float: left;
}
#photoContent {
	float: right;
	padding-right: 20px;
	padding-top: 30px;
	/*background: #ff0000;*/
}

.servicesText {
	color: #A1B2CF;
	font-size: 13px;
	
}

.spacer {
	width: 100%;
	background-image:url('images/spacer.gif');
	background-repeat:repeat-x;
	height: 2px;
}
#contact {
	padding-left: 20px;
	padding-top: 20px;
	text-align: left;
	float: left;
}

.orange {
	font-size: 12px;
	color: #ffba00;
	text-align: left;
}
.videoBlock {
	height: 350px;
	padding-top: 15px;
	padding-bottom: 10px;
	width: 1000px;
	background-image:url('images/spacer.gif');
	background-repeat:repeat-x;
	/*border: 1px solid #fff;*/
}

.cvBlock {
	height: 500px;
	padding-top: 15px;
	padding-bottom: 10px;
	width: 1000px;
	background-image:url('images/spacer.gif');
	background-repeat:repeat-x;
	/*border: 1px solid #fff;*/
}

.cvHead {
	font-weight: bold;
}

.cvText {
	font-size: 12px;	
}

.cvColumn1 {
	float: left;
	width: 500px;
	text-align: left;
	padding-left: 30px;
}
.cvColumn2 {
	float: left;
	width: 400px;
	text-align: left;
	padding-left: 30px;
}

.cvHeader {
	color: #ffba00;
	
}

.cvOsio {
	float: none;
	line-height: 110%;
}

.videoDesc {
	/*border: 1px solid #f0f;*/
	float: left;
	width: 300px;
	height: 100%;
	text-align: left;
	padding-left: 20px;
	color: #ffba00;
}
.descHeader {
	color: #ffba00;
	font-size: 12px;
	font-weight: bold;
}
.desc {
	font-size: 12px;
	
}

.video {
	float: right;
	/*border: 1px solid #f00;*/
	/*background: #ffff00;*/
	height: 100%;
	padding-right: 20px;
}

#footer {
	clear: both;
	position:relative;
	top: 20px;
	width: 100%;


}
.footerAddress {
	font-size: 12px;
	color: #ffba00;
	text-align: center;
	/*letter-spacing: 0.5px;*/
	padding-top: 10px;

}
