@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-size: 12px;
	    margin: 10px 5px 17px 10px;
	font-family: Avenir, "Lucida Grande", Verdana, 
	"Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	
}
.couth #container {
	width: 80%;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; 
	background-color: #1D1D1D;
} 
.couth #header {
	padding: 0 10px; 
	background-color: #2E2C2D;
} 
.couth #header h1 {
	margin: 0; 
	padding: 5px 0; 
	text-align: right;
}

.couth #sidebar1 {
	float: left;
	width: 15%; 
	padding: 15px 0; 
	background-color: #2E2C2D;
	color: #CCCCCC;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.couth #sidebar1 h3, .couth #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.couth #mainContent {
	color: #FFFFFF;
	margin: 0 26px 0 20%;
} 
.couth #mainBorder {
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin: 0 0 0 0;
} 
.couth #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 0 10px;
	background-color: #2E2C2D;
	color: #CCCCCC;
	font-size: 10px;
} 
.couth #footer p {
	margin: 0; 
	padding: 10px 0; 
	text-align: center;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link, a:visited {
	background: transparent;
	text-decoration: underline;
	color: #E96809;
}
a:hover {
	background: transparent;
	text-decoration: underline;
	color: #999;
}
a:active {
	background: transparent;
	text-decoration: none;
	color: #526968;
}
h1 {
	text-shadow: #333 2px 2px 3px;
}
h2 {
	text-shadow: #333 2px 2px 3px;
}
/* Decorate our text */
.ul {
	text-decoration: underline;
}
.bd {
	font-weight: bold;
}
.it {
	font-style: italic;
	}
.st {
	text-decoration: line-through;
}
.code {
	font-family: monaco, 'Courier New', courier, monospace;
	font-size: 10px;
}
.sourcecode {
	width: 500px;
	white-space: normal;
	padding: 8px;
	margin: 10px 5px 10px 5px;
	font-family: monaco, 'Courier New', courier, monospace;
	text-align: left;
	font-size: 10px;
	border: 1px solid #f2c47e;
	color: #000000;
	background-color: #999999;
}
img.border {
    margin: 3px;
    padding: 3px;
    border: 1px solid #a9a9a9;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}