@CHARSET "ISO-8859-1";
html {
	background-color: #349adc;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url("images/content.jpg");
	background-position: center;
	background-repeat: repeat-y;
}

table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

div.centerDiv {
	z-index: 2;
	position: relative;
	text-align:center;
	width: 776px;
	height: 100%;
}

div.headerContainer {
	position: relative;
	z-index: 2;
	background-color: #349adc;
	height: 155px;
}
div.logo {
	position: relative;
	height: 147px;
	float: left;
}
div.header {
	background-color: #349adc;
	position: relative;
	height: 74px;
	float: right;
}
div.menu {
	background-color: #349adc;
	position: relative;
	height: 22px;
	float: right;
}

div.topje {
	position: absolute;
	top: 147px;
	left: 0px;
	background-image: url("images/table_top.jpg");
	width: 776px;
	height: 24px;
}

div.content {
	position: absolute;
	top: 180px;
	left: 70px;
	z-index: 2;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
		background-image: url("images/content.jpg");
	background-position: center;
	background-repeat: repeat-y;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
	color: #4AA9E0;
}

img {
	border: 0px;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:100%;
	height: 50px;
	z-index: 2;
	padding-top: 20px;
	background-image: url("images/table_bottom.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #349adc;
	text-transform:lowercase;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size:8pt/14pt;
	color:#FFFFFF;
}

#footer a {
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size:8pt/14pt;
	color:#FFFFFF;
	text-decoration: none;
}

div.background {
	position: fixed;
	margin-left: 0px;
	z-index: 1;
	width:100%;
	height: 100%;
	background-image: url("images/content.jpg");
	background-position: center;
	background-repeat: repeat-y;
}

