body {
	background-color: #f8f7f3;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-top: 60px;
}

/* overall structure */

#all {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-bottom: 25px;
}

#menu {
	margin-bottom: 30px;
}

#submenu {
	width: 80px;
	float: left;
	text-align: right;
}

#sidebar {
	width: 190px;
	float: right;
}

#content {
	border-left: 1px solid #e1e1e1;
	margin-left: 90px;
	margin-right: 355px;
	padding-left: 18px;
}

#footer {
	clear: both;
	border-top: 1px solid #e1e1e1;
	font-size: 10px;
}

/* typography */

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
}

#sidebar h1 {
	background-color: #e1e0db;
	line-height: 20px;
	font-size: 12px;
	padding-left: 8px;
	margin-bottom: 5px;
}

h2 {
	font-size: 12px;
	margin-bottom: 0px;
}

h2 a {
	color: #333;
}

small {
	color: #666;
	font-weight: bold;
}

a {
	color: #298d7a;
	text-decoration: none;
	font-weight: bold;
}

a img {
	border: 0px;
}

#menu a {
	margin-right: 15px;
	font-size: 14px;
	color: #666666;
}

#menu a.selected {
	margin-right: 15px;
	font-size: 14px;
	color: white;
	background-color: #298d7a;
	padding: 3px 6px;
}

#submenu a {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
}

#submenu a.selected {
	color: #298d7a;
	font-weight: normal;
	font-size: 11px;
}

#sidebar a {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
}

#sidebar p {
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 4px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 9px;
}

#footer a {
	color: #333333;
	font-weight: normal;
}

