/* Working */
body {
	
	background-color: #eeeeee;
}

div#wrapper {
	width: 800px;
	margin:0 auto;
	border: 4px solid #336699;
	background-color: #ddfefa;
	overflow:hidden;
}
	
/* @group Top */

div#title {height: 60px;
position: relative;
left: 10px;
top: 10px
}

div#logo {
	width: 93px;
	height: 60px;
	float: left;
	margin-right: 20px;
}

div#header
 {
	background-color: white;
	height: 60px;
	vertical-align: middle;
}

#header >

/* @end */

/* @group headers */

h1 {
	color: #336699;
	font-family: Cambria, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
	display: inline;
	line-height: 60px;
}

h2 {
	color: #336699;
	text-transform: uppercase;
	font-size: large;
	text-align: center;
	padding: 0px;
	margin: 5px;
}

h3 {
	color: #336699;
	text-align: center;
}

/* @end */

/* @group navigation */

div#navbar {

 height: 30px;
 width: 800px;
 border-top: solid #000 1px;
 border-bottom: solid #000 1px;
 background-color: #336699;
	text-align: center;
}

div#navbar ul {

margin: 0px;

font-family: Arial, Helvetica, sans-serif;
font-size: small;

color: #FFF;
line-height: 30px;
white-space: nowrap;
padding: 0px 0px 0px 70px;
}

div#navbar li {

list-style-type: none;
display: inline;

}

div#navbar li a {

text-decoration: none;

padding: 7px 10px;
color: #FFF;

}

div#navbar lia:link {

color: #FFF;

}

div#navbar lia:visited {

color: #CCC;

}

div#navbar lia:hover {

font-weight: bold;

color: #FFF;

background-color: #3366FF;

}

/* @end */

div#main {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: white;
	width: 540px;
	min-height: 650px;
	height:auto !Important;
	height:650px;
	text-align: center;
	float: left;
	border-right: 1px solid #336699;
	padding:3px;
	padding-top:15px;
	
}

div#side {
	width: 250px;
	background-color: #ddfefa;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	float: right;
	padding-top: 7px;
}

p {
	text-align: left;
	margin-left: 15px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

em {
	font-style: italic;
	font-weight: bold;
	font-size: small;
}

div#content
 {
}

/* @group List */

li {
	font-size: small;
}

ul {
	text-align: left;
	font-size: 1em;
        font-style: italic;
}

ul.center {
	list-style-type:none;
	text-align:center;
}

ul.normal {
  text-align:left;
  list-style-type:none;
}


/* @end */

form.donate {
	text-align: center;
}

embed.show {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border: 2px solid #7f7efc;
}

img.center {
	border: 1px solid #336699;
}

img.center2 {
	border: 3px solid #336699;
	display: block;
	margin-left:auto;
	margin-right:auto;
}

img.left {
	float: left;
	margin-left: 3px;
	margin-right:7px;
	border: 3px solid #336699;

}
img.right{
	float: right;
		border: 3px solid #336699;
	margin-right: 3px;
	margin-left: 3px;

}

div#directions {
	width:210px;
	float: left;
	font-size: 12px;
}

div#map_canvas {
	width: 284px;
	height:400px;

}

div#mapcontainer{
	font-size:12px;
	width:284px;
	float:right;
	padding-right:5px;
}

div#footer{
	border-top:1px solid #336699;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #336699;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
        font-size: small;

div#footer > a {
padding-left: 10 px;
margin-left: 10px;
}
}
div.clearer {
	clear: both;
}

