/* CSS Document */
/*purple=#653366 green=#396e3d*/
body {background-color:#396e3d; text-align:center; font-size:62.5%;}
h1	{
font-family:Georgia, Times, "Times New Roman", serif;
font-size:1.5em;
font-weight:bold;
margin:25px 0 20px 40px;
}
h2	{
font-family:Georgia, Times, "Times New Roman", serif;
font-size:1.3em;
font-weight:bold;
margin:15px 0 8px 40px;
}
h3	{
font-family:Georgia, Times, "Times New Roman", serif;
font-size:1.0em;
font-weight:bold;
}
#container	{
line-height:130%;
margin:0 3% 1% 3%;
}
#header{
position:relative;
width:100%;
height:135px;
text-align:left;
background-color:#396e3d;
background-image:url(images/park-logo.gif);
background-repeat:no-repeat;
background-position:83%;
margin-bottom:15px;
}
#park-billiards	{
text-align:left;
padding-top:25px;
padding-left:19px;
}

#navigation{
display:block;
font-family:Georgia, Times, "Times New Roman", serif;
font-weight:bold;
font-size:1.2em;
letter-spacing:1px;
}
#navigation ul{
position:absolute;
bottom:5px;
line-height:1.5em;
padding:0;
margin:0 125px 0 22px;
list-style-type:none;
}
#navigation ul li {display:inline;padding:0 35px 0 0;
}

#navigation ul li a:link{
text-decoration:none;
color:#ffffff;
}
#navigation ul li a:visited {
text-decoration:none;
color:#ffffff;
}
#navigation ul li a:hover {
text-decoration:none;
color:#cc99ff;
}
#navigation ul li a:active {
text-decoration:none;
color:#cc99ff;
}

#content {width:100% height:500px; background-color:#ffffff;}

/*css for round corners*/
.bl {background:url(images/corner-bl.gif) 0 100% no-repeat #000000;
width:100%;
}
/*filter:alpha(opacity=80);
-moz-opacity:0.80;
opacity:0.8;
*/
.br {background:url(images/corner-br.gif) 100% 100% no-repeat;}
.tl {background:url(images/corner-tl.gif) 0 0 no-repeat;}
.tr {background:url(images/corner-tr.gif) 100% 0 no-repeat; padding:20px 20px 20px 20px;}
/*prevents bg color from overlapping below in IE*/
.clear {font-size:1px; height:1px;}

#image-left {
float:left;
background-color:#000000;
width:500px;
height:433px;
border-right:10px solid #000000;
}

#text{
overflow:auto;
background-color:#efefef;
background-image:url(images/8ball.gif);
background-position:right;
background-repeat:no-repeat;
width:auto;
height:433px;
}
#text p
{
font-family:Georgia, Times, "Times New Roman", serif;
font-size:1.3em;
color:#000000;
line-height:120%;
margin:0 7% 10px 50px;
}
#text hr {width:86%; text-align:left;}

#text ul{
font-family:Georgia, Times, "Times New Roman", serif;
font-size:1.3em;
list-style-type:none;
margin:0 0 25px 65px;
padding:0;
}
#text ul li {
margin:0 0 10px 0;
}
#text ul li a:link {
font-weight:bold;
text-decoration:none;
color:#cc9900;
}
#text ul li a:visited {
font-weight:bold;
text-decoration:none;
color:#cc9900;
}
#text ul li a:hover {
font-weight:bold;
text-decoration:none;
color:#33cc00;
}
#text ul li a:active {
font-weight:bold;
text-decoration:none;
color:#33cc00;
}

#footer	{
clear:both;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
color:#ffffff;
width:100%;
font-size:1.2em;
margin-top:25px;
}
#footer a:link {color:#ffffff; text-decoration:underline;}
#footer a:visited {color:#ffffff; text-decoration:underline;}
#footer a:hover {color:#cc99ff}
#footer a:active {color:#cc99ff}
