@charset "ISO-8859-1";

@import url("styles.css");

@import url("heading.css");
@import url("content.css");

@import url("lhs.css");

/* Colors {
	dark olive: #33332B;
	graphic yellow: #FFC222;
	graphic aqua: #B0E3DA;
	text yellow: #E7AB0F;
	text aqua: #8ED6C9;
	khaki: #AFA376;
	text grey: #4C4C4C;
	bg: #1F343B;
}
*/


html {
	background: #1F343B url(../../images/bg.gif) repeat-x;
}

html, table {
	font: 12px Arial, Helvetica, sans-serif;
}

table, table td {
	vertical-align: top;
	border-collapse: collapse;
	/*margin: 0px; padding: 0px;*/
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

 * > #frill {
    background: transparent url(../../images/frill.png) no-repeat center top;
}

* > #glow {
    background: transparent url(../../images/glow.png) repeat-y center top;
}

a {
	color: #275562;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
}

.float-catch {
	clear: both; /* fix floating element overflow */
}

#footer {
	background: black url(../../images/footer.gif) 0% 0% no-repeat;
	padding: 0px;
	height: 48px;
	margin: 30px 0px 0px 0px;
}

* > #footer {
	margin-left: 0px;
	margin-right: 0px;
}

img {
	border-width: 0px;
}

#container {
	display: table;
	width: 760px;
	margin: 0px auto 0px auto;
	text-align: left;
	background: white url(../../images/content/content-white-fade.gif) 0% 0% repeat-y;
	/*height: 100%;*/
}

.filler-space {
	display: block;
	height: 300px;
}


