body
{
	margin: 0 auto;
	padding: 0;
	margin-bottom: 15px;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 80%;
	color: #000;
	background: #EEEEEE;
	line-height: 180%;
}

a
{
	color: #4B6400;
	text-decoration: none;
    border: none;
}
img {
  border: 5px #CCCCCC;
}
.img {
  border: 5px #CCCCCC;
}

#content a .img {
  border: 5px #CCCCCC;
}

a img {
  border: 5px #CCCCCC;
}
a:hover img {
  border: 5px #808080;
}

a:hover
{
	color: #000000;
	text-decoration: none;
    background-color: #99FF66;
}

#headercontainer
{
	width: 100%;
	background: #242424;
}

#header
{
	width: 760px;
    margin: 0 auto;
	position: relative;
    z-index:0;
	height: 125px;
	border: 1px solid #6F6F6F;
	border-top: 0px;
	border-bottom: 0px;
	background: #242424 url('images/1/rotator.php');
    overflow:hidden
}

#header h1
{
	margin: 0;
	color: #EEEEEE;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 275%;
	padding-left: 10px;
	letter-spacing: -3px;
	padding-top: 50px;
}

#headerbottom
{
	text-align: right;
	color: #FFFFFF;
	letter-spacing: 2px;
	margin: 0 auto;
	width: 760px;
	border: 1px solid #6F6F6F;
	border-top: 0px;
	border-bottom: 0px;
	background: #935946;
        font-family: helvetica, arial, verdana, tahoma, sans-serif;
	padding: 3px 0px;
        overflow:hidden
}

#menucontainer
{
	width: 100%;
	height: 28px;
	background: #A0C80E;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
        overflow:hidden
}

#menu
{
	margin: 0 auto;
	width: 760px;
	background: #A0C80E;
	border-right: 1px solid #95BC0E;  
}

#navcontainer ul
{
	padding: 0;
	margin: 0;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
	color:#000000; 
	float:right;
	width:100%;
	border-left: 1px solid #95BC0E;
	letter-spacing: 1px;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95BC0E;
}

#navcontainer ul li a:hover
{
	background-image:url('images/menu-hover.jpg');
	background-repeat:repeat-x;
	color: #485B06;
}

#content
{
	margin: 0 auto;
	width: 740px;
	padding: 20px 10px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF;
	overflow:hidden
}

#content h2
{
	color: #009933;
	padding-bottom: 3px;
	border-bottom: 1px solid #A0C80E;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 200%;
	letter-spacing: -1px;
}

#footer
{
	margin: 0 auto;
	width: 740px;
	text-align: right;
	color: #FFFFFF;
	letter-spacing: 2px;
	background: #A0C80E url('images/menu-background.jpg') repeat-x;
	border: 1px solid #A0C80E;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	padding: 3px 10px;
        overflow:hidden
}

.album{
	float: left;
	width: 300px;
	padding:7px
}

.album a img {
    border: 2px #CCCCCC;
}


blockquote p{
	margin:0
}
