

* {margin: 0;
   padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

#container {
	width: 775px;
	font-size: 1.2em;
}

#ads {
width:635px;
height:130px;
max-height:130px;
max-width:635px;
overflow:hidden;
vertical-align:middle;
padding-top:10px;
}

#middle {
	background-image: url(images/middle.jpg);
    height: auto;
	width: 635px;

	padding-right: 70px;
	padding-left: 70px;
}

#top {
	background-image: url(images/top.jpg);
	width: 635px;
	height:120px;
	padding-top:90px;
	padding-right: 70px;
	padding-left: 70px;
	background-repeat: no-repeat;
}

#bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 635px;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom:90px;
	vertical-align:bottom;
}

#navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 55px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #74752b;
	text-decoration: none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 7px;
	font-weight: bolder;
}

#navcontainer a:hover
{
	color: #75492b;
	background-image: url(images/bullet_hover.png);
	background-repeat: no-repeat;
}

p {margin-bottom: 15px;
   margin-top: 15px;}

.title {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #808D33;
	font-size: 2em;
	font-weight:900;
	letter-spacing:3px;
}

.headline {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #9BA46D;
	font-size: 1.2em;
	font-weight:800;
	letter-spacing:3px;
}



h1 {
	text-align: center;
	margin-top: -55px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #808D33;
	font-size: 2em;
}

h2 {
	text-align: center;
	margin-top: 1px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #9BA46D;
	font-size: 1.2em;
}

h3 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #98A549;
	font-size: 1.5em;
}

h4 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #808D33;
	font-size: 1.5em;
	margin-left: 107px;
	margin-bottom: 30px;
}

blockquote {
	font-style: italic;
	/*
	border: 1px dotted #98A549;
	*/
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #74752B;
	
}

ul#thumbs {margin-left:40px;}

ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-left:3px;
		margin-top:3px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:100px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;

	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}
			
ul#thumbsmall, ul#thumbsmall li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbsmall li{

		margin-left:6px;
		margin-top:3px;
		border:2px ridge #996633;	
		padding:1px;
	}
	ul#thumbsmall a{
		display:block;


	}
.thumbsmall{
border:2px ridge #996633;	
margin:3px 3px 3px 3px;

		padding:0px;
	}
	
.thumbsmall:hover{
border:2px ridge #CC0000;
margin:0;
padding:3px 3px 3px 3px;
}
.thumbsmall:visited{
border:2px ridge  #000000;
margin:3px 3px 3px 3px;
padding:0;
}
