/* GLOBAL */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;

	background-color: #EAEAEA;
	font-family: "Trebuchet MS", "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	vertical-align:top;
	color: #FFFFFF;
}

img {
	border-width: 0;
}

form {
	margin: 0;
}

/* CENTERED WITH FOOTER EXAMPLE */

div#site {
	position: relative;

	width: 980px;
	margin: 0 auto;

	background-image: url(images/lines.gif);
	background-repeat:repeat-y;
	
	height: auto !important;
	height: 100%; /* IE6 treats this as min-height */
	min-height: 100%;
}
div#sitearchief {
	position: relative;

	width: 980px;
	margin: 0 auto;

	background-image: url(images/linesarchief.gif);
	background-repeat:repeat-y;
	
	height: auto !important;
	height: 100%; /* IE6 treats this as min-height */
	min-height: 100%;
}
div#mainheader {
	height: 379px;
	background-color: #FFFFFF;
}

div#header {
	height: 140px;
	background-color: #FFFFFF;
}

div#menu {
	float: left;
	width: 104px;
	padding: 30px;
}

div#content {
	float: left;
	width: 460px;
	padding: 30px;
}

div#contentarchief {
	float: left;
	width: 756px;
	padding: 30px;
}


div#news {
	float: left;
	width: 236px;
	padding: 30px;
}

div#footer_clear {
	clear: both;
	padding-bottom: 100px;
}

div#footer {
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	background-color:#EAEAEA;
}
