* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

html, body {
	width: 100%;
	height: auto;
	min-height: 100%;
	font-size: 12px;
	color: #feb645;
	font-family: arial, verdana, sans-serif;
}

body { background: #949499 url('/images/bg_tile.gif') top center repeat-x; }

/* layout */
#wrapper {
	position: relative;
	width: 840px;
	margin: 0 auto;
}

#menu { height: 160px; }
#flashnav { height: 160px; }

#content {
	margin: -18px 0 0 100px;
	width: 740px;
	height: 400px;
	overflow: hidden;
	position: relative;
}

#column-left {
	float: left;
	width: 226px;
	height: 400px;
	padding: 34px 10px 0 0;
}

#column-right {
	float: left;
	width: 484px;
	height: 400px;
	position: relative;
}

#column-right.bordered {
	border-left: 1px solid #feb645;
	width: 468px;
	padding-left: 15px;
}

#footer {
	margin-top: 20px;
	height: 90px;
	font-size: 11px;
	background: url('/images/footer.png') bottom center no-repeat;
}

/* common */
strong {
	font-weight: 800;
	color: #d08000;
}

strong.alt {
	color: #feb645;
	background: #fff;
}

h2 { margin-bottom: 19px; }

p {
	margin-bottom: 18px;
}

a {
	color: #d08000;
	text-decoration: none;
}

a.selected { font-weight: 800; }

a.alt { font-weight: 800; }

ul { margin-bottom: 20px; }

.alt { color: #d08000; }

.clear { clear: both; }

.hidden { display: none; }

/* page styles */
h2.page-title {
	height: 16px;
	overflow: hidden;
}

h2.page-title span { visibility: hidden; }

/* footer */
#footer p {
	padding-top: 15px;
	text-align: center;
}

#footer a {
	color: #feb645;
	text-decoration: underline;
}