




/* ---------- ( Reset ) -------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}




/* ---------- ( General ) -------------------------------------------------- */
body {
	background: #9E0000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
div#wrapper {
	width: 780px;
	margin: 0 auto;
	background: url(../images/faux-bg.jpg) repeat-y;
}
.clear {
	clear: both;
}




/* ---------- ( Header ) -------------------------------------------------- */
div#header {
	background: url(../images/header-bg.jpg) no-repeat;
	height: 115px;
}
div#header h1 a {
	background: url(../images/logo.jpg) no-repeat;
	width: 323px;
	height: 79px;
	display: block;
	text-indent: -9999px;
	margin: 18px 0px 0px 30px;
	float: left;
	display: inline;
}
div#header ul {
	float: right;
	margin: 66px 98px 0px 0px;
	display: inline; 
}
div#header ul li {
	color: #fff;
	padding: 0px 5px 0px 10px;
	border-left: 1px solid #fff;
	line-height: 19px;
	display: inline;
	position: relative
}
div#header ul li#first {
	border-left: none;
}
div#header ul li a {
	color: #fff;
	text-decoration: none;
}
div#header ul li a:hover {
	text-decoration: underline;
}




/* ---------- ( Link Unit ) -------------------------------------------------- */
div.linkunit {
	background: url(../images/linkunit-bg.jpg) no-repeat;
	height: 26px;
	text-align: center;
	padding-top: 7px;
}




/* ---------- ( Sidebar ) -------------------------------------------------- */
div#sidebar {
	width: 210px;
	margin-left: 10px;
}
div#sidebar ul {
	font-size: 12px;
}
div#sidebar ul li {
	display: inline;
}
div#sidebar ul li a {
	display: block;	
	padding: 6px;
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #9B9993;
}
div#sidebar ul li#last a {
	border-bottom: none;
}
div#sidebar ul li a:hover, div#sidebar ul li.current a {
	background: #333;
	color: #fff;
	width: 198px;
}
div#sidebar #skyscraper {
	text-align: center;
	padding-top: 10px;
}




/* ---------- ( Content ) -------------------------------------------------- */
div#content {
	background: #fff;
	float: right;
	width: 530px;
	margin: 10px 20px 0px 0px;
	display: inline;
}
div#content p {
	line-height: 19px;
	margin-bottom: 10px;
}
div#content h1 {
	font: 27px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
div#content p.floatl {
	float: left;
	margin: 0px 15px 0px 0px;
}




/* ---------- ( Footer ) -------------------------------------------------- */
div#footer {
	background: #333;
	text-align: center;
	margin: 0px 10px;
	clear: both;
	width: 746px; /* ie as usual */
	padding: 7px;
	color: #fff;
	font-size: 11px;
}
div#footer a {
	color: #fff;
}











