body {
	font: 100.01%/1.3em "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	background: #FFFFFF url(img/bg.gif) repeat-x left top;
}
#wrapper {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: #FFFFFF url(img/braille.gif) repeat-y;
}
	
#wrapper p, #wrapper h1, #wrapper h2, #wrapper h3, #wrapper ul, #wrapper ol, form {
	text-align:left;
	}
	
html #wrapper {
/* Hides from IE5-mac \*/
	height: 1%;
	/* End hide from IE5-mac */
	}
	
#nav {
	float: left;
	width: 20%;
}
#content {
	width: 70%;
	margin-left: 25%;
	border-left: 2px dotted #A75E36;
	padding-left: 2px;
}
#sitename {
	width:100%;
	background: #C3C7CB url(img/abovetheclouds.jpg) no-repeat left center;
	height: 150px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#sitename h1 {
	font-size: 1.8em;
	padding: 30px 0px 0px;
	text-align: center;
	margin-left: 200px;
}
.demo {
	font-weight: bold;
	border-top: 2px solid #A75E36;
	border-right: 2px solid #A75E36;
	background:  url("img/coppergradient.gif") no-repeat left center;
	text-indent: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	font-size: 85%;
	color: #666666;
	text-align: center;
	clear: both;
}
#footer a:link, #footer a:visited, #footer a:hover {
	color: #A75E36;
}

#content a:link, #content a:visited, #content a:hover {
	color: #A75E36;
}
#nav ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#nav a {
	background: #BFC2CA;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 3px;
	border-bottom: 1px solid #333333;
	margin: 1px;
}
#nav a:link, #nav a:visited {
	color: #A75E36;
}
#nav a:hover {
	background: #CBCBCB;
	color: #CC6600;
}
h2 {
	font-size: 1.3em;
	padding-top: 7px;
	padding-bottom: 0;
	font-family: Garamond, Georgia, "Times New Roman", serif;
}
h1 span {
	color: #A75E36;
	font-family: Garamond, Georgia, "Times New Roman", serif;
}
table {
	width: 100%;
	border: 1px solid #666666;
	border-collapse: collapse;
	margin-top: 10px;
}

td, th {
	border: 1px solid #666666;
	border-collapse: collapse;
	}
th {
	background: #C2C6CA;
}
caption {
	font-weight: bold;
	font-variant: small-caps;
}
legend {
	font-weight: bold;
	text-align: left;
	color: #FF0000;
}
.prevnext {
	clear: left;
	float: right;
}

