html, body {
	padding: 0;
	margin: 0;
}

body {
	background: url(/_assets/img/global/bg.jpg);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background: #FFF;
	text-align: left;
	margin-bottom: 50px;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	height: 150px;
	width: 900px;
	background: url(/_assets/img/global/header.jpg);
}

#header a {
	position: relative;
	top: 22px;
	left: 28px;
	height: 85px;
	width: 200px;
	display: block;
}

p {
	font-size: 12px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #513a1d;
	font-size: 20px;
}

#nav {
	position: relative;
	float: left;
	height: 400px;
	width: 130px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	padding-right: 30px;
	padding-top: 22px;
}

#nav a {
	display: block;
	color: #9aa800;
	text-decoration: none;
	height: 21px;
}

#member, a, p a {
	color: #9aa800;
	text-decoration: none;
}

#nav a:hover {
	color: #513a1d;
}

#content {
	position: relative;
	float: left;
	width: 730px;
	padding-right: 10px;
}

#footer {
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	clear: both;
	text-align: center;
	padding: 20px 0;
	font-size: 10px;
	line-height: 24px;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #9aa800;
}

#slideshow {
	height: 423px;
	width: 478px;
}

#right_column {
	float: right;
	margin-top: 10px;
	width: 240px;
}

#right_column img, #right_column div {
	margin-bottom: 10px;
}