@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #251D17;
	margin: 0px;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
}
.blackwell-type {
	font-style: oblique;
	text-transform: lowercase;
}
.no-border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#biz-bar {
	background-color: #000000;
	padding: 5px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	margin-bottom: 25px;
}
#biz-bar ul {
	display: inline;
}
#biz-bar li {
	list-style-type: none;
	display: inline;
	padding-right: 25px;
}
#biz-bar a {
	color: #CCCCCC;
	height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	padding: 6px;
}
#biz-bar a:hover {
	color: #FFFFFF;
	background-color: #333333;
}
#container {
	margin: auto;
	width: 950px;
}
#header {
	margin-bottom: 25px;

}

#logo {
	width: 202px;
	float: left;
}
#site-description {
	float: right;
	width: 550px;
	color: #CCCC99;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #251D17;
	margin-top: 35px;
	margin-right: 75px;
	margin-bottom: 25px;
	margin-left: 25px;
	background-image: url(images/site-description-bg.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#site-description a {
	color: #FFFFFF;
}
#global-nav {
	padding: 10px;
	background-color: #2F2519;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#global-nav a {
	color: #FFFFCC;
	font-size: 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 9px;
}
#global-nav a:hover {
	color: #99CCCC;
}
#global-nav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#global-nav li {
	list-style-type: none;
	display: inline;
	padding-right: 50px;
}
#content {
	background-color: #251D17;
	color: #FFFFCC;
	float: left;
	width: 690px;
	padding: 10px;
}
#content h1 {
	font-weight: normal;
	font-size: xx-large;
	color: #99CCFF;
	letter-spacing: -1pt;
}
#content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #669999;
}
#content h3 {
	color: #99CCCC;
	font-weight: normal;
	background-color: #2F2519;
	padding: 5px;
}
#sidebar {
	float: right;
	width: 225px;
	text-align: center;
	color: #FFFFCC;
}
#sidebar h2 {
	font-size: 16px;
	color: #99CCCC;
}
#sidebar a img {
	border: 8px solid #2F2519;
}
#sidebar a:hover img {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#footer {
	color: #CC6600;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-size: 10px;
	height: 30px;
}
