body {
	font-family:Helvetica;
	font-size:12px;
	background-color:#1c150d;
}

@font-face {
	font-family: EurostileExtended;
	src:url('../fonts/Eurostile T Regular Extended.otf');	
}

a {
	color:#0087b3;
	text-decoration:none;
}

.inner {
	width:900px;
	margin:0 auto;
	position:relative;
	clear:both;
}

#header {
	background-color:#2f2519;
	height:85px;
	padding:1px;
}

#header h1 {
	margin-top:20px;
	width:322px;
	height:38px;
	overflow:hidden;
}

#header h1 a {
	display:block;
	width:322px;
	padding-top:38px;
	background-image:url('../images/six-eight-media.gif');	
}

#nav {
	height:42px;
	background-color:#ffcc00;
}

#nav ul li {
	float:left;
	height:14px;
	overflow:hidden;
	margin-right:40px;
	margin-top:15px;
}

#nav ul li a {
	display:block;
	padding-top:14px;
	background-image:url('../images/nav.gif');
}

#nav ul li a:hover {
	display:block;
	padding-top:14px;
	background-image:url('../images/nav-over.gif');
}

#nav-1 a {
	width:52px;
}

#nav-2 a {
	width:82px;
	background-position:-52px 0;
}

#nav-3 a {
	width:100px;
	background-position:-134px 0;
}

#nav-4 a {
	width:80px;
	background-position:-234px 0;	
}

#nav-5 a {
	width:39px;
	background-position:-314px 0;
}

#intro {
	height:185px;
	padding-top:40px;
	font-family:Helvetica;
	font-size:13px;
	line-height:28px;
	color:##2f2519;
	background-color:#eee;
}

#intro p {
	width:475px;
	float:left;	
}

#macbook {
	position:absolute;
	top:-15px;
	right:20px;
	background-image:url('../images/macbook.png');
	width:429px;
	height:230px;
}

#macbook #slides {
	position:absolute;
	top:16px;
	left:68px;
}

#brown-bar {
	height:42px;
	background-color:#ccc;
}

#top-content {
	background-color:#fff;
}

#top-content .inner {
	border-bottom:solid 1px #ccc;
	padding:30px 0 20px 0;
}

#top-content .column {
	width:260px;
	float:left;
	border-left:solid 1px #ccc;
	padding:0 15px;
	
}

#top-content .column:first-child {
	border:0;
}

#top-content .column h3 {
	font-family:Helvetica;
	font-size:18px;
	font-weight:bold;
	color:#392509;
	margin-bottom:5px;	
}

#top-content .column p {
	font-size:12px;
	font-family:Helvetica;
	color:#746959;
	line-height:22px;
}

#more-services-link {
	text-align:right;
	clear:both;
}

#more-services-link a {
	font-size:16px;
	font-weight:bold;
	color:#0087b3;
}

#bottom-content {
	background-color:#fff;
	padding-bottom:25px;
}

#contact-box {
	float:left;
	width:50%;
}

#contact-box-inner, #twitter-box-inner {
	margin:15px;
}

#contact-box-inner h3, #twitter-box-inner h3 {
	font-family:Helvetica;
	font-size:18px;
	font-weight:bold;
	color:#392509;
	margin-bottom:8px;	
}

#twitter-box {
	float:right;
	width:50%;
}

.twitter-status {
	font-size:12px;
	color:#000;
	padding:10px 0 5px 0;
	border-top:dotted 1px #ddd;
}

.twitter-timestamp {
	font-size:10px;
	color:#746959;
	margin-bottom:10px;
}

#content {
	background-color:#fff;
	padding:25px 0;
}

#left-column {
	float:left;
	width:75%;
}

#left-column-inner {
	padding-right:25px;
}

#left-column-inner h2 {
	font-size:32px;
	font-weight:bold;
	font-family:EurostileExtended;
	color:#2e2417;
}

#left-column-inner h3 {
	font-size:18px;
	font-weight:bold;
	color:#2e2417;
}

#left-column-inner p, #left-column-inner li {
	line-height:24px;
	font-size:14px;	
}

#left-column-inner strong {
	font-weight:bold;
}

#left-column-inner ol {
	list-style-type:decimal;
	margin-left:25px;
}

#left-column-inner ul {
	list-style-type:disc;
	margin-left:25px;
}

#right-column {
	float:right;
	width:25%;
	padding-top:30px;
}

#footer {
	background-color:#2f2519;
	text-align:center;
	padding:15px;
}

#footer ul li {
	display:inline-block;
	color:#ffcc00;
	font-size:11px;
	margin:7px 5px 0 5px;
}

#footer ul li a {
	color:#fff;
}

#verse {
	padding:10px;
	text-align:center;
	background-color:#1c150d;
}

#right-column-inner .nav {
	border-left:solid 1px #ccc;
}

#right-column-inner .nav li a {
	display:block;
	padding:15px 5px;
	color:#1c150d;
	font-size:16px;
	border-left:solid 15px #fff;
}

#right-column-inner .nav li a:hover {
	border-left:solid 15px #ffcc00;
	background-color:#eee;
}

#right-column-inner li.nav-selected a {
	border-left:solid 15px #eee;
}