html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #646566;
	line-height:17px;
	font-size : 12px;
	background-image : url('back.jpg');
	background-position : top center;
	background-repeat : repeat-x;
	background-color : #FFFFFF;
}

div#container {
	position:relative;
	/* needed for footer positioning*/
	margin:0 auto;
	/* center, not in IE5 */
	width:979px;
	height:auto !important;
	/* real browsers */
	height:100%;
	/* IE6: treaded as min-height*/
	min-height:100%;
	/* real browsers */
	background-image : url('container.png');
	background-position : top center;
	background-repeat : repeat-y;
}

div#header {
	padding:0em 0em 0em 0em;
	margin:0 auto;
	width:949px;
	height:146px;
	text-align: center;
	background-image : url('topback.jpg');
	background-position : top center;
	background-repeat : repeat-y;
}

div#content {
	padding: 0em 0em 48px 0em;
}

div#footer {
	position:absolute;
	margin:0 auto;
	width:100%;
	bottom:0; /* stick to bottom */
	background-image : url('bottom.jpg');
	background-position : top center;
	background-repeat : no-repeat;
	text-align:center;
	height:25px;
	vertical-align:middle;
	color:white;
	padding-top:5px;
}

A, A:ACTIVE, A:LINK,A:VISITED {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #A4CAE3;
	line-height:17px;
	font-size : 12px;
	text-decoration : underline;
}

A:HOVER {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #A4CAE3;
	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 : #000000;
	font-size : 15px;
	letter-spacing:2px;
	text-decoration : none;
}

A.menu:HOVER {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	text-transform : none;
	color : #000000;
	font-weight: bold;
	font-size : 15px;
	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 : 12px;
	text-decoration : underline;
}

A.bottom:HOVER {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #FFFFFF;
	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 : #646566;
	font-size : 12px;
}

h1{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #000000;
	font-weight: bold;
	font-size : 16px;
}

h2{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight: bold;
	font-size : 16px;
}


