/* Normalizes */
body, ul, li, h1, h2, h3, form, fieldset, input, p, form 
{ margin : 0; padding : 0; }
ul {
 	list-style : none;
 	font-size: 75%;
	font-weight: bold;
 }
fieldset,img {	border: 0; }

#container {
	width: 800px;
	margin: 0 auto;
	background-color: White;
	font: normal 100% Arial, Helvetica, sans-serif;
	background-image: url(images/DogPawborder.jpg);
	background-position: right;
	background-repeat: repeat-y;
	text-align: left;
}

body
{
	text-align: center;
}

blog {
	text-align: center;
}

h1
{
	background-color: #6B8E23;
	color: White;
	font-weight: bold;
	border-bottom: thin solid Black;
	text-align: center;
	margin-bottom: 5px;
	width: 750px;
	margin-top: 5px; 
}

h1 a {	
	text-decoration: none;
	color: White;
}

#column_one
{
	float: left;
	width: 375px;
}
#column_two
{
	float: left;
	width: 375px;
}
#header img {
	display: block;
	float: left;
}

#abstract {
	width: 360px;
	float: left;
}

#clear_header {
	clear: both;
}
#contact
{
	clear: both;
	background-color: #6B8E23;
	text-align: center;
	color: White;
	border-bottom: thin solid Black;
	width: 750px;
	margin-bottom: 10px;
	font-weight: bold;
}
#webmaster
{
	clear: both;
	background-color: white;
	text-align: right;
	color: Green;
	width: 750px;
	margin-bottom: 10px;
	font-size: x-small;
}

li
{
	margin-left: 20px;
	margin-top: 10px;
	list-style: url(images/DogPaw.gif);
}

h2
{
	background-color: #6B8E23;
	color: White;
	border-bottom: thin solid Black;
	font-weight: bold;
	text-align: center;
	width: 750px;
	font-style: italic;
	margin-bottom: 5px;
}

#since-1967 {
	font-size: smaller;
	font-style: italic;
}

h3
{
	background-color: #718C25;
	color: White;
	border-bottom: thin solid Black;
	font-weight: bold;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
}
h4
{
	background-color: transparent;
	color: Green;
	font-weight: bold;
	text-align: center;
	font-size: larger;
}
p
{
	margin-bottom: 5px;
}

.Button {
	background-color: #6B8E23;
	border: thin solid Black;
	font-weight: bold;
	cursor: pointer;
}

input, textarea {
	background-color: #C8DAA9;
	border: thin solid black;
}
 .upper {
 	text-transform: uppercase;
 }