/* ============ LAYOUT ============= */

body, html 
	{
	padding:0; 
	margin:0 auto; 
	height:100%; 
	overflow-y:auto; 
	background: #eeefe1;
	font-family: "Georgia", "Times New Roman", serif;
	}



#main 
	{
	margin: 0; 
	width:700px; 
	padding-left: 370px;
	padding-top: 165px;

	z-index: 10;
	}
#side 
	{
	display:block; 
	top: 45px; 
	left:85px; 
	width:260px; 
	position:fixed; 
	padding: 0; 
	z-index: 5;
	}
#third 
	{
	display:block; 
	top:40px; 
	left:930px; 
	width:130px; 
	position:fixed; 
	padding: 0; 
	z-index: 5;
	}
* html #side 
	{
	position:absolute;
	}
* html #third 
	{
	position:absolute;
	}
	
/* ============= MAIN AREA ============== */

p.title
	{
	font: 10px serif;
	font-family: Georgia, "Times New Roman", serif;
	color: #6C6050;
	font-weight: bold;
	margin: 0;
	letter-spacing:0.03em;
	line-height:1.4em;
	}

p.sub
	{
	font: 10px serif;
	font-family: Georgia, "Times New Roman", serif;
	color: #A59D8B;
	margin: 0;
	}

p.description
	{
	font: 10px serif;
	font-family: Georgia, "Times New Roman", serif;
	color: #A59D8B;
	margin: 0 42px 7px 0;
	}
	
p.foot
	{
	font: 10px Arial, sans-serif;
	border-bottom: 30px solid #444444;
	color: #565656;
	margin: 0 2px 22px 0;
	padding-bottom: 3px;
	}
	
a
	{
	text-decoration: none;
	color: #B87250;
	}
	
a:hover
	{
	color: #DCBB90;
	}

span.s
	{
	font-family: monospace;
	color: #af7768;
	}
	
img {
	padding-right: 11px;
	padding-bottom: 11px;

	}
	
/* ============= SIDE AREA ============== */

a.sidelink
	{
	text-decoration:none;
	color: #ffffff;
	background-color: #e3dfcb;
	padding: 2px;
	margin: 0 auto auto 4px;
	font: 900 14px/23px sans-serif;
	letter-spacing: 3px;
	}
a.sidelink:hover
	{
	color: #ff2b0f;
	background-color: #eeeeee;
	letter-spacing: 4px;
	}
p.sidenote
	{
	margin: 40px auto 4px 4px;
	}
span.sidenotebg
	{
	padding: 2px;
	font: 11px/14px serif;
	font-family: Georgia, "Times New Roman", serif;
	color: #555555;
	}


