@charset "utf-8";
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
}
#header, #content, #footer {
	width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#header {
	border-top-width: 28px;
	border-top-style: none;
	border-top-color: #F5EADC;
	border-right-color: #F5EADC;
	border-bottom-color: #F5EADC;
	border-left-color: #F5EADC;
	position: relative;
	height: 265px;
	background-image: url(../images/tuturials/structure_perf/making_perf_bottles2.jpg);
	background-repeat: no-repeat;
}
#navBar {
	position: absolute;
	width: 754px;
	height: 45px;
	top: 195px;
	left: 20px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	padding-top: 10px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: none;
}
#textContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	width: 100%;
	margin-top: 5px;
	color: #993300;
	font-weight: bold;
	height: auto;
}

#navColumn {
	float: left;
	width: 156px;
	padding-top: 30px;
	padding-left: 30px;
	overflow: auto;
}
.currentLink {
	color: #766108;
	margin-left: -10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}
#contentColumn {
	float: left;
	width: 583px;
	padding-right: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#content h1 {
	font-size: 2.2em;
	color: #006699;
	font-weight: bold;
}
#content h2 {
	font-size: x-large;
	font-weight: bolder;
	color: #663366;
	text-decoration: blink;
}
#footer {
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #993300;
	color: #993300;
	text-align: right;
	font-weight: bold;
	overflow: hidden;
}
