@charset "utf-8";
a:link {
	color: #666;
	font-style: italic;
	text-decoration: none;
}
a:visited {
	color: #999;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	font-style: italic;
	text-decoration: none;
}
a:active {
	color: #999;
	font-style: italic;
	text-decoration: none;
}

body  {
	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;
	background-color: #000;
}
#container  {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
} 
#header  {
	background-color: #000;



	background-image: url(../images/oastclub/nav-back(winter)
.jpg);
	height: 100px;
	width: 900px;
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;

	background-image: url(../images/oastclub/nav-back(winter)
.jpg);
	background-image: url(../images/oastclub/nav-back-winter.jpg);
} 
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 196px;
	margin: 0px 0px 0px 20px;
	background-repeat: no-repeat;
	padding: 0 12px;
	min-height: 500px;
	background-image: url(../images/box-back.jpg);
	border: 1px solid #222;
}
#mainContent  {
	margin: 0px 20px 0 250px; /* 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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	border: 1px solid #222;
	background-image: url(../images/oastclub/content-back.jpg);
} 
#footer  {
	padding: 0 40px;
	background-color: #000;
	background-repeat: no-repeat;
	height: 45px;
} 
#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 */
}
#nav {
	float: right;
	margin: 20px 30px 0px 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	color: #235C87;
	font-variant: small-caps;
	font-style: italic;
}

.Text-Normal-Left { /* 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. */
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-size: 14px;

}
.Text-Normal-Centre { /* this class can be used to float an element left in your page */
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #999;
	font-variant: normal;
}
.Text-Headers {
	font-family: Warlock;
	text-align: center;
	color: #000;
	font-size: 24px;
}
.Text-Sidebar-Left {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	color: #999;
	font-size: 14px;
}


.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;
}
#insidebar {
	margin: 0px 0px 0px 0px;
	height: 115px;
	padding: 85px 0px 0px 0px;
	background-repeat: no-repeat;
	color: #FFF;

}
#contactbox {
	padding: 0px 0px 0px 0px;
	text-align: left;
	padding-top: 50px;
}
#LogoBox {
	margin: 0px 10px 0 230px; /* 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: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	background-image: url(../images/oastclub/logo-splash-winter.jpg);
	height: 400px;
	text-align: center;
	background-repeat: no-repeat;
	color: #296999;
}
#warningbar {
	color: #F00;
	font-weight: bold;

}
#sidebar-top {
	width: 200px;
	background-repeat: no-repeat;
	height: 14px;
	background-image: url(../images/box-corner-top.jpg);
}
.Text-small-L {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	color: #999;
	font-size: 14px;
	font-style: italic;
}
#mainContent-Full {
	margin: 0 20px; /* 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: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	border: 1px solid #222;
}

h1 {font-family:Georgia, "Times New Roman", Times, serif
    font-size:16px
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #123048;
	font-size: 24px;
	text-align: center;
}

hr {
	border: 0;
	color: #9E9E9E;
	background-color: #286898;
	height: 1px;
	width: 100%;
	text-align: left;
}
