﻿#main {
	border-style: solid;
	border-width: 1px;
	margin-right: 80px;
	margin-left: 80px;
	background-color: white;
	min-width: 900px;
}

#content{
	padding: 50px;
}

#very_bottom{
	text-align:right;
}
/* Styles for Navigation */

#navigation_top ul {
	list-style-type: none;
	text-align:center;
}
#navigation_top li {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	font-family: "Juice ITC";
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FF0066;
}
#navigation_top {
font-size:large;
}
#navigation_bottom{
	font-size:large;
}

#navigation_bottom ul {
	list-style-type: none;
	text-align: center;
	font-family: "Juice ITC";
	font-size: x-large;
	font-weight: bold;
	color: #FF0066;
	font-style: normal;
	text-decoration: none;
}
#navigation_bottom li {
	font-family:"Courier New", Courier, monospace;
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}

#header{
}

#header h1{
	text-align: center;
	font-family: "Lucida Sans";
}

#header h2{
	text-align: center;
	font-family: "Lucida Sans";
	font-style:italic;
	font-weight:bold;
}

#navigation_bottom {
}
body {
	background-image: url('../images/grass.jpg');
	background-repeat: repeat;
	font-family: Tahoma;
	font-size: small;
}
#navigation_top a {
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: #FF0066;
	font-family: "juice ITC";
	font-size: x-large;
	font-weight: bold;
}

a {
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: #FF0066;
	font-family: "Juice ITC";
	font-size: x-large;
	font-weight: bold;
}

#navigation_top a:hover {
	font-weight: bold;
	color:#660066;
}


#copyright {
	float: none;
	font-size: x-small;
	display: inline;
}
#webmaster {
	margin-left:10px;
	float: none;
	font-size: x-small;
	display:inline;
}
.hyperlinks {
	color: #800080;
	font-family: tahoma;
	font-size: small;
	font-weight: normal;
}
