html body{
	margin: 0px;
	padding: 0px;
	min-height: 640px;
	height: 100%;
	position: relative;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #B17A46;
	position: absolute;}
iframe {
	vertical-align: text-top;
	margin: 5px;
	border: 1px double #5b2b2e;}
/* links */
a:link { color: #5b2b2e; font-weight: bold;}
a:visited { color: #5b2b2e; font-weight: bold;}
a:active { color: #d4b599; font-weight: bold; text-decoration: underline;}
a:hover { color: #d4b599; font-weight: bold; text-decoration: underline;}
/* ID tags*/
div#wrapper {
	margin: 5%;
	padding: 0px;
	min-height: 100%;
	height: 95%;
	width: 95%;
	position: absolute;
	background-image: url(./images/bronze_nude.png);
	background-position: 5% 5%;
	background-repeat: no-repeat;
	z-index: 1;
}
div#header {
	margin-left: 300px;
	margin-top: 60px;
}
div#header h1 {
	color: #000000;
	margin-left: 5%;
	font-size: 50px;
	text-decoration: none;
	font-weight: lighter;
	letter-spacing: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#content {
	margin-left: 300px;
	margin-top: 4%;
	padding: 10px; padding-bottom:20px;
	background-image: url(images/transparent_bg.png);
	background-repeat: repeat;
	border-left: 5px dotted #5b2b2e;}
div#footer {
	margin: 5px;
	padding: 5px;
	text-align: right; vertical-align:baseline; width: 90%; min-height: 20px;
	position: absolute;
	font-size: 11px;
	color: #543a21; z-index: 1;}
div#footer a:link a:visited a:active a:hover {
	font-size: 10px;
	font-weight: bold;
}
ul#home_menu { 	list-style-type: none;}
ul#home_menu p { margin-left: 4px;}
div#iframed { margin-left: 2%;}
/*  faking 100% background image - as proposed by By Jennifer Kyrnin, About.com */
img#bgimg {position:fixed; top:0; left:0; width:100%; height:100%;}

/* classes */
.content_menu {
	font-size: 18px;
	font-weight: bold;
	color: #5a1305;
	text-decoration: none;
	margin: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;}
.block {
	display: block;}
.import {
	font-size: 17px;
	text-decoration: none;}
.home {
	text-align: right;
	right: 8px;
	padding-right: 10px;
}
