@import url(4parks-presentation.css);

/* Layout Stylesheet */ 
body {
 background: url(../images/background.jpg);
 background-attachment: fixed;
 margin: 0;
 padding:0;
 color: #036;
 }
 
/* Header Area for Menu Script */ 
#hdr{
 height:75px;
 background: transparent;
 width: 90%;
 margin-left: 3%;
 margin-right: 3%;
 color:#036;
 text-align: center;
 }

 /* Left Column for Links */
#lh-col{
 position: absolute;
 top: 250px;
 left: 10px;
 width: 25%;
 color: #036;
 margin: 3px;
 padding: 3px;
 height: auto;
 }

 /* Right Column for Text */
#rh-col{
 width: 60%;
 margin-left: 25%;
 margin-right: 10%;
 color: #036;
 padding: 20px;
 position :relative;
 }
 
 h2 {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 }
 
 p {
 	font-weight: bold;
 }
 
 ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
	color: #036;
}

..menu
{
	margin-left: 3px;
	text-align : left;
	font-weight : bold;
	color: #C03;
}

..menu a
{
	color : #c03;
	font-weight: bold;
	background-color : inherit;
}

..menu a:hover
{
	color: #F93;
	background-color: transparent;
}


..menu strong
{
	font-size : small;
}

/* Footer Area bottom of page */
#ftr{
 background: transparent;
 color:#036;
 margin-left: 25%;
 margin-right: 5%;
 border-style: groove;
 border-width: 3px;
 border-color: #666;
 width: 70%;
 height: auto;
 text-align: center;
 }

 /* Picture display settings */
 span.pictitle	{
   color: #009;
	background: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, serif;
	font-size: 14px;
}


A:link {
color: #C03;
}
A:visited {
color: #C90;
}
A:hover {
color: #F93;
}

..divspec {
	background-color: transparent;
	font-family: "Comic Sans MS", Georgia, Verdana;
	font-size: 18px;
	color: #006;
}

hr {
width: 80%;
color: #006;
}
