html, body{
	background-color: #fff;
	
	font-family: Arial;
	color: #000;
	margin: 0px;
	padding: 0px;
	width: auto;
	font-size: 10pt;
	height: 100%;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
#title {
	position:relative;
	width:970px;
	margin: 37px auto 0px auto;
}
#outer {
	background-image:url(/images/defaultbg.jpg);
	background-repeat:no-repeat;
	position:relative;
	width:1000px;
	margin: 0px auto 0px auto;
}
.projects, .project {
	background-image:url(/images/projectsbg.jpg) !important;
}
.commissioning {
	background-image:url(/images/commissioningbg.jpg) !important;
}
#defContent {
	position:relative;
	left:244px;
	padding-top: 40px;
	width:212px;
	min-height: 475px;
}
#footer {
	background-image:url(/images/footerbg.png);
	width:962px;
	height:18px;
	position: relative;
	margin: 0px auto 0px auto;
	margin-bottom: 12px;
	font-size: 12px;
	text-align: right;
	padding-top: 6px;
	padding-right: 6px;
}
#subfooter {
	width: 968px;
	height: 24px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
}

a:link, a:visited, a:hover {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a {
	color: #000 !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
h1{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
#tempimage {
	position: absolute;
	left: 310px;
	top: 40px;
}
div.tempimage {
	position: absolute;
	left: 310px;
	top: 40px;
}
div.commbox {
	position: absolute;
	left: 310px;
	top: 323px;
	width: 170px;
	height: 160px;
}
#defthumbs {
	position: absolute;
	left: 310px;
	top: 295px;
	width: 423px;
	text-align: right;
}
#projectsbox {
	position: absolute;
	left: 310px;
	top: 60px;
	width: 423px;
	height: 408px;
	overflow: auto;
	overflow-x: hidden;
	text-align: center;
}
#projectimage {
	position: absolute;
	left: 314px;
	top: 56px;
}
#defaultMenu {
	position:absolute;
	width:173px;
	left: 33px;
	top: 54px;
}
#defaultMenu ul, #defaultMenu li {
	margin: 0;
	padding: 0;
}
#defaultMenu ul {
	list-style-type: none;	
}
#defaultMenu li {
	width: 170px;
	text-align: left;
}
#portfoliolink {
	position: relative;
	left: -15px;
	top: 70px;
}
#footer ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#footer li {
	margin: 0px;
	padding: 0px;
	margin-left: 67px;
	display: inline;
}
