@charset "utf-8";

body {
	background-color:#D2C358;
}

#wrapper {
	height: auto;
	width: 800px;
	margin: auto;
	border-left-style: ridge;
	border-bottom-style: ridge;
	border-top-style: solid;
	border-right-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	background-color: #FFFFFF;
}
#content {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	float: right;
	width: 627px;
	background-color: #FFFFFF;
	padding-top: 20px;
	border-left-style: double;
	border-left-width: 3px;
}

#footnote {
	background-image: url(images/InvertzFactoryFoot.jpg);
	height: 30px;
	width: 794px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 14px;
	color: #FBF280;
	clear: both;
}
#footnote a {
	color: #336600;
}


#banner {
	height: 150px;
	width: 800px;
}
#fullFrame {
	width: 800px;
}
#navigation {
	float: left;
	width: 130px;
	background-color: #FFFFFF;
}

