html, body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#702022;
}
#layout {
	width: 714px;
	margin: 0 auto;
}
#shadow-right {
	background: url(../_img/shadow-left.gif) repeat-y top right;
	width: 714px;
}
#shadow-left {
	background: url(../_img/shadow-right.gif) repeat-y top left;
	width: 714px;
}
#mainContainer {
	position: relative;
	width: 690px;
	margin: auto;
	border: 1px solid #000;
	background: #FDFDE6;
}
#logo {
	background: #000;
}
#header {
	float: left;
	background: #000;
}
#navigation {
	background: url(../_img/nav-bg.gif) repeat-x;
	width: 100%;
	float: left;
}
#navigation ul {
	/*background: url(beta/_img/nav-bg.gif) repeat;*/
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
#navigation li {
	display: inline;
	padding: 0;
	float: left;
}
#navigation li a {
	padding: 10px 10px;
	background:url(../_img/nav-bg.gif) repeat-x top left;
	color: #fff;
	text-decoration: none;
	float: left;

}
#navigation li a:hover, #navigation a#current {
	background:url(../_img/rollover-bg.gif) repeat-x top left;
	
}
#mainContent {
	width: 65%;
	clear: both;
	float: left;
	padding-bottom: 80px;
	min-height: 450px;
}
#mainContent p {
	padding-bottom: 1.2em;
}
#wrapper {
	width: 690px;
	float: left;
	background: url(../_img/body-bg.gif) repeat-y top left;
}
h1 {
	font-size: 120%;
	padding: 30px 20px 0px 20px;
	margin: 0;
}
h2 {
	font-size: 100%;
	padding: 15px 0 0 0;
	margin: 0 20px;
}
p {
	padding: 5px 20px 0px 20px;
	margin: 0;
	line-height: 1.5em;
}
#sidebar {
	width: 33%;
	float: right;
	background: #EBEBD2;
}
#footer {
	clear: both;
	text-align: right;
	font-size: 85%;
	padding-right: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #000;
	background: #5D0000;
	color: #fff;
}
label {
	display: block;
}
input {
	width: 185px;
}
textarea {
	width: 185px;
}
form {
	width: 200px;
	padding-left: 20px;
}

a {
	color: #702022;
	text-decoration: none;
}
