a:link {
	color: #009900;
	}
	
a:visited {
	color: #336633;
	}
	
a:hover, a:active { 
	color: #cc0000;
	}
	
body {
	font-size: 1em;
	color: #006600;
	background-color: #ffffff;
	background: url(images/background2.gif);
	background-repeat: repeat-y;
	margin: 0px;
	}
	
h1 {
	text-align: center;
	font-size: 20px;
	color: #006600;
	font-family: Arial, Verdana, Geneva, sans-serif;
	margin: 20px 0px 0px 0px;
	}

h2 {
	text-align: center;
	font-size: 18px;
	color: #006600;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-style: italic;
	margin: 0px;
	}
	
li {
	margin-bottom: .5em;
	}
	
/* ID's */
#page {
	position: relative;
	width: 760px;
	}

#content {
	position: relative;
	margin-left: 140px;
	width: 620px;
	}
	
#footer {
	clear: both;
	margin: 10px 0px 10px 140px;
	}
	
#header {
	position: relative;
	top: 10px;
	left: 140px;
	width: 620px;
	height: 60px;
	}
	
#logo {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	height: 60px;
	}
	
#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 131px;
	}
	
/* Classes */

.address {
	font-size: 14px;
	text-align: center;
	margin: 2px;
	}
	
.bottomlinks {
	font-size: 10px;
	text-align: center;
	padding: 3px 0px 3px 0px;
	border: 1px solid #003300;
	margin: 2px 0px 2px 0px;
	}

.copyright {
	font-size: 9px;
	text-align: center;
	margin: 2px 0px 10px 140px;
	}
	
.phone {
	font-size: 12px;
	text-align: center;
	margin: 2px;
	}
	
.reditalic {
	font-size: 16px;
	font-style: italic;
	color: #990000;
	text-align: center;
	}
