@charset "utf-8";
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
body {
	background: #313737;
	background-color: #313737;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.clearfloatleft {
	clear: left;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.oneColFixCtr   a:link  {
	font-family: "Courier New", Courier, monospace;
	color: #6C6C00;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtr    a:visited  {
	font-family: "Courier New", Courier, monospace;
	color: #6C6C00;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtr   a:active  {
	font-family: "Courier New", Courier, monospace;
	color: #6C4E36;
	text-decoration: underline;
	font-weight: bold;
}
.oneColFixCtr   a:hover  {
	font-family: "Courier New", Courier, monospace;
	color: #6C4E36;
	text-decoration: underline;
	font-weight: bold;
}
.oneColFixCtr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F3DCAD;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 224px;
}
.oneColFixCtr #eventsContainer {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F3DCAD;
	background-image: url(images/events_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 224px;
}

.oneColFixCtr #headerBar {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F3DCAD;
	height: 192px;
	padding-top: 0;
	padding-right: 90px;
	padding-bottom: 0;
	padding-left: 40px;
}
.oneColFixCtr #headerBar h1 {
	font-size: 3em;
	font-weight: bold;
	color: #6C6C00;
	padding-top: 20px;
	padding-left: 140px;
}


.oneColFixCtr #headerBar h2 {
	font-size: 3em;
	font-weight: bold;
	color: #654328;
	padding-top: 80px;
	padding-left: 140px;
}

.oneColFixCtr #headerBar p {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 160px;
	color: #333333;
}
.oneColFixCtr   #headerBarHome  {
	background-image: url(images/header_bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F3DCAD;
	height: 192px;
	padding-top: 0;
	padding-right: 90px;
	padding-bottom: 0;
	padding-left: 40px;
}
.oneColFixCtr #headerBarHome p {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 160px;
	color: #333333;
}
.oneColFixCtr #headerBarGallery {
	background-image: url(images/header_bg_gallery.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F3DCAD;
	height: 192px;
	padding-top: 0;
	padding-right: 90px;
	padding-bottom: 0;
	padding-left: 40px;
}
.oneColFixCtr #headerBarGallery p {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 160px;
	color: #333333;
}
.oneColFixCtr #headerBarFriends {
	background-image: url(images/header_bg_friends.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F3DCAD;
	height: 192px;
	padding-top: 0;
	padding-right: 90px;
	padding-bottom: 0;
	padding-left: 40px;
}
.oneColFixCtr #headerBarFriends p {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 160px;
	color: #333333;
}






.oneColFixCtr #navigationBar {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #F3DCAD;
	height: 32px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #6F4829;
}
.oneColFixCtr #navigationBar  .navlist    
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.oneColFixCtr   #navigationBar   .navlist   li {
	float: left;
	padding-right: 5px;
	line-height: 1em;
	padding-left: 5px;
	padding-top: 9px;
}
.oneColFixCtr   #navigationBar   .navlist  li.first
{
	float: left;
	padding-right: 5px;
	border-left-width: 0px;
	border-left-style: none;
	line-height: 1em;
	padding-left: 0px;
}
.oneColFixCtr  #navigationBar  .navlist  li a 
{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
}

.oneColFixCtr  #navigationBar  .navlist a:hover
{
	text-decoration: none;
	color: #DBCCA3;
}


.oneColFixCtr #mainContent {
	padding-top: 30px;
	width: 830px;
	margin-right: 90px;
	margin-left: 40px;
}

.oneColFixCtr #mainContent p {
	padding-top: 10px;
}
.oneColFixCtr #mainContent .event {
	width: 820px;
	display: inline-block;
	padding-top: 10px;
}
.oneColFixCtr #mainContent .page {
	padding-top: 10px;
}

.oneColFixCtr  #mainContent  h1  {
	font-size: 1.4em;
	font-weight: bold;
	background-image: url(images/h1_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	padding-top: 2px;
	padding-left: 20px;
	width: 540px;
	color: #FFFFFF;
	display: inline-block;
}

.oneColFixCtr  #mainContent  h2,h3,h4,h5,h6 {
	font-size: 2em;
	font-weight: bold;
	color: #6F4829;
}

