a:link {
	color: #cc0000;
	}
	
a:visited {
	color: #330000;
	}
	
a:hover, a:active {
	color: #ff0000;
	}

a img {
	border: none;
}

body {
	background-color: #A5794F;
	color: #663333;
	font-family: Arial, Verdana, Geneva;
	}
	
h1 {
	font-size: 1.5em;
	text-align: center;
	"Trebuchet MS", Arial, sans-serif;
	}
	
h2 {
	font-size: 1.25em;
	text-align: center;
	"Trebuchet MS", Arial, sans-serif;
	}

h3 {
	margin: 1em 0 -.5em 0;
	font-size: 1em;
	"Trebuchet MS", Arial, sans-serif;
	}
	
#border {
	position: relative;

	min-width: 700px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	box-shadow: 5px 5px 5px  rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 5px  rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 5px  rgba(0,0,0,0.3);
	background-color: #E2A570;
	border: 4px solid #7E4B39;
	padding: 5px;
	}

#bottommenu {
	margin: 0px;
	font-size: 10px;
	text-align: center;
	}
	
#bottommenu a:link {
	color: #FFD0A6;
	}
	
#bottommenu a:visited {
	color: #ffddaa;
	}
	
#bottommenu a:hover {
	color: #ffffcc;
	}
	
#bottommenu a:active {
	color: #ffff99;
	}
	
#content {
	padding: 20px;
	background-color: #FEBB7E;
	border: 2px solid #7E4B39;
	}
#page {
	position: relative;
	margin: 0px 30px 0px 30px;
	}
	
#topleft {
	position: absolute;
	top: -16px;
	left: -16px;
	background-image: url(images/diamond.png);
	width: 52px;
	height: 52px;
	z-index: 3;
	}

#topright {
	position: absolute;
	top: -16px;
	right: -24px;
	background-image: url(images/diamond.png);
	width: 52px;
	height: 52px;
	z-index: 3;
	}

#bottomleft {
	position: absolute;
	bottom: -24px;
	left: -16px;
	background-image: url(images/diamond.png);
	width: 52px;
	height: 52px;
	}

#bottomright {
	position: absolute;
	bottom: -24px;
	right: -24px;
	background-image: url(images/diamond.png);
	width: 52px;
	height: 52px;
	}

#footer {
	background-color: #E2A570;
	border: 1px solid #7E4B39;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 12px;
	padding: 5px 0px 0px 0px;
	clear: both;
	}
	
#tabmenu {
	position: relative;
	top: -10px;
	width: 100%;
	color: #663333;
	border-bottom: 1px solid #7E4B39;
	margin: -10px -20px 0px -20px;
	z-index: 1;
	padding: 15px 5px 0px 35px;
	background-color: #FFD0A6;
	}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
	}

#tabmenu a, a.active {
	color: #663333;
	background: #7FB692;
	font: bold 14px "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #7E4B39;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
	}

#tabmenu a.active {
	background: #FEBB7E;
	border-bottom: 1px solid #FEBB7E; 
	}

#tabmenu a:hover {
	color: #fff;
	background: #ADC09F; 
	}

#tabmenu a:visited {
	color: #663333; 
	}

#tabmenu a.active:hover {
	background: #FEBB7E;
	color: #663333; 
	}
	
#logo {
	float: right;
	position: relative;
	top: -10px;
	z-index: 2;
	padding: 0 0 10px 20px;
	}
	
.copyright {
	margin-top: 15px;
	font-size: 9px;
	}

h2.underline {
	border-bottom: 1px solid #D70025;
	text-align: left;
	}