body { 
	background-color: #FFFFFF; 
	background-image:url(../images/pageBG.jpg); 
	background-repeat:no-repeat; 
	background-position:center 0; 
	background-attachment:fixed;
	margin: 0px;
	font-size:13px;
	line-height:1.3em;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;

}
/*
html{
	scrollbar-DarkShadow-Color:#4B3049;
	scrollbar-Face-Color:#4B3049; 
	scrollbar-3dLight-Color:#4B3049; 
	scrollbar-Arrow-Color:#ffffff;
}
*/
.select{
	background:#023A51;color:#F9EDE4;font-weight: bold;
}
.topborder { background-image: url(../images/topBorder.jpg); height:124px; }
.bottomborder { background-image: url(../images/bottomBorder.jpg); height:105px; background-position:center; }

.footerText {
text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;

}
.leftAlignText {
	text-align:left;
	margin-left: 20px;
	margin-right: 10px;
}
.rightAlignText {
	text-align:right;
	margin-left: 10px;
	margin-right: 20px;
}
.centreAlignText {
	text-align:center;
	margin-left: 10px;
	margin-right: 10px;
}

a {
	color: #DED2BC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #DED2BC;
	text-decoration: none;
	font-weight: bold;
}
#wrapper {
	margin:15px auto 0;
	width:960px;
}
#footerWrap {
	margin:15px auto 0;
	width:960px;
}
h1.smalltext {
	font-size: 0.9em;
	color: #F8C3C3;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}
h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight: bold;
color:#ebd8c2;
}

.clearer {
	clear: both;
}
