/* FORE THE CHILDREN CSS Document */
body, html	{
	background-color:#FBE8BF;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
#container, #Header, #Navs, #MainAreaHolder, #bottom, #footer {width:800px; clear:both;}
#container	{
	margin:auto;
	position:relative;
	text-align:center;
}
#Header {
	height:160px;
	position:relative;
}
#Navs {
	height:40px;
	position:relative;
}
#MainAreaHolder	{
	background-image:url(../images/slices/slice_bkgrdRpt.gif);
	background-repeat:repeat-y;
}
/* LEFT SIDE */
#LeftSide {
	width:248px;
	height:409px;
	background-image:url(../images/slices/slice_LeftSide.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:0px;
}
#leftContentArea	{
	margin:60px 35px 0px 10px;
	color:#000000;
	font-size:13px;
	text-align:left;
}
#leftContentArea h3	{
	background-image:url(../images/icon_GolfBall.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:22px;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	height:19px;
	line-height:19px;
}
#leftContentArea ul	{}
#leftContentArea li	{
	font-size:13px;
	list-style-image:url(../images/icon_right.gif);
}
#leftContentArea a, a:link	{
	color:#333333;
	text-decoration:none;
}
#leftContentArea a:visited	{
	color:#36672E;
}
#leftContentArea a:hover	{
	text-decoration:underline;
	color:#9E0B0E;
}
/* END LEFT SIDE */
/* CONTENT AREA */
#right	{
	width:552px;
	height:389px;
}
#Content {
	border-right:2px solid #519844;
	text-align:left;
	background-color:#FFFFFF;
	padding:0px;
	padding-right:10px;
}
#Content h1	{
	font-size:19px;
	margin:0px 0px 6px 0px;
}
#Content h2	{
	font-size:16px;
	border-bottom:2px solid #519844;
}
#Content h3	{
	font-size:14px;
}
#Content p, li	{
	font-size:13px;
	font-weight:bold;
}
#Content a, #Content a:link	{
	color:#005E20;
}
#Content a:active	{}
#Content a:hover	{
	text-decoration:none;
	color:#009900;
}
/* END CONTENT AREA */
#bottom {
	position:relative;
	height:21px;
}
/* FOOTER */
#footer	{
	font-size:12px;
	margin:auto;
	color:#519844;
	padding:12px 0px;
	font-weight:bold;
}
#footer a, #footer a:link	{
	color:#9E0B0E;
}
#footer	a:visited{}
#footer	a:hover	{
	text-decoration:none;
	color:#519844;
}
/* END FOOTER */

/* STYLES */
.clearElem {
	clear: both;
	font-size:.1em;
}
.green	{color:#005E20;}

.red	{color:#9E0B0E;}

.beigeBkgd	{
	background-color:#FBE8BF;
	font-size:14px;}
	
hr	{color:#519844; margin:0px;}

.back	{
	float:right;
	margin-left:5px;
	font-size:13px;
}
img.thumb	{
	border:2px solid #519844;
	margin:5px 12px;
}
img.Kidsthumb	{
	border:2px solid #519844;
	margin:2px;
}
.border	{
	border:2px solid #519844;
}
.description	{
	font-size:12px;
}
.imgRht	{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.imgLft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.kidsStory	{
	border:1px solid #519844;
	padding:6px;
	margin:15px;
}