* {
		padding: 0;
		margin: 0;
		}

body {
	padding: 10px;
	background-image: url(../images/bkgds/pagebkgd.gif);
	background-repeat: repeat-x;
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: small;
	color: #333;
}

/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	background-color: #cccccc;
	}

html>body { /* be nice to Opera */
	font-size: small;
	}
	
/* global styles */

a:link {
	color: #c41a1c;
	text-decoration: underline;
}

a:visited {
	color: #880000;
	text-decoration: underline;
}

h1 {
	font-size: 135%;
	font-weight: normal;
	color: #111111;
}
	
h2 {
	font-size: 130%;
	font-weight: normal;
	color: #990000;
}

h3 {
	font-size: 125%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 6px;
}

h4 {
	font-size: 120%;
	font-weight: normal;
	color: #990000;
	margin-bottom: 4px;
}

h5 {
	font-size: 110%;
	font-weight: normal;
	color: #8B0A19;
}


h6 {
	font-size: 140%;
	font-weight: normal;
	color: #880000;
	margin: 16px 0 8px 0;
}

h7 {
	font-size: 105%;
	font-weight: normal;
	color: #880000;
}

.whiteheading {
	font-size: 120%;
	font-weight: normal;
	color: #ffffff;
	line-height: 2em;
}

.whitetext {
color: #fff;
}

/* global styles */

#wrapper {
	width: 920px;
	margin: 0 auto;
	background-image: url(../images/wrapperbkgdgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
		
#banner {
	width: 920px;
	height: 130px;
}

#navbar {
	width: 920px;
	height: 28px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: transparent;
	background-image: url(../images/menubkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#mainContent, #sidebar {
		float: left;
		}

#mainContent {
	width: 560px;
	background-color: #eeeeee;
	
	padding-left: 10px;
	padding-top: 10px;
		}

#sidebar {
	width: 340px;
	padding-left: 10px;
	background-color: transparent;
	padding-top: 44px;
		}
		
#sidebar a {
	color: #fff;
		}

.columnContainer {
		padding-top: 10px;
		}

.column {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		}

#mainContent .column {
	width: 248px;
	padding: 10px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	height: auto;
	font-size: 88%;
	line-height: 1.5em;
	color: #222222;
}

#sidebar .column {
	width: 308px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #666666;
	height: auto;
	background-color: #ffffff;
	font-size: 87%;
	color: #222222;
	line-height: 1.5em;
		}

#mainContent .spanTwo {
	width: 528px;
		}

#footer {
	clear: both;
	background-color: #232A2F;
	height: 26px;
	width: 920px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
	color: #FFFFFF;
	text-align: center;
	margin-top: 8px;
	padding-top: 8px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:visited {
	color: #FFCC66;
}

.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
		
.gallerylink a: visited {
	color: #FFFFFF;
}
.p1 {
	text-indent: 26px;
}

