@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat-x #00763a;		
}

p {
	margin: 0;
	padding: 0;
}

div#page {
	width: 980px;
	min-height: 100%;
	margin: auto;
	text-align: left;
	position: relative;
}

/* IE6 Hack */
* html div#page {
	height: 100%;
}

div#page div#left {
	width: 30px;
	float: left;
	height: 450px;
	background: url(../images/shadow-left.jpg) left top no-repeat;
}

div#page div#middle {
	width: 920px;
	float: left;
	height: auto;
	background: none #ffffff;	
}

div#page div#middle div#head {
	margin-left: 10px;
	margin-right: 10px;
	height: 99px;
	background: url(../images/bg-head.gif) top repeat-x;
}

div#page div#middle div#head img {
	float: left;	
}

div#page div#middle div#head span#toplinks {
	padding-top: 22px;
	padding-left: 10px;
	color: #00763a;
	height: 20px;
	float: left;
	font-size: 121%;
	font-weight: bold;
}

div#page div#middle div#main {
	border-bottom: 5px solid white;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

div#page div#middle div#main div#navigation {
	width: 232px;
	height: auto;
	float: left;
	padding-bottom: 100px;
}

div#page div#middle div#main div#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#page div#middle div#main div#content {
	width: 678px;
	float: left;
	background-image: none;
	background-color: white;
	min-height: 330px;
}

/*
div#page div#middle div#main div#collage {
	width: 325px;
	height: 400px;
	margin-left: 10px;
	float: left;
}
*/
div#page div#middle div#spacer {
	clear: both;
	border-top: #00763a 3px solid;
	width: 100%;
	height: 0px;
	line-height: 1px;
	font-size: 1px;
	background-color: #00763a;
}

div#page div#middle div#footer {
	height: 21px;
	padding-top: 2px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: white;
	background-color: #00763a;
	text-align: center;
}

div#page div#middle div#footer a {
	color: white;
	text-decoration: none;
}

div#page div#right {
	width: 30px;
	float: left;
	height: 450px;
	background: url(../images/shadow-right.jpg) left top no-repeat;
}
