html, body {
	margin: 0;
	text-align: center;
}

body {
	background: #fffbe3 url(../images/bg.gif) top left repeat-x;
	font-family: georgia, garamond, sans-serif;
	font-size: 1em;
	color: #515151;
}

a {
	color: #c89f30;
	text-decoration: none;
}
a img {
	border: 0;
}

p {
	margin-left: 10px;
}
h1 {
	font-size: 0.8em;
	color: #333333;
	font-weight: normal;
	margin-left: 10px;
}
h1 .large {
	font-size: 1.45em;
	font-weight: bold;
}
h2 {
	font-size: 0.8em;
	color: #333333;
	font-weight: bold;
	margin-left: 10px;	
}
table {
	font-size: 0.7em;
	font-family: verdana, sans-serif;
	margin-left: 10px;
}
thead {
	background: #faefa7;
}
td {
	background: #fef9d8;
}
td {
	border-bottom: 1px #ffffff solid;
}
th, td {
	padding: 7px;
}
tfoot {
	font-style: italic;
}

#wrapper {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	text-align: left;
	background: #ffffff;
	width: 920px;
	height: 145px;
	background: url(../images/headerbg.gif) top left no-repeat;
}

.headernavi {
	text-align: right;
	width: 920px;
	height: 40px;
	font-size: 0.7em;
	text-transform: uppercase;	
}

.navigation {
	text-align: left;
	width: 270px;
	float: left;
	background: url(../images/navigationbg.gif) top left no-repeat;
}

.space {
	width: 920px;
	height: 40px;
	clear: both;
}

.clear {
	height: 20px;
	clear: both;
}

.content {
	text-align: left;
	width: 650px;
	float: right;
	background: url(../images/contentbg.gif) top left no-repeat;
}
.contentleft {
	float: left;
	width: 210px;
	min-height: 609px;
	background: url(../images/contentleftbg.jpg) top left no-repeat;
}
.contentright {
	float: right;
	width: 440px;
}

#toggle1, #toggle2, #toggle3, #toggle4, #toggle5, #toggle6, #toggle7 {
	margin-left: 20px;
}

#footer {
	text-align: right;
	width: 440px;
	font-size: 0.7em;
	padding-top: 40px;
	margin-bottom: 60px;
	padding-left:480px;	
}