/*STRUCTURE*/

#main_container {
	position:absolute;
	top: 50%;
	left: 50%;
	height: 480px;
	width: 900px;
	margin-left: -450px;
	margin-top: -240px;
	overflow: hidden;	
}

#top_container {
	height: 440px;
	width: 900px;
	background-color: #3B3E41;
}

#nav_content {
	float: left;
	height: 440px;
	width: 780px;
}

#navigation {
	float: left;
	height: 440px;
	width: 180px;
}

#practice_nav {
	position: relative;
	left: 60px;
	top: 20px;
}

#projects_nav {
	position: relative;
	left: 60px;
	top: 60px;	
}

#services_nav {
	position: relative;
	left: 60px;
	top: 100px;
}

#philosophy_nav {
	position: relative;
	left: 60px;
	top: 140px;
}

#contact_nav {
	position: relative;
	left: 60px;
	top: 180px;
}

#back_nav {
	position: relative;
	left: 60px;
	top: 341px;
}

#content {
	position: relative;
	float: right;
	top: 20px;
	height: 440px;
	width: 600px;
}

#home_img {
	position: relative;
	width: 557px;
}

#home_body {
	position: relative;
	top: 20px;
	height: 210px;
	width: 557px;
	text-align: justify;
}

#projects_flash {
	position: relative;
	float: right;
	left: -20px;
	top: 46px;
	height: 145px;
	width: 547px;
}

#projects_img_right {
	float: right;
	height: 250px;
	width: 400px;
	text-align: right;
}

#projects_img_left_top {
	position: relative;	
	float: left;
	height: 144px;
	width: 195px;
}

#projects_img_left_bottom {
	position: relative;	
	float: left;
	height: 104px;
	width: 195px;
}

#projects_body1 {
	position: absolute;
	bottom: 40px;
	width: 600px;
	height: auto;
	vertical-align: middle;
	text-align: justify;
	left: 0px;
}

#projects_body2 {
	position: absolute;
	bottom: 60px;
	width: 600px;
	height: auto;
	vertical-align: middle;
	text-align: justify;
	left: 0px;
}

#projects_body3 {
	position: absolute;
	bottom: 70px;
	width: 600px;
	height: auto;
	vertical-align: middle;
	text-align: justify;
	left: 0px;
}

#projects_body4 {
	position: absolute;
	bottom: 80px;
	width: 600px;
	height: auto;
	vertical-align: middle;
	text-align: justify;
	left: 0px;
}

#projects_body5 {
	position: absolute;
	bottom: 40px;
	width: 600px;
	height: auto;
	vertical-align: middle;
	text-align: justify;
	left: 0px;
}

#projects_body_inner {
	position: absolute;
	bottom: 32px;
	width: 600px;
	height: auto;
	vertical-align: middle;
	text-align: justify;
}


#services {
	position: relative;
	height: auto;
	width: 557px;
	top: 93px;
	text-align: justify;
}

#philosophy {
	position: relative;
	height: auto;
	width: 557px;
	top: 151px;
	text-align: justify;
}

#contact {
	position: relative;
	top: 0px;
	width: 557px;
}

#right_strap {
	float: right;
	height: 440px;
	width: 120px;
}

#right_strap_img {
	position: relative;
	top: 15px;
	height: 315px;
	float: right;
}

#logo {
	position: relative;
	float: right;
	top: 30px;
	left: -16px;
}

#strap {
	width: 900px;
	height: 21px;
}

#copyright {
	width: 881px;
	height: 19px;
	vertical-align: text-bottom;
	z-index: 99;
}

#container_thickbox {
	width: 700px;
}

#close_button_thickbox {
	float: right;
	text-align: right;
	margin-top: -10px;
}

#text_thickbox {
	width: 700px;
}

/* TYPEOGRAPHY AND COLOURS */

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737e88;
	text-align: justify;
}

.indented1 {
	padding-left: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737e88;
	text-align: justify;
   }
   
.indented2 {
	padding-left: 35pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737e88;
	text-align: justify;
   }

.body_sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737e88;
}

ul {
	line-height: 18px;
}

.projects_back {
	text-align: right;
}

.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #737e88;
	text-align: right;
}

.selected a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aebfce;
	text-decoration: none;
}

.selected a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #aebfce;
}

.selected a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #aebfce;
}

.selected a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #aebfce;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737e88;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #737e88;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #aebfce;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #aebfce;
}

.body_thickbox {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #333333;
text-align: left;
}

.close_thickbox {
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color: #333333;
text-align: center;
}
