body, html {
	font-family: Arial, Geneva,Tahoma,sans-serif;
	background: #c2c0c0 url(images/bg_main.jpg) repeat-x top left;
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 90%;
	line-height: 140%;
	text-align: center;
	color: black;
	}
	
p {	
	padding: 10px 5px;
	margin: 0;
	}
	
h1 {
	font-size: 1.2em;
	}
	
h2 {
	font-size: 1.1em;
	}
	
h2.large {
	font-size: 1.4em;
	}
	
h3 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
	}
	
a {
	color: black;
	}
	
a:hover {
	color: red;
	}
	
a img, a:hover img {
	border: 0 solid transparent;
	text-decoration: none;
}

.main {
	width: 598px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: white url(images/bg_inner.jpg) repeat-y top left;
	text-align: left;
	}
	
.content1 {
	margin: 0 auto;
	padding: 0 0 0 16px;
	background: transparent url(images/side_left.jpg) no-repeat top left;
	}
	
.content2 {
	margin: 0;
	padding: 0 13px 0 0;
	background: transparent url(images/side_right.jpg) no-repeat top right;
	}
	
div>.content2 {
	padding: 0 16px 0 0;
	}
	
.footer {
	margin: 0 0 -16px 0;
	padding: 0;
	width: 598px;
	height: 10px;
	background: transparent url(images/bottom.jpg) no-repeat top left;
	}
	
div>.footer {
	margin: 0 0 -10px 0;
	}
	
.content3 {
	margin: 0;
	padding: 0;
	background: transparent url(images/bg_logo.jpg) no-repeat center 140px;
	min-height: 600px;
	}
	
.header {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.page_center {
	padding: 120px 0 0 0;
	height: 500px;
	vertical-align: center;
}

.page_center ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.float_left {
	float: left;
	margin: 0 0 0 10px;
}

.float_right {
	float: right;
	margin: 0 10px 0 0;
}

/*Navigation*/
.navigation {
	width: 327px;
	height: 20px;
	position: absolute;
	top: 48px;
	margin: 0 0 0 120px;
	padding: 0;
	text-indent: -5000px;
	background: transparent url(images/navigation.jpg) no-repeat top left;
}

.navigation li{
	margin: 0;
	padding: 0;
	float: left;
	display: inline;	
}

.navigation li a{
	margin: 0;
	padding: 0;
	display: block;	
}

li#portfolio a{
	width: 84px;
}

li#services a{
	width: 83px;
}

li#about a{
	width: 88px;
}

li#contact a{
	width: 72px;
}
/*END Navigation*/

.slogan {
	height: 500px;
	display: block;
	background: transparent url(images/index_slogan.jpg) no-repeat center center;
}

.copyright {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	}

/*Section Headers*/	
.section_header {
	margin: 0 0 0 -2px;
	padding: 0;
	position: relative;
	top: 10px;
	width: 571px;
	height: 28px;
	background: transparent url(images/header_portfolio.jpg) no-repeat top left;
	text-indent: -5000px;
}

div>.section_header {
	margin: 0 0 0 -2px;
	top: 0;
}

#services_header {
	background: transparent url(images/header_services.jpg) no-repeat top left;
}

#about_header {
	background: transparent url(images/header_about.jpg) no-repeat top left;
}

#contact_header {
	background: transparent url(images/header_contact.jpg) no-repeat top left;
}
/*END Section Headers*/

.thumbs {
	background-color: white;
	text-align: center;
	padding: 20px 0;
}

.thumbs img{
	background-color: white;
	margin: 0 auto;
	padding: 0;	
	vertical-align: top;
}

.videos {
	background-color: white;
	}

.clients td{
	vertical-align: top;
}

.clients ul, .clients li{
	list-style: none none;
	margin: 0;
	padding: 0;
}