body {
	background-color: #000;
	background-image: url(../images/wallpaper.jpg);
	background-repeat: repeat-x;
	margin: 15px;	
	overflow-y:scroll;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.paperBG{
	background-image: url(../images/paperBits/paperBG.jpg);
	background-repeat: repeat-y;
	background-position:top center;
	background-color: #EBE7E4;
}

.paperTop{
	background-image: url(../images/paperBits/paperTopBG.png);
	background-repeat: no-repeat;
	background-position:top center;
}

.paperBottom{
	background-image: url(../images/paperBits/paperBottomBG.png);
	background-repeat: no-repeat;
	background-position:bottom center;
}

.paperSides{
	background-image: url(../images/paperBits/paperBG.jpg);
	background-repeat: repeat-y;
}

.buttonBar{
	background-image: url(../images/buttonBanner.png);
	background-repeat: no-repeat;
	background-position:top right;
	font-size: 12px;
	font-family: Arial;
	font-weight:bold;
	color: #2d1905;
	height:68px;
	width:675px;
	padding: 53px 15px 0px 0px;
}

.buttonBar a:link, .buttonBar a:visited {color:#2d1905; text-decoration: none;} 
.buttonBar a:hover, .buttonBar a:active{color:#fff; text-decoration: underline;} 

.imageRollover a img{ border:4px solid #DDCCAA;}
.imageRollover a:hover img{ border: 4px solid #644B31}

.footer {
	padding: 10px 0px 0px 0px;
	font-size: 10px;
	font-family: Arial;
	color: #706451;
}

.mainImage {
	background-image: url(../images/mainImage4.png);
	background-repeat: no-repeat;
	background-position:top center;
	height: 484px;
	width: 824px;
}

.footer a:link, .footer a:visited {color:#706451; text-decoration: none} 
.footer a:hover, .footer a:active {color:#FFF; text-decoration: underline} 

.uniButton {
	background-image: url(../images/ButtonBitBG.png);
	background-repeat: repeat-x;
	padding: 0px 5px 0px 5px;
	font-size: 10px;
	font-family: Arial;
	color: #fff;
}

#uniButton-colour {
	background-color: #644B31;
}

.uniButton a:link, .uniButton a:visited {color:#fff; text-decoration: none} 
.uniButton a:hover, .uniButton a:active {color:#FFF; text-decoration: underline} 

label, input, textarea  {
	float: left;
	margin: 1px;
	padding: 2px;
	text-align:left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

input, textarea {
	width: 133px;
	border: 1px solid #aaa;
	width: 172px;
}

label {	background: #c8bcb0;
		color:#000;
		font-weight: bold;
		width: 136px !important;
}

