@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #E0DEC9;
}
body, h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: .9em;
	padding-bottom: .5em;
}


#wrapper {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bgContent.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#wrapper #header {
	background-image: url(images/bgHeader.jpg);
	background-repeat: no-repeat;
	height: 106px;
	background-position: center top;
}
#wrapper #nav {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 110px;
	list-style-type: none;
}

#nav li a.hiddenlink {
	text-indent: -9999px;
}
li#navProjects a:link, li#navProjects a:visited {
	background-image: url(images/project.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 85px;
	margin: 0px;
	padding: 0px;
	display: block;
}

li#navProjects a:hover {
background-position: right;
}

li#navEnquiries a:link, li#navEnquiries a:visited {
	background-image: url(images/enquiries.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 92px;
	display: block;
}

li#navEnquiries a:hover {
background-position: right;
}

li#navUsefulInfo a:link, li#navUsefulInfo a:visited {
	background-image: url(images/usefulInfo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 80px;
	display: block;
}

li#navUsefulInfo a:hover {
background-position: right;
}

li#navAboutMe a:link, li#navAboutMe a:visited {
	background-image: url(images/about.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 102px;
	display: block;
}

li#navAboutMe a:hover {
background-position: right;
}

li#navHome a:link, li#navHome a:visited  {
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 82px;
	display: block;
}

li#navHome a:hover {
background-position: right;
}

#bodyHome #navHome a, #bodyProjects  #navProjects a,
#bodyAboutMe  #navAboutMe a, #bodyEnquiries  #navEnquiries a,
#bodyUsefulInfo  #navUsefulInfo a {
	background-position: left;
}

#wrapper #content {
	background-image: url(images/bgContentHeader.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 120px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#content h1 {
	font-size: 1.2em;
	font-weight: bold;
}
#content h3 {
	font-size: 1.1em;
	font-weight: bolder;
}

#content ul {
	font-size: 0.9em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
	list-style-type: disc;
	list-style-position: inside;
}
#content dl {
	margin: 0px;
	font-size: .9em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content dt {
	font-weight: bold;
}




#wrapper #footer {
	background-image: url(images/bgFooter.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 126px;
	text-align: center;
	clear: both;
	padding-left: 80px;
	position: relative;
}
#footer #ftmiddle {
	float: left;
	width: 470px;
	font-size: 0.9em;
}
#footer #design {
	position: absolute;
	width: 790px;
	bottom: 10px;
	left: 0px;
	font-size: 0.7em;
}
#footer  a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.hideLeft {
	text-indent: -9999px;
}

.fltLeft {
	float: left;
}

.fltRight {
	float: right;
}

.external {
	background-image: url(images/external.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline;
	padding-right: 20px;
}
.clrleft {
	clear: left;
}

