/* CSS Document */
body {
	font-family:Verdana, sans-serif;
	margin-top:10px
}
div#container {
	width:781px;
	height:500px;
	margin: 0px auto 0px auto;
	border:1px solid #ccc;
}
div#leftpanel {
	width:460px;
	height:480px;
	float:left;
}
div#rightpanel {
	width:320px;
	height:480px;
	float:left;
	border-left:1px solid #ccc;
}
div#rightimg1 {
	width:320px;
	height:240px;
	clear:both;

}
div#rightimg2 {
	width:320px;
	height:240px;
	clear:both;
}
div#rightimg2 img {
	margin:0px;
	padding:0px;
}
div#nav {
	width:460px;
	height:50px;

}
div#nav ul
{
padding: 0.22em 0;
margin: 0;
list-style-type: none;
background-color: #339900;
color: #fff;
width: 100%;
font-family:Arial, Helvetica, sans-serif;
text-align: center;
}

div#nav ul li { display: inline; }

div#nav ul li a
{
text-decoration: none;
background-color: #339900;
color: #fff;
padding: .22em 0.8em;

}

div#nav ul li a:hover
{
background-color: #ccff99;
color: #000;
}

h1 {
	padding:7px 10px 7px 10px;
	color:#339900;
	font-size:1.45em;
	margin:0px;
}

div#content {
	width:460px;
	height:428px;
	overflow:auto;
	clear:both;
}
div#content p {
	padding:0px 10px 8px 10px;
	font-size:0.72em;
	margin:0px;
	
}
div#content a {	
	color:#339900;
	font-weight:bold;
	border:0px;
}
div#content a:hover {
	color:#ccff99;
}
div#footer {
	width:780px;
	margin:0px auto 0px auto;
	height:25px;
	font-size:0.55em;
}
div#footer p {
	text-align:center;
	margin:0px;
	padding-top:2px;
}
div#footer a {	
	color:#339900;
	font-weight:bold;
}
div#footer a:hover {
	color:#ccff99;
}

.gallery {
	margin:none;
	border:0px;
	
}

div#gallery {
	padding-left:20px;
}
div#footercontact {
	width:781px;
	height:20px;
	background-color:#336600;
	color:#fff;
	clear:both;
}
div#footercontact p {
	font-size:0.8em;
	padding:0px;
	margin:0px;
	text-align:center;
}
div#footercontact a {
	color:#ccff99;
	background-color:#336600;
}
div#footercontact a:hover {
	color:#fff;
	background-color:#336600;
}
	