*{
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
}
body{
	position: absolute; 
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #000000;
	background-image: url(/images/backgrounds/galbraiths.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #666633;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	min-height: 100%;
	text-align: center;		/* ie < ie7 */
}
a:link, a:visited{
	color: rgb(130,130,130);	
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: 0;
}
img{
	border: none; 
	display: block;
}
input.right{
	text-align: right;
}
p{
	padding-bottom: 10px;
	text-align: justify;
}
ul{
	margin: 0px 0px 10px 20px;
}
ul li{
	margin-left: 20px;
	text-indent: -0px;
}
ol li{
	margin: 0px 0px 9px 20px;
	text-indent: -0px;
}
.arial{
	font-family: arial, helvetica, sans-serif;
}
.courier{
	font-family: courier new, monospace;
}
.georgia{
	font-family: georgia, serif;
}
.ten{
	font-size: 10px
}
.eleven{
	font-size: 11px
}
.twelve{
	font-size: 12px
}
.thirteen{
	font-size: 13px
}
.fourteen{
	font-size: 14px
}
.sixteen{
	font-size: 16px
}
.eighteen{
	font-size: 18px
}
.twenty{
	font-size: 20px
}
.twentytwo{
	font-size: 22px
}
.twentyfour{
	font-size: 24px
}
.twentysix{
	font-size: 26px
}
.thirty{
	font-size: 30px
}
.thirtysix{
	font-size: 36px
}
.fortytwo{
	font-size: 42px
}
.fortyfour{
	font-size: 44px
}
.fortysix{
	font-size: 46px
}
.fortyeight{
	font-size: 48px
}
.fiftyfour{
	font-size: 54px
}
.seventytwo{
	font-size: 72px
}
.black{
	color: #000000;
}
.blackBackground{
	background-color: #000000;
}
.blackLinks a:link, .blackLinks a:visited{ 
	color: #000000;
}
.brown{
	color: rgb(108,73,7);
}
.bold{
	font-weight: bold
}
.unbold{
	font-weight: normal
}
.grey{ 
	color: #828282;
}
.greyBackground{ 
	background-color: #828282;
}
.greyLinks a:link, .greyLinks a:visited{ 
	color: #828282;
}
.white{
	color: #ffffff;
}
.whiteBackground{
	background-color: #ffffff;
}
.whiteLinks a:link, .whiteLinks a:visited{ 
	color: #ffffff;
}
#mainBanner{
	width: 100%;
	height: 594px;
	background-image: url(/images/banners/banner_background.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#mainBanner #bannerContent{
	width: 595px;
	margin: 0px auto;
	position: relative;
}
#mainArea{
	width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 10;
}
#mainArea #mainContent{
	width: 800px;
	margin: 0px auto;	
	position: relative;
	text-align: left;
	z-index: 10;
}
#mainFooter{
	width: 100%;
	height: 105px;
	background-color: #000000;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 15;
}
#mainFooter #footerContent{
	width: 800px;
	height: auto;
	margin: 0px auto;
	padding-top: 15px;
	text-align: center;
	line-height: 20px;
}
.divider{
	clear: both;
	width: 100%;
}
.error{
	width: 260px;
	height: auto;
	background-color: red;
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
}
.errorDialog{
	padding: 20px;
}
.eventLink a:link, .eventLink a:visited{ 
	color: rgb(233,80,38);
}
.eventLink a:hover{ 
	color: #ffffff;
	text-decoration: none;
}
.inliner{
	display: inline;
}
