@charset "ISO-8859-1";
body {
	background: #CCCCCC url(images/bg.gif) repeat-x;
	margin: 0px;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}
p {
	line-height: 150%;
	margin: 0px 0px 20px;
	padding: 0px;
}
h1 {
	font: lighter 30px Georgia, "Times New Roman", Times, serif;
	color: #990000;
	padding: 20px 0px 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h2 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #990000;
	margin: 0px 0px 20px;
	padding: 0px;
}
h3 {
	font: 18px "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: 0px 0px 20px;
	padding: 0px;
	color: #FFFFFF;
	border-bottom: thin solid #CCCCCC;
	letter-spacing: 5px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	color: #990000;
	list-style: url(images/arrow_sm.gif) none inside;
	font: 16px/150% Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
#container {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#topBar {
	background: #990000;
	height: 10px;
}
#header {
	height: 131px;
	width: 745px;
	background: url(images/red.gif) repeat-x;
	padding-top: 30px;
	padding-left: 20px;
	display: table;
	#position: relative;
	overflow: hidden;
}
#headerCenter {
	height: 111px;
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
#headerContent {
	height: 111px;
	#position: relative;
	#top: -50%
}
#preview {
	height: 250px;
	background: url(images/preview_bg.jpg);
}
#floatingContent {
	margin-left: 400px;
	color: #333333;
	font: 22px "Times New Roman", Times, serif;
	padding-top: 55px;
}
#floatingContent a {
	color: #333333;
	text-decoration: none;
	font-size: 23px;
}
#floatingContent a:hover {
	color: #990000;
}
#sidebar {
	background: #999999 url(images/sidebar_bottom.gif) no-repeat bottom;
	float: left;
	width: 220px;
	padding: 20px;
	margin-top: 1px;
}
#sidebar p {
	color: #CCCCCC;
	margin: 0px 0px 20px;
	padding: 0px;
}
#sidebar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar img {
	border:1px solid #021a40;
	margin-bottom:20px;
	margin-right: 10px;
	margin-left: 10px;
}
#sampleImage {
	border: thin none #666666;
}
#mainContent {
	float: right;
	width: 440px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.newPrice {
	font-size: 40px;
	text-transform: uppercase;
	color: #990000;
}
.subhead {
	font-size: 18px;
	color: #333333;
}
.redType {
	color: #990000;
}
.floatlft {
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.author {
	font-size: 12px;
	color: #666666;
	line-height: 200%;
}
