body {
	background: #000;
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: 'trebuchet ms', Verdana, Arial, Sans-Serif;
}

#wrapper {
	background: #000 url(images/bg-ymo-menu.png) repeat-y 10px 0;
}

#content {
	margin: 0 10px 0 270px;
	padding: 2em 30px;
	line-height: 1.6;
	font-size: 1.1em;
	min-height: 550px;
	height: 550px;
}

html>body #content {
	height: auto;
}

#footer {
	padding: 1em 0;
	margin: 0;
	background: #000;
	color: #faffe1;
	width: 100%;
	text-indent: 10px;
}

#pull {
	width: 13em;
	float: right;
	margin: 6em 0 2em 2em;
	font-weight: bold;
}

#pull img {
	display: block;
	width: 125px;
	border: 1px solid #558f3e;
	margin: 0 auto;
}

#pull blockquote {
	margin: 0;
	padding: 1em 0 0.75em 0;
	line-height: 1.8;
	font-size: 1.1em;
	font-family: 'trebuchet ms', Verdana, Arial, Sans-Serif;
	background-image: none;
}

#pull p, #pull cite {
	margin: 0;
	padding: 0;
}

#header {
	background: #e8482d url(images/flame-tree-logo.png) no-repeat left top;
	height: 200px;
	border-bottom: 10px solid #000;
	padding-left: 300px;
}

#header a {
	background: #e8482d url(images/bg-yang-may-ooi.png) no-repeat left top;
	display: block;
	width: 400px;
	height: 120px;
	text-indent: -3000em;
}

#header div {
	font-weight: normal;
	font-size: 1.2em;
	padding-left: 10px;
	max-width: 550px;
}

#nav {
	position: absolute;
	top: 260px;
	left: 30px;
	width: 190px;
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav li {
	margin: 0;
}

#nav li.last {
	margin: 3em 0 0 0;
}

#nav a {
	display: block;
	padding: 5px 15px;
	width: 160px;
	font-weight: bold;
	border-bottom: 1px solid #548043;
	text-decoration: none;
}

#nav a:link, #nav a:visited {
	color: #faffe1;
	background-color: #78B760;
}

#nav a:hover {
	color: #f4f3e1;
	background-color: #558f3e;
}

#nav li.last a {
	display: block;
	padding: 5px 15px;
	width: 160px;
	font-weight: bold;
	border: 1px solid #548043;
	text-decoration: none;
}

#nav li.last a:link, #nav li.last a:visited {
	color: #faffe1;
	background-color: #558f3e;
}

#nav li.last a:hover {
	color: #f4f3e1;
	background-color: #558f3e;
}

blockquote {
	line-height: 1.8;
	background: transparent url(images/quote.png) no-repeat left top;
	margin-left: 0;
	padding-left: 35px;
}

blockquote div {
	background: #faffe1 url(images/quote-close.png) no-repeat right bottom;
	margin-left: 0;
	padding-right: 35px;
}

h1 {
	border-bottom: 1px solid #558f3e;
	margin-top: 0;
	padding-bottom: 0.5em;
}

.promo {
	text-align: center;
	font-weight: bold;
}

h2.promo {
	margin-bottom: 0;
	padding-bottom: 0;
}

p.promo {
	font-size: 1.1em;
	margin-top: 0;
	padding-top: 0;
}

#content {
	background-color: #faffe1;
}

#content a {
	text-decoration: none;
	font-weight: bold;
}

#content a:link, #content a:visited {
	color: #558f3e;
	background-color: #faffe1;
	border-bottom: 1px dotted #faffe1;
}

#content a:hover {
	background-color: #faffe1;
	color: #e8482d;
}

.covers {
	text-align: center;
	width: 240px;
	margin: 0 auto;
}

#content .covers a, #content h2.promo a {
	border-bottom: none;
}

.covers img {
	margin: 5px;
}

a img {
	border: none;
}


