html {
	background-color: #d2c8a6;
	background-image: url('../img/top_bg.jpg');
	background-repeat: repeat-x;
}

body {
	#background-color: #efe4bd;
	background-image: url('../img/bg.png');
	#zoom: 80%;
}

#top_bg {
	background-image: url('../img/top_bg.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 390px;
	margin-top: 20px;
	z-index: -1;
}

#home {
	position: relative;
	top: -200px;
}

#container {
	width: 980px;
	margin: 0 auto;	
	#-moz-box-shadow: 0px 15px 100px #000;
	#-webkit-box-shadow: 0px 15px 100px #000;
    #box-shadow: 0px 15px 100px #000; 
	background-color: #efe4bd;
	#background: -webkit-gradient(linear, left top, left bottom, from(#d2c8a6), to(#bbb293));
	#background: -moz-linear-gradient(top,  #d2c8a6,  #bbb293);
	#filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2c8a6', endColorstr='#bbb293');
}
#header {
	width: 980px;
	height: 145px;
	margin: 0 auto;
	#background-color: #2b2922;
	background-image: url('../img/header_gradient.jpg');
	background-repeat: repeat-x;
	border-bottom: 5px #a32500 solid;
	position: fixed;
	z-index: 5;
	top: 0;
}

#header img {
	padding: 10px;
}

#logo2 {
	background-image: url('../img/logo.png');
	width: 250px;
	height: 123px;
	margin: 0 auto;	
	margin-top: 800px;
}

#about {
	width: 100%;
	height: 253px;
	background-color: #bab293;
	border-bottom: 5px #a39770 solid;
	border-top: 5px #a39770 solid;
	margin-top: 150px;
}

#slideshow {
	width: 435px;
	height: 210px;
	background-color: #000;	
	float: left;
	margin-top: 16px;
	margin-left: 19px;
	border:	4px #a39770 solid
}

#about h1 {
		font-family: Helvetica, arial, sans-serif;
		color: #FFF;
		font-size: 1.6em;
		font-weight: bold;
		line-height: 1.2em;	
		#text-align: justify;
		letter-spacing: -1px;
		width: 480px;
		margin: 0 auto;
		margin-top: 33px;
		float: right;
		padding-right: 20px;
}

div * span.amp {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
	font-weight: bold;
}

#content {
	width: 100%;
	#height: 1500px;
	#background-color: #efe4bd;
}

#web {
	width: 950px;
	height: 500px;
	margin: 0 auto;
	#background-color: #fff9e6;
	background-image: url('../img/test.jpg');
	margin-top: 15px;
	padding-top: 145px;
}

#webthumbs {
	height: 60px;
	width: 100%;
	margin: 0 auto;
	margin-top: 217px;
	background-color: #fff9e6;
	border-top: 2px solid #d2c8a6;
	border-bottom: 2px solid #d2c8a6;
}

#gb {
	width: 950px;
	height: 500px;
	margin: 0 auto;
	background-color: #fff9e6;
	background-image: url('../img/test.jpg');
	margin-top: 800px;
	padding-top: 145px;
}

#gbthumbs {
	height: 60px;
	width: 100%;
	margin: 0 auto;
	margin-top: 217px;
	background-color: #fff9e6;
	border-top: 2px solid #d2c8a6;
	border-bottom: 2px solid #d2c8a6;
}

#motion {
	width: 950px;
	height: 500px;
	margin: 0 auto;
	background-color: #fff9e6;
	background-image: url('../img/test.jpg');
	margin-top: 800px;
	padding-top: 145px;
	margin-left: 18px;
}

#motion #gallery {
	margin-top: 45px;
	background-color: #fff9e6;
}

#motionthumbs {
	height: 60px;
	width: 100%;
	margin: 0 auto;
	margin-top: 217px;
	background-color: #fff9e6;
	border-top: 2px solid #d2c8a6;
	border-bottom: 2px solid #d2c8a6;
}

#motionthumbs .skills {
	float: right;
 	font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    margin-right: 15px;
    margin-top: 20px;
    color: #333;
 }

#motionthumbs .client {
 	float: left;
 	font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    margin-left: 20px;
    margin-top: 20px;
    color: #333;
 }

#photo {
	width: 950px;
	height: 500px;
	margin: 0 auto;
	background-color: #fff9e6;
	background-image: url('../img/test.jpg');
	margin-top: 800px;
	padding-top: 145px;
}

#photothumbs {
	height: 60px;
	width: 100%;
	margin: 0 auto;
	margin-top: 217px;
	background-color: #fff9e6;
	border-top: 2px solid #d2c8a6;
	border-bottom: 2px solid #d2c8a6;
}

##bottom_bg {
	width: 100%;
	height: 255px;
	margin-top: -255px;
	background-image: url('../img/bottom_bg.jpg');
	background-repeat: repeat-x;
	z-index: -5;	
}

#footer {
	width: 100%;
	height: 250px;
	margin-top: 20px;
	#background-color: #2b2922;
	border-top: 5px #a32500 solid;
	background-image: url('../img/footer_gradient.jpg');
	background-repeat: repeat-x;
}

#apps {
	width: 230px;
	height: 230px;
	#float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 70px;
	padding-bottom: 10px;
	border-right: 3px #a32500 solid;
}

#apps p {
	color: #FFF;
	font-family: 'BebasNeueRegular';
	font-size: 1.5em;
	padding-top: 10px;
}

#twitter {
	width: 300px;
	height: 230px;
	margin-top: -240px;
	margin-left: 350px;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	overflow: hidden;
}

#twitter p {
	color: #FFF;
	font-family: 'BebasNeueRegular';
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 13px;
}

#twitter a {
	color: #ccc;
}

#twitter a:hover {
	color: #FFF;
}

#social {
	width: 230px;
	height: 230px;
	float: right;
	padding-top: 20px;
	padding-left: 70px;
	border-left: 3px #a32500 solid;
	margin-top: -250px;
}

#social img {
	padding-top: 20px;
}

#social a {
	text-decoration: none;
	color: #FFF;
	font-family: 'BebasNeueRegular';
	font-size: 1.5em;
	
}

#social span {
	position: relative;
	padding-left: 55px;
	top: 0.5em;
}