html {
         overflow: -moz-scrollbars-vertical;
}


body       {
	text-align: center;
	background-color: #dddddd;
	font-family: verdana, sans-serif;
	
}   


li {
 	font-size: 12px;
	margin-bottom: 12px;/margin-bottom: 0;
	color: #050392;
	list-style-type: square;
}   

hr {
	color: #050392;
	height: 1px;
}

td {	
	color: #050392;
}

#container {
 	position: relative;  
	top: 0px;  
	width: 800px;

	margin: 0 auto; 
	padding: 0px;
	font-size: 13px;
	background-color: black;
	color: white;
        border: solid 1px #050392; 
}

#heading {
	position: relative;
	top: 0px;
	left: 0px;
	width: 776px;/width: 798px;
	height: 76px;/height: 100px;
	padding: 12px;
	margin-bottom: 0;
	font-family: 'baskerville old face', serif;
	border-top: solid 1px #CCC6B3;
	background-color: #ffffff;
}

#subheading {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;/height: 24px;
	padding-top: 4px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	font-size: 10px;
	color: white;
	background-color: red;
}

#menubar {
	position: relative;
	top: 0px;
	width: 199px;/width: 198px;
	height: 550px;/height: 551px;
	color: #bbbbbb;
	font-size: 10px;
	background-color: #888888;
	background-image: url(graphics/grad5.jpg);
	border-top: none; 
	margin: 0 auto;
	margin-bottom: -16px;
	float: left;
}

.menubutton {
	position: relative;
	margin: 56px auto 0 auto;
	width: 120px;
	height: auto;/height: 12px;
	background-color: #bbbbbb;
	font-family: 'arial', serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 1.8em;
	display: block;
	border: solid 1px #050392; 
}

.colour {
	position: relative;
	width: 126px;/width: 130px;
	height: 98px;
	border: solid 1px #dddddd; 
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px;
	text-align: center;
	font-family: 'arial narrow', sans-serif;
	float: left;
}

#content {
	position: relative;
	width: 600px;
	float: right;
} 

.imgright {
	float: right; 
	margin-left: 12px;
	margin-top: 8px;
	margin-bottom: 4px;
}

.imgleft {
	float: left; 
	margin-right: 12px;
	margin-top: 8px;
	margin-bottom: 4px;
}

/*
Spacer Div
*/
div.spacer{
clear: both;
}

a:link {
	color: #050392;
	text-decoration: none;
}


a:visited {
	color: #050392;
	text-decoration: none;
}


a:hover {
	background-color: #aaaaaa;
	text-decoration: none;
}