html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #FFFFFF;
	line-height:17px;
	font-size : 12px;
	background-color : #B0B0AC;
}

div#container {
	position:relative;
	/* needed for footer positioning*/
	margin:0 auto;
	/* center, not in IE5 */
	width:1020px;
	height:auto !important;
	/* real browsers */
	height:100%;
	/* IE6: treaded as min-height*/
	min-height:100%;
	/* real browsers */
	background-image : url('container.jpg');
	background-position : top center;
	background-repeat : no-repeat;
	background-color:#585954;
}

div#header {
	padding:0em 0em 0em 0em;
	margin:0 auto;
	width:1020px;
	text-align: center;
}

div#content {
	width:908px;
	margin:0 auto;
	padding: 0em 0em 0em 0em;
	text-align: center;
}

div#footer {
	margin:0 auto;
	width:908px;
	bottom:0; /* stick to bottom */
	background-image : url('footer-balk.png');
	background-position : top center;
	background-repeat : no-repeat;
	text-align:center;
	height:43px;
	vertical-align:middle;
	color:white;
	font-size : 14px;
	padding-top:12px;
}

A, A:ACTIVE, A:LINK,A:VISITED {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #FFFFFF;
	line-height:17px;
	font-size : 12px;
	text-decoration : underline;
}

A:HOVER {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #FFFFFF;
	line-height:17px;
	font-size : 12px;
	text-decoration : none;
}

A.menu, A.menu:ACTIVE, A.menu:LINK,A.menu:VISITED {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	text-transform : none;
	font-weight: bold;
	color : #FFFFFF;
	font-size : 13px;
	letter-spacing:2px;
	text-decoration : none;
}

A.menu:HOVER {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	text-transform : none;
	color : #FFFFFF;
	font-weight: bold;
	font-size : 13px;
	letter-spacing:2px;
	text-decoration : underline;
}

A.bottom, A.bottom:ACTIVE, A.bottom:LINK,A.bottom:VISITED {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #FFFFFF;
	font-size : 14px;
	text-decoration : underline;
}

A.bottom:HOVER {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #FFFFFF;
	font-size : 14px;
	text-decoration : none;
}


A.readmore, A.readmore:ACTIVE, A.readmore:LINK,A.readmore:VISITED {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #B1B3B4;
	font-size : 12px;
	text-decoration : underline;
}

A.readmore:HOVER {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #B1B3B4;
	font-size : 12px;
	text-decoration : none;
}

BODY, TABLE, TD, TH, TR {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	line-height:17px;
	color : #FFFFFF;
	font-size : 12px;
}

h1{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #B1B3B4;
	font-weight: normal;
	letter-spacing:1px;
	font-size : 16px;
}

h2{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight: bold;
	font-size : 16px;
}

INPUT, TEXTAREA {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #FFFFFF;
	font-size : 12px;
	border: 1px solid #696A65;
	width:300px;
	background-color : transparent;
}
