body {
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #f5efe2;
	color: #000000;
	text-align: center;
	margin: 0px;
	width: 100%;
}

#content {
	background: #f5efe2 url(../img/background.jpg) repeat-x;
}

#footer {
	color: black;
	height: 40px;
	clear: both;
}

#header-content {
	text-align: left;
	height: 110px;
	min-width: 960px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#body {
	clear: both;
	text-align: left;
	min-width: 960px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
}

#header-image {
	float: left;
}

#tagline {
	margin-top: 30px;
	float: right;
	text-align: right;
	font-size: 19px;
	color: #aaaaaa;
}

#tagline strong {
	color: #f5efe2;
}

.orangebox {
	background: #fddac4 url(../img/orangebackground.jpg) repeat-x; 
}

.bluebox {
	background: #afdef8 url(../img/bluebackground.jpg) repeat-x; 
}

.mantra {
	text-align: center;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	margin-top: 30px;
	color: #666666;
}

.questionbox {
	margin-top: 30px;
	width: 285px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	height: 587px;
	color: #333333;
}

#how {
}

#what {
	margin-left: 20px;
}

#why {
	margin-left: 20px;
}

#work {
	width: 735px;
	float: left;
}

.workbox {
	width: 200px;
	float: left;
	color: #444444;
}

.workbox h3 {
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

#pathofahero {
	padding-left: 45px;
}

#visualcontact {
	margin-left: 30px;
}

#next {
	margin-left: 30px;
	
}

#next-img {
	width: 186px;
	height: 170px;
	border: dashed 2px #999999;
	font-size: 20px;
	text-align: center;
}

#secret {
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	width: 200px;
	float: right;
	border-left: dotted 1px #666666;
	height: 250px;
}

#secret h2, #work h2 {
	font-size: 22px;
	color: #222222;
}

#navigation {
	position: absolute;
	left: 750px;
	top: 74px;
	width: 210px;
}

.button {
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-bottom: none;
	padding-top: 10px;
	text-align: center;
	width: 100px;
	min-height: 25px;
	height: auto !important;
	height: 36px;
	
	background: #4d5256 url(../img/buttonbackground.jpg) repeat-x; 
	float: left;
	margin-left: 2px;
}

.button.selected {
	background: #c5c1b6 url() repeat-x; 
}

.button.hover {
	background: #9a9a9a url() repeat-x; 
}

#navigation a {
	color: #000000;
}

.contactbox {
	font-size: 16px;
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
	width: 370px;
	float: left;
	margin-top: 30px;
}

#contact {
	margin-left: 65px;
	height: 450px;
}

#company {
	margin-left: 30px;
	height: 450px;
}

.contact-details {
	text-align: center;
	font-size: 19px;
}

p {
	margin-top: 7px;
	margin-bottom: 9px;
}

ul {
	margin-top: 7px;
}

h2 {
	text-align: center;
	color: #f5efe2;
	margin-top: 15px;
}

h3 {
	color: #000000;
	margin-bottom: 0px;
}

a{
	outline: none;
}

img {
	border: 0;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #999999;
}
a:active {
	color: #000000;
}