body,p,td {
	font: normal 90%/230% arial;
	color:#555;
}

ol {
	font: normal 90%/230% tahoma;
}

body {
	background-color: #DFD0A8;
	margin: 20px auto;
}

#header {
	width: 600px;
	height: 301px;
	text-align: center;
	margin: 0 auto;
	background: url('header.png') no-repeat scroll center top #fff;
}

a:visited,a:link {
	text-decoration:none;
	color:#D3B160;
	font-weight:bold;
}

.img {
	border: 5px solid #F5E0AE;
	margin: 5px;
}

a:hover {
	color:#A9494A;
}

img {
	border:0;
}

h1 {
	font: italic 140% "times new roman", georgia;
	padding: 30px 0 0 25px;
	color: #D25652;
	text-transform:lowercase;
	letter-spacing: 2px;
}

h3 {
	text-align:center;
	font: bold 90%/230% arial;
	color:#da6;
}

h5 {
	color:#666;	
	text-align:center;
	font: normal 75%/190% tahoma;
}

b,strong {
	color:#B3723D;
}

em, i {
	color:#934047;
	font-family: georgia;
}

blockquote {
	display:block;
	font: normal 85%/220% tahoma;
	padding:15px;
	color: #888;
	margin: 25px 65px;
	background: #FFE7C8;
}

input, textarea, select {
	font: normal 90%/220% tahoma;
	color: #555;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom: 1px solid #EFD087;	
	padding:12px;
	margin: 6px;
	background: #F9EBC8;
}

#container {
	width:600px;
	height:auto;
	margin:0 auto;
	background: #FEF3E4;
}

#content {
	width:560px;
	padding: 0 20px;
	background-color:transparent;
}


#footer {
	clear:both;
	height:auto;
	width:auto;
	text-align:center;
	margin: 0;
	padding: 30px 5px 5px 5px;
}

#navigation {
	list-style:none;
	list-style-type:none;
	margin:0 auto;
	padding: 15px 0 10px 0;
	text-align:center;
}

#navigation ul, #navigation li {
	margin:0 auto;
	padding:0;
	display: inline;
	list-style-type: none;	
	list-style:none;
	text-align: center;
}

#navigation li a {
	margin: 0 14px;
	text-align:center;
	color:#B3723D;
	font: bold 90% arial;
	padding: 2px;
	text-decoration:none;
}

#navigation li a:hover {
	color:#DABA6E;
}
