html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: transparent;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

* { margin:0; padding:0; }
html { padding:70px 0 40px; background:#000; }
body { width:900px; margin:0 auto; border:1px solid #fff; font-size:1em; line-height:1; font-family:"Lucida Sans Unicode","Lucida Sans",verdana,arial,helvetica; }
a { text-decoration:none; color:#fff; }
#header { height:30px; }
#header h1 { float:left; border-bottom:1px solid #fff; display:block; width:251px; position:relative; top:-29px; margin-bottom:-29px; }
#header h1 a {	text-indent:-9000em;	overflow:hidden;	display: block;	width:251px;	height:58px;	outline:0;	background-image: url(images/logo.png);	background-repeat: no-repeat;}
#container {
	overflow:hidden;
	width:100%;
	font-size:0.8em;
	line-height:1.3;
	background-image: url(images/faux.png);
	background-repeat: repeat-y;
}
#navigation { background:#c07b03; height:28px; width:648px; border-top:1px solid #000; border-bottom:1px solid #fff; border-left:1px solid #fff; float:right; }
#navigation ul { float:right; list-style:none; }
#navigation li { float:left; }
#navigation li a { float:left; height:20px; padding:4px 10px; }
#navigation li.active a { background:#606668; }
h2.title { font-size:2em; line-height:1; margin-bottom:30px; }
#sidebar {
	float:left;
	width:211px;
	min-height:580px;
	height: auto !important;
	height:580px;
	padding:10px 20px;
	background-image: url(images/sidebar_background.png);
	background-repeat: repeat-x;
}
#content {
	min-height:580px;
	height: auto !important;
	height:580px;
	width:608px;
	float:right;
	color:#fff;
	padding:10px 20px;
	background-image: url(images/content_background.png);
	background-repeat: repeat-x;
}
p { margin-bottom:10px; }
#footer {
	height:36px;
	text-align:right;
	color:#fff;
	padding-right:10px;
	line-height:2.7;
	font-size:0.9em;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}
#sidebar a { text-decoration:none; color:#000; }
