﻿body {
	background-image:url('images/canvas_back.png');
	background-color: white; 
	margin: 0px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
}

h1 {
	font-size: 2.5em;
	color: #0b588e;
	margin-top: 0px;
}
h2 {
	font-size: 1.5em;
	color: #0b588e;
}
a {
	text-decoration: none;
	color: #9d4021;
}
a:hover {
	color: #0b588e;
}

/* Layout */

#background {
	background-image:url('images/canvas_back_top.png');
	background-position: center top;
	background-repeat: repeat-x;
	height: 250px;
	z-index: -1;
}
#content {
	margin-top:-250px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	z-index: 1;
	background-color: #f2f2e6;
}
#header {
	margin-top: 15px;
	border-bottom: 10px #D9D8C4 solid;
	padding: 8px;
}
#header .box {
	width: 243px;
	float: right;
	padding-left: 10px;
	text-align: center;
}
#main .box {
	width: 390px;
	padding: 10px;
	padding-bottom: 5px;
	text-align: center;
	border:1px solid gray;
    margin:0 auto;
    font-size: .9em;
}
#nav {
	float: left;
	width: 199px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.8em;
	border-right: 1px #D9D8C4 dotted;
	border-bottom: 1px #D9D8C4 dotted;
}
#nav li {
	line-height: 1.5;
	color: #9d4021;
}
#main {
	padding: 20px;
	float: right;
	width: 760px;
	text-align: center;
}
#footer {
	clear: both;
	font-size: 0.8em;
	text-align: center;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background: #D9D8C4;
}

/* Featured */

ul#featured {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	padding: 22px;
	background-image:url('images/featured.png');
	width: 456px;
	height: 136px;
}
ul#featured li {
	float: left;
	width: 152px;
	text-align: center;
	color: #9d4021;
}

