html
{
	height:100%;
}
body
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#EEEBDC;
}
#wrapper
{
	width:100%;
	text-align:center;
}
#main
{
	margin:auto;
	width:800px;
}
#menu
{
	background-color:#FFF;
	display:block;
	width:200px;
	float:right;
	padding-top:20px;
	font-size:small;
	text-align:center;
}
#menu a
{
	display:block;
	color:#604C3C;
	text-decoration:none;
	font-weight:800;
	padding-bottom:5px;
}
#menu a:hover
{
	color:#70675B;
}
#menu a.menu-linksselected
{
	color:#A29990;
}
#right
{
	width:561px;
	height:100%;
}
#intro
{
	background-image:url('images/content_bckgrd.jpg');
	background-repeat:repeat-y;
	font-style:italic;
	padding:20px;
	padding-top:30px;
	padding-right:10px;
	padding-bottom:30px;
	width:540px;
	height:75px;
	color:#70675B;
	font-size:1.1em;
	text-align:left;
	overflow:hidden;
	background-color:#EEEBDC;
}
#intro h2
{
	font-style:normal;
	margin-top:-10px;
	font-size:medium;
}
#content
{
	margin:0px;
	padding:0px;
	width:530px;
	text-align:left;
	padding:20px;
}
hr
{
  border: 0;
  width:100%;
  background-image:url('images/hr.gif');
  background-repeat:no-repeat;
  background-position:0px 0px;
}
b
{
	color:#70675B;
}
a
{
	color:#604C3C;
	text-decoration:none;
}
a:hover
{
	color:#70675B;
}
#footer
{
	font-size:0.7em;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url('images/hr.gif');
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:20px;
	text-align:center;
}
#top
{
	height:203px;
}
