
body {
	font-family: Georgia, Times New Roman, Times, Serif;
	color: #514f48; 
	text-decoration:none;
	line-height: 1;
	font-size: 14px;
	background: url(/images/wood-bg.jpg) repeat;
}

A {color:#514f48; font-family:Georgia, Times New Roman, Times, Serif; font-size: 18px; text-decoration:none;}
A:link {color:#514f48; text-decoration:none;}
A:visited {color:#514f48; text-decoration:none;}
A:active {color:#a47e59; text-decoration:none;}
A:hover {color:#a47e59; text-decoration:underline;}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.mainnav {
	text-align: center;
	margin-top: 0;
	margin-right: 40px;
	line-height: 200%;
}
.content {
	color:#EEDBBD; 
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 14px;
}

.footerlinks {
	color: #EEDBBD;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: none;
	font-size: 13px;
}

a.footerlinks:link {
	color: #B9A98F;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: none;
	font-size: 13px;
}

a.footerlinks:hover {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: underline;
	font-size: 13px;
}

a.footerlinks:active {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: underline;
	font-size: 13px;
}

a.footerlinks:visited {
	color: #B9A98F;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: none;
	font-size: 13px;
}
.copyright {
	color: #514f48;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration:none;
	text-align: center;
	font-size: 11px;
}

a.copyright {
	color: #514f48;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration:underline;
	text-align: center;
	font-size: 11px;
}

a.copyright:hover {
	color: #a47e59;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: none;
	font-size: 11px;
}

a.copyright:active {
	color: #a47e59;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: underline;
	font-size: 11px;
}

a.copyright:visited {
	color: #514f48;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: underline;
	font-size: 11px;
}

.contentnav ul {
	display: inline;
	text-align: center;
	margin-top: 0;
}

#content-main {
	margin: 0 130 25 130;
}

/* My Comment */