@charset "utf-8";
/* CSS Document */

a:link, a:active {
	color: #726b59;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
a:visited {
	color: #928b79;	
	FONT-WEIGHT: bold;
	text-decoration: none;	
}	
a:hover {
	color: #928b79;
	FONT-WEIGHT: bold;
	FONT-STYLE: italic;		
}
body {
	background-color: #928b79;
	color: #15100d;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-align: justify;
}
#site {
	background-color: #c7b38c;
	color:#15100d;
	margin: 10px auto;
	width: 484px;
}

#layout {
	background-color: #c7b38c;
	height: 341px;
	width: 484px;
	z-index: 1;
}

#content {
	background-color: #c7b38c;
	float: left;
	padding: 10px;
	width: 460px;
	text-align: justify;
	z-index: 2;
}
h1{
	margin: 0px;
	font: 26px "Georgia", georgia, serif;
	margin-top: 3px;
	line-height: 15px;
	margin-bottom: 2px;
	color: #726b59;
	text-transform: uppercase;
	text-align: right;
}
h2{
	margin: 0px;
	font: 18px "Georgia", georgia, serif;
	margin-top: 3px;
	line-height: 15px;
	margin-bottom: 2px;
	color: #726b59;
	text-transform: uppercase;
	text-align: left;
}
#footer {
	clear: both;
	background-color: #15100d;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 7px;
	font-size: 12px;
	text-align: right;
	color: #928b79;
	font-family: "Georgia", georgia, serif;
	font-variant: small-caps;
	line-height: 12px;
}
#footer a:link, .links {
	text-decoration: none;
	color: #928b79;
	border-bottom: none;
	font: 12px "Georgia", georgia, serif;
	font-variant: small-caps;
	font-weight: bold;
}
#footer a:hover,  a:visited {
	color: #928b79;
	font-weight: bold;
}