﻿body {
	background-image: url(../../parks_recOLD/savethegrapebowl/images/Background.png);
	background-position: center;
	text-align: center;
	font-family: Garamond, 'Times New Roman', Times, serif;
	color: black;
	background-color: white;
	margin: 10px 0px 0px 0px;
}

div#container {
	margin: 0px auto;
	width: 730px;
	text-align: left;
	border: 1px solid indigo;
}

a, a:link, a:visited, a:hover, a:active {
	color: black;
}

/******************************* HEADER *******************************/

div#container-header {
	background-color: white;
	background-image: url(../../parks_recOLD/savethegrapebowl/images/Header.jpg);
	height: 215px;
	border-bottom: 1px solid indigo;
}

div#container-header h1, div#container-header h2 {
	display: none;
}

div#container-middle {
	margin: 0px;
	background-color: thistle;
	background-image: url(../../parks_recOLD/savethegrapebowl/images/Menu background.jpg);
}

/******************************* LEFT SIDE / NAVIGATION / MENU *******************************/


div#container-middle-left {
	font-family: Verdana, Helvetica, serif;
	font-weight: bold;
	width: 200px;
	float: left;
	font-size:100%;
}

div#container-middle-left ul {
	width: 200px;
	padding: 0;
	margin: 0;
	background-color: darkgreen;
	opacity:.75; filter: alpha(opacity=75);
}

div#container-middle-left li {
	list-style-type: none;
	padding: 0px;
	border-bottom: 1px white solid;
}

div#container-middle-left a {
	border: 0px solid white;
	padding: 7px;
	position: relative;
	font-style: italic;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

div#container-middle-left a:link, div#container-middle-left a:visited, div#container-middle-left a:active {
	color: white;
}

div#container-middle-left a:hover {
	background-image: url(../../parks_recOLD/savethegrapebowl/images/Menu Gradiant.png);
	text-indent: 5px;
	font-weight: bold;
}

/******************************* RIGHT SIDE / CONTENT *******************************/


div#container-middle-right {
	margin-left: 200px;
	padding: 10px;
	border-left: 1px solid indigo;
	border-top: 5px solid darkgreen;
	background-color: white;
	font-size: 90%;
	background-image: url(../../parks_recOLD/savethegrapebowl/images/Body Background.jpg);
	background-position: top right;
}

div#container-middle-right p {
	line-height: 150%;
}

div#container-middle-right ul {
	list-style-type: disc;
}

div#container-middle-right li {
	margin: 10px 0px;
}


div#container-middle-right h1 {
	font-size: 225%;
	font-style:italic;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px;
	border-bottom: 2px solid darkgreen;
	background-repeat: no-repeat;
}

div#container-middle-right h2 {
	font-size: 125%;
}

div#container-middle-right a {
	font-weight: bold;
}

div#container-middle-right a:hover { 
	border-bottom: 1px solid rgb(187,219,140);
}

/******************************* MISC *******************************/

span.pledgenow {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px black solid;
	font-size: 90%;
	position: relative;
}

span.pledgenow a, span.pledgenow a:link, span.pledgenow a:visited, span.pledgenow a:active {
	font-weight: normal;
	text-decoration: none;
	background-color: thistle;	
	padding: 5px;
	height: 25px;
}

div#container-middle-right span.pledgenow a:hover {
	background-color: rgb(187,219,140);	
	border: none;
}

table {
	font-size: 100%;
}

td {
	vertical-align: top;
	padding: 0.25em;
}

table.twocolumn td {
	width: 50%;
}

img.photoframe {
	border: 2px solid black;
	padding: 5px;
	margin: 10px;
}

/******************************* COPYRIGHT *******************************/

div#copyright {
	color: indigo;
	font-size: 60%;
	margin: 0px;
}

div#copyright p {
	margin: 10px;
}
