body {
	background: #fef0e3 url('/x/background.png') repeat-y;

	font-family: georgia;
	font-size: 7.5pt;
	color: #b59468;

	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #000000;
}

b {
	font-family: tahoma;
	font-size: 7pt;
	color: #7e6445;
}

i {
	font-size: 7.5pt;
	color: #967752;
}

u {
	font-size: 7.5pt;
	color: #beac94;
	text-decoration: underline;
}

s {
	font-size: 7.5pt;
	color: #967752;
}

h1 {
	font-family: georgia;
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	color: #e5bd9a;	
	text-align: left;
	text-transform: lowercase;
	margin-bottom: 0px;
}

h1:first-letter {
	font-family: edwardian script itc;
	font-size: 36pt;
	color: #b7997e;
	text-transform: uppercase;
	line-height: 24px;

}

h2 {
	font-family: georgia;
	font-size: 7pt;
	font-weight: normal;
	color: #7e6445;
	text-align: left;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
}

h3 {
	font-family: georgia;
	font-size: 9pt;
	font-weight: 100;
	font-variant: small-caps;
	color: #694f2f;
	letter-spacing: 2px;
	text-align: center;
	border-bottom: 2px solid #967752;
	margin-bottom: 5px;
	line-height: 12px;
}

a:link, a:active, a:visited {
	font-family: georgia;
	font-size: 7pt;
	font-weight: normal;
	color: #9d612a;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom: 1px solid #9d612a;
}

a:hover {
	font-family: georgia;
	font-size: 7pt;
	font-weight: normal;
	color: #dcba94;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom: 1px solid #dcba94;
}

a.nav:link, a.nav:active, a.nav:visited {
	font-family: georgia;
	font-size: 8pt;
	font-weight: 100;
	color: #beac94;
	letter-spacing: 1px;
	text-align: center;
	border: none;
	margin-bottom: 1px; 
	display: block;
}

a.nav:hover {
	font-family: georgia;
	font-size: 8pt;
	font-weight: 100;
	color: #967752;
	letter-spacing: 2px;
	text-align: center;
	border: none;
	margin-bottom: 1px; 
	display: block;
}

a.affie:link, a.affie:active, a.affie:visited {
	font-family: georgia;
	font-size: 7pt;
	font-weight: normal;
	font-variant: small-caps;
	color: #dcba94;
	background: none;
	letter-spacing: 1px;
	text-decoration: none;
	border: none;
	display: block;
}

a.affie:hover {
	font-family: georgia;
	font-size: 7pt;
	font-weight: normal;
	font-variant: small-caps;
	color: #beac94;
	background: none;
	letter-spacing: 1px;
	text-decoration: none;
	border: none;
	display: block;
}

input, textarea {
	font-family: georgia;
	font-size: 7pt;
	color: #b59468;
	overflow-x: hidden;
	border: 1px solid #b59468;
	background-color: transparent;
	width: 80px;
	height: 20px;
}

a, body {cursor: crosshair;}
::-moz-selection {color: #7e6445;  background: #fef0e3;}

#sidebar {position:absolute; overflow:yes; width: 139px; left: 531px; top: 350px;}
#body {position: absolute; overflow:yes; width: 464px; left: 62px; top: 350px;}