body {
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height:1.4em;
	background-color: #123d17;
	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: #591818;
}

.oneColLiqCtr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Global tags and classes -------------------------------------------- */

.clear {
	clear:both;
}

h1 {
	font-size:21px;
	line-height:1.6em;
	font-weight:normal;
	text-align:center;
	font-style:italic;
	margin-top:0px;
	padding-top:0px;
}

h2 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:dotted 1px #591818;
}

a:link {
	color: #104414;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #104414;
}
a:hover {
	text-decoration: underline;
	color: #104414;
}
a:active {
	text-decoration: none;
	color: #104414;
}

/* header -------------------------------------------- */

#headerbg {
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#header {
	background-image:url(../images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:186px;
}

#menu_anchor {
	position:relative;
	width:0;
	height:0;
	display:inline;
}

#menu {
	position:absolute;
	width:710px;
	height:35px;
	top:150px;
	left:-300px;
}

#home_btn {
	position:absolute; 
	display:block; 
	width:170px; 
	height:140px; 
	left:-425px; 
	top:5px; 
	text-decoration:none; 
}

/* main body -------------------------------------------- */

.oneColLiqCtr #mainContainer {
	background-image:url(../images/parchment.jpg);
	background-repeat:repeat;
}
.oneColLiqCtr #mainbg {
	background-image:url(../images/parch-floral.gif);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
}

.oneColLiqCtr #mainContent {
	background-image:url(../images/footer-horses_02.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:905px;
	padding-left:0px;
	padding-top:20px;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

#footer {
	height:35px;
	background-image:url(../images/footer-wood.jpg);
	background-repeat:repeat-x;
}

#legal {
	font-size:9px;
	color:#fff;
	padding:15px;
	text-align:right;
}

/* Side bar -------------------------------------------- */

a.sub {
	font-size:14px;
	margin-top:10px;
}

a.sub img {
	margin-top:3px;
	margin-bottom: -3px;
}

#sidebar {
	float:left;
	width:245px;
	margin-bottom:180px;
}

#sidebar_top {
	height:73px;
	background-image:url(../images/sidebar_top.gif);
}

#sidebar_mid {
	background-image:url(../images/sidebar_mid.gif);
	padding-left:30px;
	padding-right:30px;
}

#sidebar_btm {
	height:53px;
	background-image:url(../images/sidebar_btm.gif);
}

.announcement {
	padding-left:25px;
	padding-bottom:10px;
	background-image:url(../images/flower-bullet.gif);
	background-repeat:no-repeat;
	color:#F1E4E4;
}

.announcement a:link, .announcement a:visited, .announcement a:active {
	color:#F1E4E4;
	font-weight:bold;
	text-decoration:none;
}

.announcement a:hover {
	text-decoration:underline;
}

.announcement .date {
	font-size:0.8em;
}

/* Textbody -------------------------------------------- */

#textbody_top{
	width:570px;
	background-image:url(../images/floral-corners-top.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	margin-bottom:50px;
}

#textbody{
	background-image:url(../images/floral-corners-btm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:40px;
}

/* Submenu ------------------------------------------- */

.submenu {
	text-align:right;
	font-size:14px;
	margin-bottom:20px;
}

.submenu img {
	margin-bottom:-3px;
}

