html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #000000;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #6d9863;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
a, a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #2d7336;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:focus {
	color: #09760d;
}
a:active {
	color: #164619;
}
#outerWrapper {
	background-color: #000000;
	margin: 0 auto 0 auto;
	min-width: 760px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 990px;
}
#outerWrapper #nav {
	float:right;
	padding: 30px 5px 10px 10px;
}
#outerWrapper #header {
	border-bottom: solid 1px #628152; 
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 10px 10px 10px;
	background-color: #000000;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #eef6ed;
	border-left: solid 1px #8ab573; 
	float: right;
	padding: 10px 10px 10px 10px; 
	width: 24%;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	width: 250px;
	background-color: #aea9a5;
	background-image: url(images/jm.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
	height: 345px;
	font-size: 12px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	background-image: url(images/rotate/rotate.php);
	background-repeat: no-repeat;
	background-position: right;
	height: 350px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 26%;
	background-color: #000000;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: inline-block;
}
#outerWrapper #thumbs {
	padding: 10px 10px 10px 10px; 
	background-color: #4A4A4A;
	text-align: center;
}
#outerWrapper #thumbs img {
	margin-right: 10px;
	background-color: #FFFFFF;
	padding: 5px;
}
#outerWrapper #footer {
	background-color: #000000;
	border-top: solid 1px #8ab573; 
	border-bottom: solid 1px #8ab573; 
	padding: 10px 10px 10px 10px; 
	color: #FFFFFF;
}
