body {
	margin:0 auto;
	background-color:#DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
}

#wrapper {
	margin:0 auto;
	padding:0;
	width:790px;
	min-width:800px;
	border-right:#000000 solid 1px;
	border-left:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
}

h1 {
	position:absolute;
	left:-100px;
	visibility:hidden;
}

h2 {
	font-size:125%;
}

h3 {
	font-size: 110%;
	padding-left:2px;
	color:#333333;
}

h4 {
	font-size:105%;
	padding-left:4px;
	color:#990000;
}


/*		Navigation		*/

a:link {
	color:#990000;
}

a:visited {
	color:#660000;
}

a:hover {
	color:#990000;
	text-decoration:underline;
}


#nav a {
	padding:0px 8px 0px 8px;
	text-decoration:none;
}

#nav a:link {
	color:#000000;
}

#nav a:visited {
	color:#333333;
}

#nav a:hover {
	color:#990000;
}

#footer a:link {
	color:#000000;
}

#footer a:visited {
	color:#660000;
}

#footer a:hover {
	color:#330000;
}

/*		Layout		*/

#header {
	background-color:#CC0000;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	padding:3px 3px 3px 2px;
	height:100px;
	text-align:right;
}

#nav {
	padding:6px 4px 5px 4px;
	font-family:"Courier New", Courier, mono;
	font-size:125%;
	background-color:#F8DADA;
	height:24px;
	text-align:center;
}



#content {
	background-color:#FFFFFF;
	background-image:url(images/leaf.png);
	background-repeat:no-repeat;
	background-position:center;
	height:100%;
	padding:10px;
	color:#333333;
	min-height:360px;
	
}




#footer {
	background-color:#CC0000;
	background-image:url(images/footer-title.jpg);
	background-repeat:no-repeat;
	height:90px;
	background-position: right bottom;	
	font-size:85%;
	padding:4px 2px 4px 4px;
	text-align:center;
}

/*		Classes		*/

.small {
	font-size:85%;
}
