@charset "utf-8";
@font-face {
 font-family: GillSansLight;
 src: url("GillSansLight.eot") /* EOT file for IE */
}
@font-face {
 font-family: GillSansLight;
 src: url("GillSansLight.ttf") /* TTF file for CSS3 browsers */
}

a, object, embed, img {
	border: 0;
	outline: none
}

a, a:hover {
	color: #666666;
	text-decoration: underline;
}

a:hover { color: #b49859; }

body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background:#c3ac7b url(../images/page_bg.png) fixed top repeat-x;
	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: #666666;
}

blockquote {
	margin-left: 20px;
	font-size: 90%;
	text-align: justify;
}

blockquote a, blockquote a:hover {
	color: #222222;
	text-decoration: none;
}

blockquote a:hover { color: #b49859; }

form { font-size: 90%; }

input, select, textarea {
	background-color: #ddceb3;
	width: 255px;
	margin: 0px;
	padding: 3px 0;
}

select { width: 260px; }

input.button {
	width: 50px;
	margin: 8px 0 0 20px;
}

h1, h2, h3, h4 {
	color: #b49859;
	font-family: "GillSansLight", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top: 0px;
}

h1 { font-size: 2.0em; }

h2 { font-size: 1.75em; }

h3 { font-size: 1.5em; }

h4 { font-size: 1.25em; }

.75 { font-size: 75%; }
.90 { font-size: 90%; }


p {line-height: 125%; text-align:justify;}

.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	min-height: 950px;
}

.twoColFixLtHdr #header {
	height: 200px;
	background:url(../images/logo.png) scroll center no-repeat;
	margin: 0 auto;
	border-bottom: 1px solid #c6c3c2;
}

.twoColFixLtHdr #navigation {
	height: 30px;
	margin: 0 auto;
	border-bottom: 1px solid #c6c3c2;
}

.twoColFixLtHdr #redCircle {
	width: 125px;
	height: 125px;
	float: right;
	margin-top: 37px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 18px;
}

#sidebar1 img { margin-bottom: 3px; }

#specials  {
	width: 75%;
	min-height: 160px;
	padding: 8px;
	background-color: #b4975a;
	margin-top: 3px;
	color: #fff;
}

#specials h1, #specials h2, #specials h3, #specials h4 {
	margin-top: 1px; margin-bottom: 3px;
	color: #fff;
}


#specials a, #specials a:hover, #seasonal .text a, #seasonal .text a:hover {
	color: #fff;
	text-decoration: underline;
}

#specials a:hover, #seasonal .text a:hover  { color: #cccccc; }

#specials p {text-align: right;}

#specials li  { font-size: 90%; margin-bottom: 3px; }

#seasonal {
	width: 255px;
	height: 220px;
	background: url(../images/valentine.jpg) center scroll no-repeat;
	margin-top: 3px;
}


#seasonal .text {
	margin: 80px 8px 8px 8px;
	color: #fff;
	font-size: 85%;
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 375px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #footer {
	padding: 5px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 80px;
	background: none;
	border-top: 1px solid #77726e;
	min-height: 40px;
}

.twoColFixLtHdr #footerLeft {
	width: 135px;
	float: left;
}

.twoColFixLtHdr #footerRight {
	width: 135px;
	float: right;
}

.twoColFixLtHdr #footerCentre {
	margin: 0 150px 0 150px;
	text-align: center;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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 a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.events .news_text {text-align:justify;}
.events img {max-width: 350px;}

ul { }

