body {
	margin: 0;
	padding: 0;
	background: url(/images/background_tile.gif) top left repeat-x;
	text-align: center;
	background-color: #fff;
	font: normal 13px/17px "century gothic", "lucida grande", verdana, sans-serif;
	color: #666;
}

#wrapper {
	width: 740px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
}

#header {
	height: 77px;
	position: relative;
	top: 0;
	left: 0;
}

#header #main_photo {
	position: absolute;
	top: 0;
	right: 0;
}

#header #logo {
	position: absolute;
	top: 0;
	left: 0;
}

p {
	font: normal 13px/17px "century gothic", "lucida grande", verdana, sans-serif;
	margin: 0;
	padding: 7px 0;
	color: #666;
}

#home p {
	font: normal 13px/16px "century gothic", "lucida grande", verdana, sans-serif;
	margin: 0;
	padding: 4px 0;
	color: #666;
}

a, a:link, a:visited {
	color: #588DA2;
	text-decoration: none;
	padding: 1px 2px;
	outline: none;
}

a:hover {
	background-color: #E0EFF0;
	padding: 1px 2px;
}

img {
	border: none;
}

#nav a:hover {
	color: #333;
}

#nav {
	height: 22px;
	font: normal 10px/15px 'Lucida Grande', 'Lucida Sans',verdana, arial, sans-serif;
	background: none;
	margin: 1px 0 0 0;
	padding: 2px 0 0 0;
	position: absolute;
	top: 77px;
	left: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	height: 20px;
	color: #666;
}

#nav li {
	float: left;
	background: url("/images/tab_reg_l.gif") no-repeat left top;
	margin: 0;
	height: 20px;
	padding: 0 0 0 6px;
}

#nav a {
	float: left;
	display: block;
	width: .1em;
	background: url("/images/tab_reg_r.gif") no-repeat right top;
	padding: 3px 25px 3px 17px;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	height: 17px;
	color: #666;
}

#nav > ul a {
	width: auto;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#nav a {
	float: none;
}

/* End IE5-Mac hack */

#home #homenav, 
#aboutus #aboutnav, 
#ourwork #worknav, 
#contactus #contactnav {
	background: url("/images/tab_active_l.gif") no-repeat left top;
	border-width: 0;
}

#home #homenav a, 
#aboutus #aboutnav a, 
#ourwork #worknav a, 
#contactus #contactnav a {
	background: url("/images/tab_active_r.gif") no-repeat right top;
	padding-bottom: 0px;
	color: #666;
}

#content {
	width: 565px;
	padding: 45px 0 0px 0;
}

#footer {
	background: url(/images/footer.gif) top left repeat-x;
	height: 76px;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	padding: 30px 0 0 0;
}

#footer_content {
	width: 740px;
	text-align: left;
	margin: 0 auto;
}

#footer_content p {
	font: normal 11px/16px "lucida grande", verdana, sans-serif;
	color: #999;
	padding: 0;
	margin: 0;
}