body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 70%;
	color: #000000;
}
body {
	background-color: #F3F5F7;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	position: relative;
}
h2{
	font-size: 12px;
	font-weight: bold;
}
#offset{
	position: relative;
	width: 736px;
	margin-left: -368px;
	margin-right: auto;
	left: 50%;
}
#centreSite{
	position: relative;
	width: 736px;
}
#navArea{
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 736px;
	position: relative;
}
#mainLogo{
	top: 10px;
	position: relative;
	left: 30px;
}
#contentTop{
	background-image: url(../images/content_top.gif);
	height: 29px;
	width: 736px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#content{
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 300px;
	margin: 0px;
	position: relative;
	padding-right: 70px;
	padding-left: 366px;
	padding-top: 40px;
	padding-bottom: 40px;
	height: auto;
}
#propOpen{
	visibility: hidden;
	float: right;
	height: 290px;
	width: 1px;
}
.propClose {
	visibility: hidden;
    clear:both;
    height:1px;
    overflow:hidden;
 }

#contentBottom{
	background-image: url(../images/content_bottom.gif);
	height: 27px;
	width: 736px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#copyright{
	width: 736px;
	position: relative;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	color: #759197;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
#mainNav{
	position: absolute;
	right: 60px;
	margin: 0px;
	padding: 0px;
	bottom: 10px;
}
#mainNav li{
	position: relative;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainNav li a{
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position: relative;
	height: 14px;
}
.hidden{
	position: relative;
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	width: 1px;
	font-size: 1px;
	line-height: 1px;
}
.boldblue{
	font-weight: bold;
	color: #759197;
	font-style: normal;

}
/**/
#navHome a{
	background-image: url(../images/nav_off_home.gif);
	width: 46px;
}
#navHome a:hover {
	background-image: url(../images/nav_on_home.gif);
}
#navBio a{
	background-image: url(../images/nav_off_biography.gif);
	width: 74px;
}
#navBio a:hover {
	background-image: url(../images/nav_on_biography.gif);
}
#navCase a{
	background-image: url(../images/nav_off_casestudies.gif);
	width: 90px;
}
#navCase a:hover {
	background-image: url(../images/nav_on_casestudies.gif);
}
#navContact a{
	background-image: url(../images/nav_off_contact.gif);
	width: 59px;
}
#navContact a:hover {
	background-image: url(../images/nav_on_contact.gif);
}
#firstImage{
	position: absolute;
	left: 30px;
	top: 0px;
}
