body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#wrapper{
	width: 770px;
	margin: 10px auto;
	text-align: center;
}
#banner{
height: 100px;
background-image:url(../images/Header_comp.gif);
background-repeat:no-repeat;
}

#nav{
	text-align: center;
	background-color: #000000;
	font-size: 85%;
}

#nav ul{
padding: 0;
margin: 0;
}

#nav ul li{
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a{
font-size: 80%;
color: #FFFFFF;
background-color: #000000;
text-decoration: none;
padding: 0 25px 0 25px;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
text-align: center;
width: 9em;
} 

#nav ul li a:hover, #nav ul li a:focus{
	background-color: #FFFFFF;
	color: #333333;
}

#content p{
	font-size: 90%;
	margin: 20px;
	color: #000000;
}

#content h1{
font-size: 120%;
color: #003366;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: 20px;
}

.leftimage{
	float: left;
	border: 1px solid #000000;
	padding: 10px;
	height: 170px;
	width: 190px;
	background-color: #FFFFFF;
}

.rightimage{
	float: right;
	margin-left: 15px;
	width: 105px;
	background: #FFFF33;
	height: 150px;
	margin-top: 15px;
	margin-bottom: 15px;
}

hr {
clear: both;
visibility: hidden;
}

#footer{
	clear:both;
	color: #FFFFFF;
	font-size: 70%;
	background-color: #000000;
}

#leftcol{
	width: 153px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	clear: none;
	text-align: right;
	height: 506px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/LHImage.jpg);
	background-repeat: no-repeat;
	background-position: centre;
}

.container{
width: 99%;
float: right;
background: #FFFFFF;
}

#rightcol{
width: 170px;
height: 300px;
background: #FF3300;
float: right;
margin-top: 20px;
padding-left: 20px;
border-left: 1px solid #666666;
}
.cellardoor {
	font: italic bold 120% Georgia, "Times New Roman", Times, serif;
	color: #003366;
}

#leftcol a{
	color: #666666;
	text-decoration: none;
	text-align: right;
} 

#leftcol a:hover, #leftcol a:focus{
	color: #660000;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
} 

#footer a:hover, a:focus{
	color: #7474A8;
}
#content{
	width: 540px;
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	height: 575px;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
} 

#content a{
	color: #666666;
	text-decoration: none;
	text-align: left;
} 

#content a:hover, #content a:focus{
	color: #FFFFFF;
	background-color: #666666;
}
	
.boldcentred {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.smlheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.library {
	text-decoration: none;
}

