html, body {
	margin: 0;
	padding: 0;
	height: 100%;
    width: 100%;
	}
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 1000px;
	height: 80px;
	background-image:url(../images/banner.jpg)
}
#search {
	float:right;
}
#nav {
	float: left;
	width: 170px;
	margin: 0px 10px 0px 0px;
}
#content {
	float: left;
	font-family:"Palatino Linotype", "Times New Roman";
	font-size: 18px;
	width: 810px;
	margin: 0px 0px 0px 5px;
}
#footer {
	clear: both;
	width: 1000px;
	height: 50px;
	background-color: #CCCCCC;;
	color:#000000;
	text-align: center;
	font-size:14px;
}
h1 {
	font-family:"Palatino Linotype", "Times New Roman";
	font-size:36px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h2 {
	font-family:"Palatino Linotype", "Times New Roman";
	font-size:14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.italics {
	font-style: italic;	
}
.centeredImage {
    text-align:center;
    display: block;
    margin-left: auto;
    margin-right: auto 
    }
.rightImage {
	text-align: right;
	margin: 5px;
}
.boldtext {
	font-weight: bold;
	text-align:center;
}
.bold {
	font-weight: bold;
}
.hometext {
 text-align:center;
}
.next {
	text-align: right;
}
.textindent {
	text-indent: 20px;
}
.paraleft {
	text-align: left;
}
.conback {
	background-color: #CCCCCC;
}
.Surname {
 visibility: hidden;
}
/*////NAVIGATION/////*/
.wireframemenu{
border: 1px solid #000000;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold;
font-size: 16px;
font-family:"Palatino Linotype", "Times New Roman";
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #000000;
text-decoration: none;
border-bottom: 1px solid #000000;
}

.wireframemenu a:visited{
color: #000000;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #CCCCCC;
color: black;
}

