@charset "iso-8859-1";
/* CSS Document */

body {
	margin: 0;
	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: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background-color: #fff;
	background-image: url(images/paper.jpg);
	background-repeat: repeat;
}
#container {
	width: 55em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	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. */
	margin-bottom: 40px;
}
#header {
}
#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 */
	display:none;
}
#headleft {
	float:left;
	width: 303px;
	height: 103px;
	margin: 0;
	padding: 0;
	background-image: url(images/eatat.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#headright {
	float:right;
	width: 450px;
	height: 103px;
	margin: 0;
	padding: 0;
	text-align:right;
}
#headright ul {
	margin-top:75px;
}
#headright li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	font-weight: bold;
	margin-bottom:0;
}
#headright a {
	text-decoration: none;
	color: #666;
}
#headright a:hover {
	text-decoration:underline;
}
#homemainContent {
	clear:both;
	padding: 0 20px;
	height:490px;
	background-image: url(images/home.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#homemainContent ul {
	padding: 150px 20px 0 500px;
	font-size: 110%;
	font-weight: bold;
}
#homemainContent li {
	list-style-type: none;
	margin-bottom: 10px;
}
#homemainContent a {
	text-decoration:none;
	color:#600;
}
#homemainContent a:hover {
	text-decoration:underline;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
}
#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 */
}
/*________________________________________________*/

.thrColHyb #container {
	width: 100%;
	min-width: 1000px;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/headerbg-center.gif);
	background-repeat: repeat-x;
	background-position: center 35px;
	margin: 0px;
	padding: 0px;
}
.thrColHyb #sidebar1 {
	float: left;
	width: 105px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 340px; /* top and bottom padding create visual space within this div */
	background-image: url(images/headerbg-left.png);
	background-repeat: no-repeat;
	background-position: left 35px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.thrColHyb #sidebar2 {
	float: right;
	width: 105px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 340px; /* top and bottom padding create visual space within this div */
	background-image: url(images/headerbg-right.png);
	background-repeat: no-repeat;
	background-position: right 35px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.thrColHyb #sidebar1 h3, .thrColHyb #sidebar1 p, .thrColHyb #sidebar2 p, .thrColHyb #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.thrColHyb #mainContent {
	height: 270px;
	background-image: url(images/header-logo.png);
	background-repeat: no-repeat;
	background-position: 105px top;
	overflow:visible;
	padding-top: 0px;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 2em;
	margin: 0px;
	margin-bottom: -10px;
}
.thrColHyb #mainContent h1 {
/*margin-top: 0;  Though unnecessary while there's a border on the #mainContent div, you may need to uncomment this rule if the borders are removed. This will zero the margins of the first element in the #mainContent div, avoiding margin collapse - a space between divs - in this case it will create unwanted whitespace above the layout. */
}
#topmenu {
	text-align: right;
	margin-top: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
}
#topmenu a {
	text-decoration:none;
	color:#333;
}
#topmenu a:hover {
	text-decoration:underline;
}
#topAdsense {
	float:right;
	margin: 50px -20px 0 0;
}
#leaderboard {
	width:100%;
	margin: 40px auto 20px auto;
	text-align:center;
}
#mainmenu ul {
	margin:0;
	padding:0;
}
#mainmenu li {
	display: inline;
	list-style-type: none;
	margin:0 30px 0 0;
}
#mainmenu {
	text-align:center;
}
#mainmenu a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size: 1.1em;
}
#mainmenu a:hover {
	text-decoration:underline;
}
#staticContent {
	margin:auto;
	width:75%;
	text-align:left;
	}
#logoLink {
	float:left;
	margin-top:50px;
	width:300px;
	height:100px;
}
#titleText {
	margin-left:-9999px;
	height:1px;
}
#titleText h1 {
	margin:0;
	font-size:0.5em;
}
#footer {
	margin:0;
	padding: 20px 0 20px 0;
	background:url(images/headerbg-center.gif) repeat-x top;
}
#footer a {
	color:#990000;
	}
#homeFooter {
	margin:0;
	text-align:center;
}
#homeFooter a {
	color:#990000;
	}
#footleft {
	float:left;
	width: 25%;
	height:200px;
	padding: 40px;
	margin-left: 40px;
	text-align:left;
}
#footcenter {
	width: 90%;
	height:200px;
	padding: 40px;
	margin: 0 20px 0 20px;
}
#footright {
	float:right;
	width:25%;
	height:200px;
	padding: 40px;
	margin-right:40px;
	text-align:right;
}
/* Miscellaneous classes for reuse */
.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;
}
