@import url('//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic');

body {
	margin: 0;
	padding: 20px 0;
	background: #EEF4F1;
	font: 14px/1.5 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	color: #472D20;
}

#container {
	margin: auto;
	width: 960px;
	border: 10px solid #FFFFFF;
	background: #CFE2D8 url(images/page-bg.gif) 0 0 repeat-y;
}
#stage {
	background: url(images/books.jpg) bottom right no-repeat;
	overflow: hidden;
	border: 1px solid #CFE2D8;
}

#sidebar {
	float: right;
	width: 240px;
	border: 2px solid #FFFFFF;
	border-bottom: none;
	padding-bottom: 170px;
}

#header {
	width: 100%;
}
#header td {
	background: #FFFFFF;
	height: 50px;
	padding: 10px;
	text-align: center;
	line-height: 1.1;
	border-bottom: 1px solid #3C795D;
}
#header a {	
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#header a img {
	max-width: 220px;
	height: auto;
	border: none;
}
#header p {
	margin: 10px 0 5px;
	font-size: 14px;
	line-height: 18px;
	color: #4E8A70;
}



/* ============================================== side bar ============================================== */

#nav {
	margin: 0;
	padding: 0 0 50px;
	list-style: none;
	background: #4E8A70 url(images/nav-end.gif) bottom repeat-x;
}
#nav li {
	margin: 0;
	padding: 0;
	line-height: 0;
}
#nav li a {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
	text-align: right;
	color: #FFFFFF;
	background: #3C795C url(images/nav-bg.gif) top repeat-x;
	padding: 10px 15px 9px;
	border-bottom: 1px solid #25583E;
}
#nav li a:hover {
	text-decoration: underline;
}

#nav div {
	line-height: 0;
	padding: 5px 0 15px;
}
#nav li div a {
	font-size: 12px;
	background: none;
	border: none;
	padding: 5px 15px;
}



/* ============================================== general content ============================================== */

#content {
	margin-right: 247px;
	background: #EEF4F1 url(images/grad-bg.gif) top repeat-x;
	border: 2px solid #FFFFFF;
	border-right: none;
	padding: 30px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	line-height: 1.2;
	color: #4E8A70;
}

h1 {
	margin: 12px 0 20px;
	font-size: 28px;
}
h2 {
	margin: 30px 0 14px;
	font-size: 20px;
	font-weight: normal;
}
h3 {
	margin: 20px 0 -10px;
	font-size: 16px;
}
p {
	margin: 14px 0;
}
a {
	color: #4E8A70;
}
ul {
	margin: 20px 0;
}
li {
	margin: 0 0 7px;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #CFE2D8;
	background-color: #CFE2D8;
	border: none;
}
small {
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	color: #999999;
}
small a {
	color: #999999;
}
#content img {
	max-width: 649px;
	height: auto;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 14px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	color: #472D20;
	width: 300px;
}
.button {
	width: auto;
	font-weight: bold;
	color: #4E8A70;
	padding: 5px;
}
form table {
	margin: 14px 0;
}
form th {
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
	width: 160px;
	padding: 5px 10px 0 0;
}
form td {
	line-height: 1.2;
	padding: 5px 0;
}
form small {
	display: block;
}

.clear {
	clear: both;
}



/* ============================================== footer ============================================== */

#footer {
	margin: auto;
	width: 960px;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	color: #95B9A9;
	padding: 5px 0;
}
#footer p {
	color: #4E8A70;
}
#footer a {
	color: #95B9A9;
}

