body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ECEAEA;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-image:  url(images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-size: 80%;
}

#container {
	width: 760px;
	margin: 0px auto;
	display: block;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
}

#header {
	width: 760px;
	margin: 0px auto;
	height: 160px;
	display: block;
	padding: 0px;
}

#hlogo {
	height: 160px;
	width: 760px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#navigation {
	width: 200px;
	display: block;
	float: left;
	font-weight: bold;
	color: #333333;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	list-style-type: none;	
	margin:0px;
	padding-top :17px;
	padding-left: 20px;
	padding-bottom :10px;	
	background: url(images/navigation_divider.gif) no-repeat
}

#navigation li a:link {
	text-decoration: none;
	color: #333333;
}

#navigation li a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

#navigation li a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

#main {
	width: 550px;
	float: left;
	display: block;
	padding: 5px;
	height: auto;
	height /**/: auto;
	min-height: 390px;
}

#main #left {
	float:left;
	display: block;
	width: 270px;
}

#main #right {
	float:right;
	display: block;
	width: 270px;
}

#main #stickersleft {
	float:left;
	display: block;
	width: 270px;
	text-align: center;
}

#main #stickersleft ul {
	margin: 0px;
	padding: 0px;
}

#main #stickersleft li {
	list-style-type: none;	
	margin:0px;
}

#main #stickersright {
	float:right;
	display: block;
	width: 270px;
	text-align: center;	
}

#main #stickersright ul {
	margin: 0px;
	padding: 0px;
}

#main #stickersright li {
	list-style-type: none;	
	margin:0px;
}

#main a:hover {
	color: #FFFFFF;
}

#main a:visited{
	color: #FFFFFF;
}

#frontnav {
	width: 270;
	height: 502px;
	display: block;
}

#menu {
	margin: 0px; 
	padding: 0px;
	position: relative; 
	width: 270; 
	height: 72px;
	background: url(images/frontnav.gif) no-repeat;
}

#menu li {
	width: 270px;
	height: 72px;
	position: absolute;
	background: url(images/frontnav.gif) no-repeat;
	display: block;
	list-style: none;
}

#menu a {
	width: 270px; 
	height: 72px; 	
	display: block;
	text-decoration: none;
}

#menu a:hover {
		text-decoration: none;
}

#buttons {
	width: 270px;
	height: 72px; 	
}

#menu #bg1 {
	left: 0px;
	background-position: 0px -0px;
	top: 0px;
}

#menu #bg2 {
	left: 0px;
	background-position: 0px -72px;
	top: 72px;
}

#menu #bg3 {
	left: 0px;
	background-position: 0px -144px;
	top: 144px;
}

#menu #bg4 {
	left: 0px;
	background-position: 0px -216px;
	top: 216px;
}

#menu #bg5 {
	left: 0px;
	background-position: 0px -288px;
	top: 288px;
}

#menu #bg6 {
	left: 0px;
	background-position: 0px -360px;
	top: 360px;
}

#menu #bg1 a:hover {
	background: url(images/frontnav.gif) no-repeat 0px -432px;
}

#menu #bg2 a:hover {
	background: url(images/frontnav.gif) no-repeat 0px -504px;
}

#menu #bg3 a:hover {
	background: url(images/frontnav.gif) no-repeat 0px -576px;
}

#menu #bg4 a:hover {
	background: url(images/frontnav.gif) no-repeat 0px -648px;
}

#menu #bg5 a:hover {
	background: url(images/frontnav.gif) no-repeat 0px -720px;
}

#menu #bg6 a:hover {
	background: url(images/frontnav.gif) no-repeat 0px -792px;
}

#footer {
	width: 760px;
	margin: 0px auto;
	height: 50px;
	display: block;
	padding: 0px;
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	color: #666666;
}

#footer a {
	color: #666666;
	text-decoration:none;
}

#footer a:hover {
	color: #FE8101;
	text-decoration:none;
}

#footer #left {
	float:left;
	margin-top: 26px;
	margin-left: 10px;	
}

#footer #right {
	float:right;
	margin-top: 26px;
	margin-right: 10px;
}

.hidden {
	visibility: hidden;
}

.boldblack {
	font-weight: bold;
	color: #000000;
}

h2 {
	color: #FFFFFF;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #006699;
}
.centre {
	text-align: center;
}

.sendbutton	{
	border: 1px solid #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;	
}

.textbox {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 250px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.bigbox {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100px;
	width: 250px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.border {
	border: 1px solid #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.greyborder {
	border: 1px solid #ADADAD;
}

.red {
	color: #FFFFFF;
}

#both {
	width: 540px;
	display: block;
	clear: both;
	padding-top: 15px;
}

