/* 	
*********************************************
** 	STYLE SHEET                            **
** 	CREATED FOR FOSTORIA COUNTRY CLUB      **
**	Wednesday, May 23 2006                 **
**	By: Jeremy Harrison                    **					
**	jeremy@spiread.com                     **
*********************************************

Colors used in this document:

Green 							#87944e
Maroon							#7f0406
Gray							#e5e5e5

*/

body {
	margin: 0;
	padding: 0;
	background:  url(../images/wallpaper.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color:#000000;
	
}

a: link {
	text-decoration: none;
	color:#003875;
}

a:visited {
	text-decoration: none;
	color:#003875;
}

a:hover {
	text-decoration: underline;
	color:#0066CC;
}

.page_title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #7f0406;
}

#main_wrapper {
	position: relative;
	width: 799px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

#header {
	position: absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	
}

#nav_bar {
	position: absolute;
	top:145px;
	left:0px;
	height: 33px;
	width: 100%;
	margin:0px;
	padding:0px;
	border-top-width:1px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	background: url(../images/nav_bar_bckg.gif) repeat-x top left;
}

#date {
	position: absolute;
	top: 155px;
	right:10px;
	width:200px;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	
}

#under_header_with_left_bar {
	position: absolute;
	top:180px;
	left:0px;
	width:430px;
	margin:0;
	padding:10px 184px 500px 10px;
	background-color:#FFFFFF;
	border-top:0px;
	border-right:0px;
	border-bottom:0px;
	border-left:175px;	
	border-color:#87944e;
	border-style:solid;
	text-align: left;
}

#under_header_no_left_bar {
	position: absolute;
	top:180px;
	left:0px;
	width:759px;
	margin:0;
	padding:10px 20px 100px 20px;
	background-color:#FFFFFF;
	
}

#left_column_image {
	position: absolute;
	top:180px;
	left:0px;
	width:175px;
	margin:0;
			
}

.left_column_content a:link {
    color: white;
	text-decoration: none;
}

.left_column_content a:visited {
    color: white;
	text-decoration: none;
}

.left_column_content a:hover {
    color:#FFFF66;
	text-decoration: underline;
}

.left_column_content {
	position: absolute;
	top:370px;
	left:0px;
	width:165px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:small;		
}

#right_bar {
	position: absolute;
	top:190px;
	right:0px;
	width:174px;
	background-image:url(../images/right_bar_bckg.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

#footer {
	position: absolute;
	bottom:0px;
	left:0px;
	height: 33px;
	width: 623px;
	padding: 0 0 0 180px;
	padding:0px;
	background: url(../images/nav_bar_bckg.gif) repeat-x top left;
	font-size:x-small;
	color:#FFFFFF;
}

#footer2 {
	position: absolute;
	bottom:0px;
	left:0px;
	height: 33px;
	width: 799px;
	padding:0px;
	background: url(../images/nav_bar_bckg.gif) repeat-x top left;
	font-size:x-small;
	color:#FFFFFF;
}

#scorecard_table td {
   border: 1px solid #FFFFFF;
}

#scorecard_table a {
   display: block;
   width: 100%;
   height: 35px;
   padding-top:20px;
   color:white;   
}

#scorecard_table a:hover {
   display: block;
   width: 100%;
   height: 35px;
   background-color:green;
   padding-top:20px;
   text-decoration:none;
   color:white;
}

.menu_item {
	margin-top: 15px;
	font-weight: bold;
}

.submenu_item {
	margin-top: 0;
	font-weight: bold;
}

.sub_headline {
	font-size: medium;
	font-weight: bold;
	color: #87944e;
}
