/* colors:
background - f3ebda
borders - d9c7a3
white - fff
text - 998a6b
highlight - 807359
image border - ebdec1
*/
html {
	background: #f3ebda;
}
body {
	padding: 50px 0 10px 0;
	margin: 0;
	font-family: arial, verdana, "trebuchet MS", sans-serif;
	font-size: 76%;
	text-align: left;
	background: transparent url(images/design/bg.gif) repeat-x 0 125px;
}
a {
	outline-style:none;
}
/* ------------------------------------------------------------ header */
#head {
	margin: 0 auto;
	padding: 0;
	height: 120px;
	width: 760px;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	background: #d9c7a3 url(images/design/banner.gif) no-repeat 10px 0;
}
#head a, #head span {
	line-height: 30px;
	padding: 0 30px;
	position: relative; top: 90px;
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
	color: #998a6b;
}
#head span, #head a:hover, #head a:focus {
	color: #fff;
}
/* ------------------------------------------------------------ content */
#cont {
	margin: 0 auto;
	padding: 0;
	width: 740px;
	background-color: #fff;
	border-left: 10px solid #d9c7a3;
	border-right: 10px solid #d9c7a3;
	color: #807359;
	min-height: 300px; /* Doesn't work with IE < 7 */
	overflow: hidden;
}
#cont h3, h4 {
	font-size: 1.1em;
	margin: 20px 10px 10px 10px;
}
#cont h3 {
	font-size: 1.5em;
	color: #fa0;
}
#cont p {
	margin: 10px;
	line-height: 1.5;
}
#cont a {
	color: #998a6b;
}
#cont a:hover, #cont a:focus {
	color: #fa0;
}
#cont .imgr, #cont .imgl {
	margin: 10px;
	float: right;
	clear: both;
	display: inline; /* Fix for double margin bug (IE < 7) */
	font-size: 0.9em;
	line-height: 1;
	background-color: #d9c7a3;
	border: 5px solid #ebdec1;
}
#cont .imgl {
	float: left;
}
#cont .imgr p, #cont .imgl p {
	margin: 5px 0 0 0;
}
#cont table {
	margin: 15px;
	border: 6px double #ebdec1;
	border-collapse: collapse;
	table-layout: fixed;
}
#cont td {
	margin: 15px;
	border: 2px solid #ebdec1;
	padding: 5px;
}
/* ------------------------------------------------------------ bottom (img) */
#bott {
	margin: 0 auto;
	padding: 0;
	height: 40px;
	width: 760px;
	background: #d9c7a3 url(images/design/bottom.gif) no-repeat;
}
/* ------------------------------------------------------------ footer */
#foot {
	margin: 10px auto;
	padding: 0;
	color: #998a6b;
	font-size: 0.85em;
	text-align: center;
}
#foot a {
	color: #998a6b;
}
#foot a:hover, #foot a:active, #foot a:focus {
	color: #fa0;
}