@charset "utf-8";
body, p, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #603E09;
	line-height: 120%;
	background-image: url(../images/bg_tile.gif);
	background-repeat: repeat;
	background-position: center;
}
#outerWrapper {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#banner {
	width: 985px;
	height: 99px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
#navbar {
	width: 985px;
	height: 24px;
	background-image: url(../images/nav_repeat.gif);
	background-repeat: repeat-y;
	text-align: center;
}
#navbar ul {
	list-style-type: none;
	padding-top: 4px;
}
#navbar ul li {
	display: inline;
	margin-right: 36px;
	margin-left: 36px;
}
#navbar a:link, #navbar a:visited {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#navbar a:hover, #navbar a:active {
	color: #FC0;
}
#contentWrapper {
	width: 985px;
	background-image: url(../images/page_repeat.gif);
	background-repeat: repeat-y;
}
#content {
	width: 520px;
	float: left;
	margin-top: 36px;
	margin-bottom: 36px;
	display: inline;
}
#content h1 {
	font-size: 24px;
	margin-bottom: 18px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	color: #DA791B;
	line-height: 120%;
	margin-left: 36px;
}
#content h3 {
	font-size: 16px;
	margin-bottom: 12px;
}
#content p {
	margin-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 140%;
	color: #333;
	margin-left: 36px;
	margin-right: 24px;
}
#content ul {
	margin-bottom: 10px;
	margin-left: 32px;
}
#content li {
	margin-bottom: 6px;
}
#content a:link, #content a:visited {
	color: #039;
}
#content a:hover, #content a:active {
	color: #C00;
}
#intro {
	width: 500px;
	height: 200px;
	background-image: url(../images/brush.jpg);
	background-repeat: no-repeat;
}
#intro h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	color: #323487;
	margin-left: 36px;
	line-height: 120%;
	padding-top: 12px;
}
#outro a:link, #outro a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #503F22;
	text-decoration: none;
}
#outro a:hover, #outro a:active {
	color: #503F22;
}
#sidebar {
	display: inline;
	width: 463px;
	float: right;
	margin-top: 36px;
	margin-bottom: 36px;
	text-align: center;
}
#sidebar h1 {
	font-size: 16px;
	margin-bottom: 14px;
}
#sidebar h2 {
	font-size: 14px;
	margin-bottom: 14px;
}
#sidebar p {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-left: 32px;
	margin-bottom: 10px;
}
#sidebar li {
	margin-bottom: 6px;
}
#sidebar a:link, #sidebar a:visited {
	color: #FFC;
}
#sidebar a:hover, #sidebar a:active {
	color: #0F3;
}
#footerWrapper {
	width: 985px;
	height: 24px;
	background-image: url(../images/nav_repeat.gif);
	background-repeat: repeat-y;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#footer {
	width: 940px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	margin-left: 20px;
}
.copyright {
	font-size: 10px;
	color: #FFF;
	margin-top: 4px;
	float: left;
}
.author {
	font-size: 10px;
	color: #CCC;
	margin-top: 4px;
	float: right;
}
.author a:link, .author a:visited {
	font-size: 10px;
	color: #CCC;
}
.author a:hover, .author a:active {
	font-size: 10px;
	color: #FF6;
}
.floatImageLeft {
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
}
.floatImageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearFloat {
	clear: both;
}
#samples {
	height: 273px;
	width: 985px;
}
