body {
	color: #464646;
	background: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
/*	background-image: url(../images/darkgrey-bg.jpg); */
/*	background-repeat: repeat; */
}

#main-container {
/*	background-image: url(../images/bg-blue.jpg);
	background-repeat: repeat; */
/*	background: #bbbbdd; */
	background: #9A0000;
	width: 800px;
	margin-left: auto;
    margin-right: auto;
    padding: 1px 1px 1px 1px;
	margin-bottom: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	font-size: 12px;
}

a:link    { color: #103148; text-decoration: none; }
a:visited { color: #103148; text-decoration: none; }
a:active  { color: #103148; text-decoration: underline; }
a:hover   { color: #103148; text-decoration: underline; }

.wgf-title {
	font-family: Copperplate Gothic Bold;
	font-size: 24px;	
}

#header {
	position: relative;
	color: #000000;
	width: 795px;
	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
}

#logo {
	width: 100%;
}

#address {
	padding-right: 10px;
	padding-top: 10px;
	float: right;
	font-size: 24px;
	text-align: right;
}

#contact-info {
	position: absolute;
	right: 8px;
	text-align: right;
	margin-top: 8px;
	font-size: 18px;
}

.menubar {
	margin-left: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.menubar ul {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

div.menubar li {
	background: #481410;
	list-style-type: none;
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
	text-transform: uppercase;
	font-family: arial, sans-serif;
	font-size: 11px;
}

div.menubar li a {
	background: #A11E23;
	text-decoration: none;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

div.menubar li a:visited {
	color: #ffffff;
}

div.menubar li a:hover {
	background: #ffffff;
	color: #A11E23;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #103148;
}

.menu a:link    { color: #ffffff; text-decoration: none }
.menu a:active  { color: #ffffff; text-decoration: none }
.menu a:visited { color: #ffffff; text-decoration: none }
.menu a:hover   { color: #ffffff; text-decoration: none }

#main-content {
	position: static;
	margin-left: 153px;
	margin-right: 2px;
	margin-top: 5px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 15px;
	font-family: georgia, times, serif;

	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#main-content a:link    { color: #aa0000; text-decoration: none; }
#main-content a:visited { color: #aa0000; text-decoration: none; }
#main-content a:active  { color: #aa0000; text-decoration: underline; }
#main-content a:hover   { color: #ff0000; text-decoration: underline; }

#left-col {
	position: static;
	width: 150px;
	float: left;
	margin-left: 0px;
}

#right-col {
	position: static;
	width: 150px;
	float: right;
	margin-right: 3px;
}

.block {
	width: 95%;
	background: #ffffff;
	margin-top: 5px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #444444;
	margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    font-weight: bold;
}

div.nav {
	background: #dddddd;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	text-align: right;
}

.block-content {
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;
}

div.block h3 {
	background-color: #444444;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	margin: 0pt 0pt 2px;
	padding-left: 4px;
	text-align: left;
	text-transform: uppercase;
	/*
	background-position: right;
	background-image: url(../images/film-small.jpg);
	background-repeat: no-repeat;*/
}

#footer {
	position: relative;
	background: #000000;
	color: #cccccc;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	font-family: "Verdana", arial, sans-serif;
	font-size: 10px;
}

#footer a:link    { color: #2B86C5; text-decoration: none; }
#footer a:visited { color: #2B86C5; text-decoration: none; }
#footer a:active  { color: #ffffff; text-decoration: underline; }
#footer a:hover   { color: #ffffff; text-decoration: underline; }

#main-content-closure {
	margin-bottom: 35px;
	clear: both;
}

.required-field {
	color: #ff0000;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p {
/*	text-indent: 20px; */
	text-align: justify;
	text-justify: newspaper; 
}

table th {
	background-color: #103148;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	margin: 0pt 0pt 2px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
}

.photo-thumb {
	cursor: pointer;
	cursor: hand;
}

#photo-cards img {
	width: 240px;
	margin-bottom: 15px;
	margin-left: 3px;
	margin-right: 3px;
	height: 160px;
	border-left: 5px;
	border-right: 5px;
	border-bottom: 5px;
}

p img {
	margin-left: 5px;
}

.date {
	color: #000000;
	font-weight: bold;
}

.img-pad {
	margin: 5px 5px 5px 5px;
}

.laurels img {
	padding-bottom: 5px;
}

.nbnscreens img {
	width: 200px;
	margin-bottom: 15px;
}

#counter {

}

#img-zoom {
	position: absolute;
	width: 1px;
	height: 1px;
	background: #000000;
	z-index: 100;
}

#img-zoom img {
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff;
}

.nbn {
/*	color: #0000aa; */
/*	color: #aa0000; */
	font-weight: bold;
}