.oneColFixCtr  #mainContent  img  {
	background-image: url(images/image_bg.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 214px;
	background-position: left top;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 10px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr   #mainContent   hr  {
	color: #AB7342;
	height: 2px;
	border: 0;
	background-color: #AB7342;
	margin-top: 10px;
	margin-bottom: 10px;
}
.oneColFixCtr #mainContent #minHeight {
	width: 1px;
	float: left;
	margin-left: 0px;
	height: 460px;
	padding-top: 60px;
}
.oneColFixCtr #mainContent #galleryContainer {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	width: 760px;
	margin-left: 30px;
	float: left;
}
.oneColFixCtr  #mainContent  .galleryImage {
	background-image: url(images/image_bg.png);
	background-repeat: no-repeat;
	height: 160px;
	background-position: left top;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 214px;
	text-align: center;
}
.oneColFixCtr   #mainContent   .galleryImage   img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	width: auto;
	background-image: none;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	height: auto;
}

.oneColFixCtr #mainContent #contactForm {
	padding-top: 20px;
	padding-left: 40px;
	display: inline-block;
}
.oneColFixCtr      #mainContent      #contactForm      input.contact    {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

.oneColFixCtr     #mainContent     #contactForm     label.contact     {
	text-align: left;
	width: 140px;
	padding-right: 20px;
	display: block;
	float: left;
}
.oneColFixCtr        #mainContent        #contactForm        #button.contact        {
	width: 100px;
	margin-bottom: 0px;
}
.oneColFixCtr #mainContent #links img {
	background-image: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}






.oneColFixCtr #footerBar {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #F3DCAD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.oneColFixCtr #footerBar .navlist
{
	list-style-type: none;
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}
.oneColFixCtr #footerBar  .navlist   li {
	float: left;
	padding-right: 5px;
	line-height: 1em;
	padding-left: 5px;
}
.oneColFixCtr #footerBar .navlist  li.first
{
	float: left;
	padding-right: 5px;
	border-left-width: 0px;
	border-left-style: none;
	line-height: 1em;
	padding-left: 0px;
}
.oneColFixCtr #footerBar  .navlist  li a 
{
	text-decoration: none;
	color: #6C6C00;
	text-transform: none;
	font-weight: normal;
}
.oneColFixCtr #footerBar .navlist a:hover
{
	text-decoration: underline;
	color: #6C4E36;
}
.oneColFixCtr #footerBar a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
}
.oneColFixCtr #headerBarEvents {
	background-image: url(images/header_bg_events.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F3DCAD;
	height: 192px;
	padding-top: 0;
	padding-right: 90px;
	padding-bottom: 0;
	padding-left: 40px;
}
.oneColFixCtr  #headerBarEvents  p {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 160px;
	color: #333333;
}
.oneColFixCtr #headerBarLinks {
	background-image: url(images/header_bg_links.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F3DCAD;
	height: 192px;
	padding-top: 0;
	padding-right: 90px;
	padding-bottom: 0;
	padding-left: 40px;
}
.oneColFixCtr #headerBarLinks p {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 160px;
	color: #333333;
}
.oneColFixCtr #containerNoticeBoard {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtr #mainContentNoticeBoard {
	padding-top: 0px;
	width: 960px;
	margin-right: 0px;
	margin-left: -1px;
}
.oneColFixCtr #mainContentNoticeBoard p {
	padding-top: 10px;
}
.oneColFixCtr #mainContentNoticeBoard .page {
	padding-top: 0px;
	background-repeat: repeat-y;
	background-image: url(images/message_drop.jpg);
	background-position: -10px top;
	padding-right: 160px;
	padding-bottom: 0px;
	padding-left: 160px;
}
.oneColFixCtr #mainContentNoticeBoard .HeaderNoticeBoard {
	background-image: url(images/message_main_bg2.jpg);
	background-repeat: no-repeat;
	background-position: -10px top;
	height: 429px;
}

.oneColFixCtr #mainContentNoticeBoard h1 {
	font-size: 1.4em;
	font-weight: bold;
	background-image: url(images/h1_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	padding-top: 2px;
	padding-left: 20px;
	width: 540px;
	color: #FFFFFF;
	display: inline-block;
}
.oneColFixCtr #mainContentNoticeBoard h2, h3, h4, h5, h6 {
	font-size: 2em;
	font-weight: bold;
	color: #6F4829;
}
.oneColFixCtr  #mainContentNoticeBoard  #minHeight {
	width: 0px;
	float: left;
	margin-left: 0px;
	height: 460px;
	padding-top: 60px;
	background-image: url(images/message_main_bg2.jpg);
	background-repeat: no-repeat;
	background-position: -10px top;
}
.oneColFixCtr    #footerNoticeBoard     {
	background-image: url(images/message_bottom.jpg);
	background-repeat: no-repeat;
	background-position: -10px;
	height: 112px;
}
.oneColFixCtr #footerBarNoticeBoard {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #F3DCAD;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

