#borderbox {
	border: 2px solid #8e3748;
}

#content {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #719580;
	border-left-color: #719580;
	background-color: #fefbef;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 5px;

}
.navbar {
	background-color: #dee9d5;
	padding-top: 5px;
	padding-left: 5px;

}
#main {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #dee9d5;
}
#bottom {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #719580;
	background-color: #fefbef;
	padding-left: 5px;
	font-size: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #719580;
	color: #8e3748;

}
h1 {
	font-size: 30px;
	font-family: Cataneo BT, Arial, Helvetica, sans-serif;

}
a.nav:link {
	color: #8E3748;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;



}
a.nav:visited {
	color: #8E3748;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;



}
a.nav:hover {
	color: #719580;
}
a.nav:active { 
	color: #FF0000; 
}
.tinytext {
	font-size: 9px;
}
a:link {
	color: #5F7E6C;
	text-decoration: none;

}
a:visited {
	color: #5F7E6C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
