body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #555555;
	background-image: url(../images/layout/bodybg.jpg);
	background-repeat: no-repeat;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	margin: 0;
}
p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.2em;
	margin-top: 0.5em;
	font-weight: normal;
}

h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 105%;
}
	
ul {
	list-style-type: square;
}


a {
	color: #006600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.centeralign {
	text-align: center;
}

#container #header #logoimage {
	vertical-align: text-bottom;
	float: left;
	margin-right: 1em;
}


#container #header #contactdetails {
	float: right;
	text-align: right;
	padding: 0;
	margin-right: 10px;
}
#container #header .slogan {
	font-size: 1.3em;
	margin-left: 1.2em;
	font-weight: bold;
}
#container #textcontent {
	clear: both;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	font-size: 80%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#container #textcontent #leftmain, #container #textcontent #rightmain {
	width: 48%;
	float: left;
	padding-right: 2%;
}
#container #textcontent #postmain {
	clear: left;
}


#container #textcontent #footer {
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
}

#container #textcontent #footer #footerquote {

}

.projectthumbnail {
	padding: 0;
	float: left;
	margin-top: 8px;
	margin-right: 14px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.thumbnailcaption {
	font-size: 80%;
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#gallerypreamble, #gallerypostamble {
	display: block;
	clear: both;
}


.donotshow {
	display: none;
	height: 0px;
	width: 0px;
}



.copyrightnotice {
	font-size: 80%;

}
ul {
	margin-top: 0;
	padding-top: 0;
}
#container #textcontent #footer #footerlinks a {
	color: #666666;
}
#container #textcontent #footer #footerlinks a:hover {
	color: #006600;
}
#container #textcontent #footer #footergraphiclinks,#container #textcontent #footer #footerquote {
	width: 100%;
	float: none;
}
.clearleft {
	clear: left;
}
.greenletter {
	font-weight: bold;
	color: #006633;
}
