/* CSS Document */

body{
	padding :0;
	margin :0;
	background:#9B9BA2;
}


#banner	{
	position: relative;
	top: 0px;
	left: 0px;
}


h1	{
	font-family: "Verdana", "Times New Roman";
	font-size: 28pt;
	color: white;
	text-align: center;
}


h2	{
	font-family: "Verdana", "Times New Roman";
	font-size: 20pt;
	color: white;
	text-align: center;
}	

h3	{
	font-family: "Tahoma","Verdana", "Times New Roman";
	font-size: 14pt;
    padding: 10px;
	color: black;
	text-align: center;
}	



#content	{
	position: relative;
	top: 0.0in;
	left: 20px;
	padding: 0px;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	width: 500px;
	background-color: white;
	font-family: "Times New Roman";
	font-size: 12pt;
	color: black;
}

#content.front	{
/*	position: relative;
	top: 0.0in;
	left: 20px;
	padding: 0px;
	border-style: solid;
	border-color: white;
	border-width: 1px; */
	width: 700px;
	background-color: white;
	font-family: "Times New Roman";
	font-size: 12pt;
	color: black;
    margin: 30px;
    text-align: justify;
}

#page_images {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 7px;
	background-color: #006699;
}

#images_border {
	position: relative;
	top: 0in;
	left: 0px;
	padding: 7px;
    width: 210px;
	background-color: orange;
}



#page_images img {
    position: relative;
    top: 0px;
    left: 0px;
	margin-top: 0px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}



#counter {
	position:relative;
	text-align: center;
	top: auto;
}

.button a {
	background-color: #006699;
	border: 1px solid #333333;
	display: block;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-top: 6px;
	text-decoration: none;
	width: 1.1in;
	font-family: "Lucida Grande", "Trebuchet MS", 
	Verdana, Arial, sans-serif;
	font-size: 100%;
	color: white;
	z-index: 9;
}

.button a:hover {
	background-color: orange; 
	border: 1px solid #333333;
	color: black;
	text-decoration: none
}

/*  I don't like this style
.button a:active {
	background-color: purple; 
	border: 1px solid #333333;
	color: #FFFFFF;
	text-decoration: none
}   */

