﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	background: #ECECBD url('images/testback3.jpg') repeat;
	color: #000000;
	text-align: center;
	margin: 10px 0 0 0;
}

hr {
	background-color: #bf201a;
	color: #bf201a;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 0 17px;
	list-style: square;}	

h1 {
	color: #7A140F;
	font: normal normal normal 22px Georgia, Georgia, serif;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;}

h2 {
	color: #7a140f;
	font: normal 18px Georgia, Georgia, serif;
	text-align: left;
	padding: 0 0 3px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #c0c0c0;}

h3 {
	color: #7a140f;
	font: normal 20px Georgia, Georgia, serif;
	text-align: left;
	padding: 0;
	margin: 100x 0 10px 0;}

h4 {
	color: #525252;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 15px 0;}

h5 {
	color: #7A140F;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #c0c0c0;
}

h6 {
	color: #7a140f;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 1px 0;}

a {
	color: #bf201a;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #800000;
	text-decoration: underline;
	font-weight: bold;
}
	
p.center {text-align: center;}	

/* PAGE LAYOUT IDs */

#wrapper {
	background: #fff;
	text-align: left;
	width: 980px;
	margin: 0 auto;}
	
#logoimage {
	height: 328px;}
	
#navigation {
	background: #990000;
	text-align: right;
	color: #fff;
	font-size: 90%;
	padding: 8px 70px 0 0;
	height: 22px;
	background-repeat: no-repeat;
}
	
#navigation a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;}

#navigation a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;}
	
#sidebar {
	width: 210px;
	float: left;
	background-color: #F5F5DC;
	text-align: left;
	font-size: 100%;
	padding: 8px;
}
	
#ads{
	float:right;
	width: 165px;
	background-color: beige;
	padding:9px;}

#content {
	margin-left: 218px;
	margin-right: 174px;
	text-align: left;
	padding: 16px 16px 8px 16px;
}

#footer {
	clear: both;
	background: #fff;
	color: #606060;
	height: 40px;
	text-align: left;
	line-height: 2em;
	font-size: 85%;
	padding: 10px 0 0 15px;
	height: 70px;
	border-top: 3px solid #7a140f;}
	
#footer a {
	font-weight: normal;}
	
#footer a:hover {
	font-weight: normal;}
	
#footer p {
	padding: 0;
	margin: 0;}

/* FORMATTING CLASSES */

.box {
	background: #E6E6E6;
	border: 1px dashed #c0c0c0;
	padding: 10px;}
	
.box2 {
	background: #F7F8E2;
	border: 1px #ECECBD solid;
	padding: 6px 12px 12px 12px;
	width: 285px;
	height: 470px;
	float: left;
}
	
.box3 {
	background: #F7F8E2;
	border: 1px #ECECBD solid;
	padding: 12px;
	width: 210px;
	height: 470px;
	float: right;
}
.example{
	border: thin #800000 solid;
}	
.imagemiddle {
	margin: 0; 
	border: 3px double #c2c2c2;
}
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;
}
.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;
}
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2;
}
.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;
}
.style2{
	padding: 5 5 5 5;
	margin: 5 5 5 5;
	font: xx-small Arial;
	text-align: justify;
}
.style4{
	border: thin #800000 solid;
	width: 101px;
	height: 27px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font: xx-small Arial;
	text-align: justify;
}
p.style6{
	padding: 1 1 1 1;
	margin: 1 1 1 1;
	font: xx-small Arial;
	text-align: justify;
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail1{
position: relative;
z-index: 0;
}
.thumbnail1:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 30px;
left: 380px; /*position where enlarged image should offset horizontally */
}
<style type="text/css">
.thumbnail2{
position: relative;
z-index: 0;
}
.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 170px;
left: 380px; /*position where enlarged image should offset horizontally */
}

<style type="text/css">
.thumbnail3{
position: relative;
z-index: 0;
}
.thumbnail3:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 370px;
left: 380px; /*position where enlarged image should offset horizontally */
}

/* position list chunks side by side */
div.wrapper
{
  float: left;
  width: 8em;
}

/* clear float after lists */
br
{
  clear: left;
}

/* anchor styling */
ol li a
{
  display: block;
  width: 6em;
  text-decoration: none;
}
ol li a:hover
{
  color: #FFF; /* white */
  background-color: #A52A2A; /* brown */
}
</style>
