
body, html {
	background-image: url(library.jpg);
	background-repeat: repeat;
	background-color: #231B08;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
}

body,td,th {
	color: #333333;
	font-family: Courier New, Courier, monospace;
	font-size: 12px;	
}

p {
	margin: 5px;
	line-height: 190%;	
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 16px;
	color: #000000;
	border-bottom: 1px dotted #2c2c2c;
	display: block;
	padding-left: 10px;
}
h3 {
	font-size: 14px;
	padding-left: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

a:link {
	color: #46330A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #46330A;
}
a:hover {
	text-decoration: underline;
	color: #1E1504;
}
a:active {
	text-decoration: none;
	color: #46330A;
}

#wrapper {
	width: 730px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-bottom: 10px;
	
}

#header {
	text-align: center;
}
#headerflash {
	text-align: left;
}
#flashheader {
	padding: 0px;
	width: 730px;
	margin: 0px;
}

#navbar { width: 660px;
			margin-left: auto;
			margin-right: auto;
		}
ul#nav {
	position: relative;
	top: 0px;
	left: 0px;
	width: 660px;
	margin: 0;
	height: 25px;
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 8px;
}


#navbar ul#nav  { background: transparent url(menu.gif) no-repeat 0 0; }

ul#nav li a {
	position: absolute;
	top: 0;
	width: 100px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px; /* IE5/Win */
	background: transparent url(menu.gif) no-repeat;
}

li#about a 			{ background-position: 0 0; width: 100px; left: 0; }
li#about a:hover	{ background-position: 0 -25px; }
li#functions a, li#functions a:link, li#functions a:active, li#functions a:visited 	{ background-position: -100px 0px; width: 115px; left: 100px; }
li#functions a:hover	{ background-position: -100px -25px; }
li#whatson a, li#whatson a:link, li#whatson a:active, li#whatson a:visited	{ background-position: -215px -0px; left: 215px; width: 115px; }
li#whatson a:hover		{ background-position: -215px -25px; }
li#gallery a, li#gallery a:link, li#gallery a:active, li#gallery a:visited	{ background-position: -330px 0; left: 330px; width: 95px; }
li#gallery a:hover		{ background-position: -330px -25px; }
li#subs a, li#subs a:link, li#subs a:active, li#subs a:visited	{ background-position: -425px 0; left: 425px; width: 115px; }
li#subs a:hover		{ background-position: -425px -25px; }
li#contact a, li#contact a:link, li#contact a:active, li#contact a:visited	{ background-position: -540px 0; left: 540px; width: 120px; }
li#contact a:hover		{ background-position: -540px -25px; }


#brbox {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #46330A;
	padding: 10px;
	height: 100%;
	background-image: url(rightlogo180.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 450px;
	width: 700px;

} 

* html #brbox {
	height: 450px; /* IE Min-Height Hack */
} 

#content {
	background-color: #ffffff;
	padding: 10px;
	width: 500px;
	float: left;
	min-height: 430px;
	line-height: 18px;
	text-align: left;
	background-image:url(coffee.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	
}
* html #content {
	height: 430px; /* IE Min-Height Hack */
} 



#rightcol {
	float: right;
	width: 175px;
	/* background-color: #777777; */
}

#footer {
	height: 1px;
}

.smallText {font-size: 11px}

#main {
	background-image: url(headerbg.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	width:100%;
	height:100%;
}

#page-hdr {
	background-image: url(header2.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	width:100%;
	padding-top:190px;
}

#main-ftr {
	background-image: url(footerbg.jpg);
	background-repeat: repeat-x;
	background-position:bottom center;
	width:100%;
	height:50px;
}

#page {
	background-image: url(pgbg.jpg);
	background-repeat: repeat-y;
	background-position: center 550px;
	width:100%;
}

#page-ftr {
	background-image: url(footer2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:
}

