* {
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
body {
	background: #666 url(images/tile_body.jpg) top left repeat-x;
	font: medium verdana, sans-serif;
	text-align: center;
	padding: 20px;
	}
div#wrap {
	background: #fff url(images/tile_wrap.gif) top right repeat-y;
	border: 1px solid #fff;
	text-align: left;
	margin: 0 auto;
	width: 760px;
	}
div#header {
	background: #9c0 url(images/tile_header.jpg) top left repeat-x;
	border-bottom: 1px solid #fff;
	}
div#header h1 {
	font-family: georgia, serif;
	padding: 20px 0 0 20px;
	letter-spacing: 1px;
	color: #fff;
	}
div#header h2 {
	font-family: georgia, serif;
	padding: 0 0 20px 20px;
	letter-spacing: 1px;
	color: #fff;
	}
div#header h1 a, div#header h2 a {
	text-decoration: none;
	display: block;
	color: #fff;
	}
div#content {
	padding: 0 20px 20px 20px;
	width: 430px;
	float: left;
	}
div#content h3 {
	font-family: georgia, serif;
	letter-spacing: 1px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 130%;
	color: #c90;
	}
div#content h4 {
	font-family: georgia, serif;
	text-transform: uppercase;
	padding: 10px 0 0 10px;
	letter-spacing: 1px;
	font-size: 90%;
	}
div#content p {
	padding: 10px 0 0 20px;
	font-size: 80%;
	}
div#content ul, div#content ol {
	padding: 10px 0 0 45px;
	font-size: 80%;
	}
div#content strong {
	font-weight: bold;
	}
div#sidebar {
	background: #c90 url(images/tile_sidebar.jpg) top left repeat-x;
	padding: 20px 20px 10px 20px;
	width: 250px;
	float: right;
	}
div#sidebar ul {
	list-style: none;
	}
div#sidebar ul a {
	border-bottom: 1px solid #fff;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	color: #fff;
	}
div#sidebar ul li a:link {
	background: url(images/bullet_box.gif) center left no-repeat;
	}
div#sidebar ul li a:hover, div#sidebar ul li a:active {
	background: url(images/bullet_arrow_w.gif) center left no-repeat;
	font-weight: bold;
	}
div#sidebar ul li a:visited {
	background: url(images/bullet_check.gif) center left no-repeat;
	}
div#sidebar ul li a.current {
	background: url(images/bullet_arrow_y.gif) center left no-repeat;
	font-weight: bold;
	cursor: default;
	color: #ff6;
	}
div#sidebar ul ul a {
	border-bottom: none;
	}
div#sidebar ul ul a:link {
	background: url(images/bullet_box.gif) center left no-repeat;
	}
div#sidebar ul ul a:visited {
	background: url(images/bullet_check.gif) center left no-repeat;
	}
div#sidebar ul ul a:hover, div#sidebar ul ul a:active {
	background: url(images/bullet_arrow_w.gif) center left no-repeat;
	}
div#sidebar ul ul li a.current {
	background: url(images/bullet_arrow_y.gif) center left no-repeat;
	}
div#sidebar ul ul li a.current:hover {
	font-weight: bold;
	}
div#sidebar ul#navigation {
	font-family: georgia, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 90%;
	}
div#sidebar ul ul {
	font-family: verdana, sans-serif;
	padding: 10px 10px 10px 20px;
	display: inline-block;
	font-size: 80%;
	}
div#footer {
	background: #9c0 url(images/tile_footer.jpg) bottom left repeat-x;
	font-family: georgia, sans-serif;
	border-top: 1px solid #fff;
	letter-spacing: 1px;
	display: inline-block;
	font-size: 80%;
	padding: 20px;
	color: #fff;
	clear: both;
	}
div#footer a {
	text-decoration: none;
	display: block;
	color: #fff;
	}
span.y {
	color: #ff6;
	}