@charset "ISO-8859-1";

@import url("styles.css");

@import url("heading.css");
@import url("content.css");

@import url("lhs.css");


html {
	background-color: #b3cdce;
}

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;
	height: 100%;
	text-align: center;
}

a {
	color: #EE2A24;
	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 */
}

img {
	border-width: 0px;	
}

#container {
	display: table;
	width: 760px;
	margin: 0px auto 0px auto;
	text-align: left;
	background: white url(../../images/content/background.gif) 178px 0px repeat-y;
	height: 100%;
}


.filler-space {
	display: block;
	height: 300px;
}


