@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-image:url(images/bgMain.jpg);
	background-repeat:repeat;
	}

h1{
	font-size:28px;
	color:#3b4926;
	font-weight:lighter;
	letter-spacing:-1px;
	margin:0;
	padding:0;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#0f0f0f;
	}
	
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-decoration:underline;
	}	
	
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
	}		
	
#wrapper{
	margin:0px auto;
	width:872px;
	height:711px;
	background-image:url(images/back.jpg);
	background-repeat:no-repeat;
	}
		
#logoSection{
	width:552px;
	padding-left:320px;
	height:102px;
	font-family:"Times New Roman", Times, serif;
	padding-top:60px;
	color:#6e6f71;
	letter-spacing:-1px;
	font-size:36px;
	}
	
#middleSection{
	width:100%;
	height:185px;
	float:left;
}

#middleArea{
	margin:0px auto;
	height:146px;
	width:576px;
}

#westCourse{
	float:left;
	width:288px;
}

#eastCourse{
	float:left;
	width:288px;
}

#heading{
	float:left;
	width:100%;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#3e4904;
	height:34px;
	}
	
#thumbs{
	width:100%;
	text-align:center;
	float:left;
	height:78px;
	}	
	
#enter{
	width:100%;
	float:left;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	font-weight:bold;
	color:#1e3308;
	}	
	
#enter a{
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	font-weight:bold;
	text-decoration:none;
	color:#1e3308;
}

#enter a:hover{
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	font-weight:bold;
	text-decoration:none;
	color:#666769;
}

#links{
	width:728px;
	float:left;
	padding-right:144px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:17px;
	color:#223b04;
	text-align:right;
	height:24px;
}

#links a{
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:17px;
	color:#223b04;
	letter-spacing:-1px;
}

#links a:hover{
	color:#666769;
	letter-spacing:-1px;
}

#contentSection{
	float:left;
	width:100%;
	height:380px;
	}
	
#contentArea{
	width:576px;
	margin:0px auto;
	padding-top:28px;
	color:#485539;
	}	

#footerLinks{
	width:100%;
	text-align:center;
	float:left;
	height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#203d00;
	}
#footerLinks a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#203d00;
	text-decoration:none;
	}
	
#footerLinks a:hover{
	color:#777;
	text-decoration:none;
}

#copyright{
	float:left;
	width:100%;
	height:24px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#2d3b0a;
	}