body,p,td {
	font: normal 85%/220% arial;
	color:#320;
}

ol {
	font: normal 90%/230% tahoma;
}

body {
	background:url('bg.jpg');
	margin: 20px auto;
}

#header {
	width: 205px;
	height: 450px;
	margin: 10px;
	float:left;
	background: url('header.png') no-repeat scroll center top #fff;
}

a:visited,a:link {
	text-decoration:none;
	color:#9d352a;
}

a:hover {
	color:#a67853;
	border-bottom: none;
}

img {
	border:0;
}

h1 {
	font: normal 130% cambria;
	padding: 5px;
	color: #621;	
	letter-spacing: 1px;
	text-transform:lowercase;
}

h3 {
	text-align:center;

	color:#92622e;
	font: bold 85%/220% arial;
}

h5 {
	color:#bbaa85;	
	text-align:right;
	font: normal 75%/180% tahoma;
}

b,strong {
	color:#92622e;
	font-family:arial;
}

em, i {
	color:#9e7934;
	font-family: georgia;
}

blockquote {
	display:block;
	font: italic 80%/210% georgia;
	padding:5px 15px;
	color: #953;
	margin: 0px 60px;
	border-left: 1px solid #cebc96;
	text-align:left;
}

input, textarea, select {
	font:italic 95% georgia;
	color: #953;
	border: 1px solid #cebc96;
	padding:10px;
	margin: 6px;
	background: #fff;
}

#floater {
	position: absolute;
	top:50%;
	margin-top:-230px;
	left: 50%;
	margin-left: -375px;
}


#container {
	width:750px;
	height:470px;
	margin:0 auto;
	background-color: #F0E8DD;
	clear:both;
	position:relative;
}

#content {
	width:505px;
	margin: 10px;
	height: 415px;
	background-color:transparent;
	float:right;
	overflow:auto;
}

#footer {
	height:auto;
	width:auto;
	text-align:center;
	margin: 0;
	padding: 5px;
}

#navigation {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:7px 7px 0 0;
	text-align: right;
}

#navigation ul, #navigation li {
	margin:0 auto;
	padding:0;
	display: inline;
	list-style-type: none;	
	list-style:none;
	text-align: center;
}

#navigation li a {
	padding: 1px;
	width:auto;
	height:auto;
	margin: 0 10px;
	text-align:center;
	color:#b00;
	font: normal 85% georgia;
	text-decoration:none;
	text-transform:lowercase;
}

#navigation li a:hover {
	color:#986;
}
