body {
	font-family: Arial;
	font-size: 12px;
	background-color: #F0E68C;
	background-image: url(../images/F0E68C.gif);
}

.relative {
	position: relative;
	top: 10px;
	left: -50px;
	z-index: 500;
}

.absolute {
	position:absolute;
}

#credit {
	font-family: Arial;
	font-size: 9px;
	color: #666666;
}

.relativeSlogan {
	position: relative;
	top: 98px;
	left: 3px;
	z-index: 600;
}

.absoluteSlogan {
	position:absolute;
}

#border {
	border: 1px solid #CD950C;
}

#border2 {
	border-right: 1px solid #CD950C;
	border-bottom: 1px solid #CD950C;
	border-left:  1px solid #CD950C;
}


.title {
	font-family: Arial;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.content {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

hr {
	color: #008000;
}

#menu_nav {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

#menu_nav a{
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#menu_nav a:hover{
	color: #FFFFFF;
}

#content-left {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

#content {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

#content a{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

#content a:hover{
	color: #666666;
	text-decoration: underline;
}

#footer_nav {
	font-family: Arial;
	font-size: 18px;
	color: #6B4226;
}

#footer_nav a{
	font-family: Arial;
	font-size: 18px;
	color: #6B4226;
	text-decoration: none;
}

#footer_nav a:hover{
	color: #666666;
	text-decoration: underline;
}

#copy {
	font-family: Arial;
	font-size: 11px;
	color: #6B4226;
}

#copy a{
	font-family: Arial;
	font-size: 11px;
	color: #6B4226;
	text-decoration: none;
}

#copy a:hover{
	color: #666666;
	text-decoration: underline;
}