*{margin:0;padding:0}
html,body{height:100%}
body {
	font-size:11px;
	font-family:verdana, sans-serif;
	background: #FFFFFF;
}
p {
	line-height:17px;
}
table td {
	height:17px;
}
a, a:link, a:hover {
	text-decoration:none;
	color:black;
}
a:hover {
	color:red;
}
img { padding:0px; margin:0px;border:none; }
input {
	color:#666;
}
#main {
	padding:15px;
	width:935px;
	margin:0px auto;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#d4d4c3;
}
#left {
	float:left;
	width:195px;
	margin-right:15px;
}
#nav {
	margin-top:15px;
	width:100%;
	border-top:1px solid #d4d4c3; /* since ie6 won't do ul:first-child */
}
#nav ul {
	list-style-type:none;
}
#nav ul a {
	width:100%; /* needed for ie6 block-rollover effect */
	display:block;
}
/*#nav ul:first-child {
	border-top:1px solid black;
} not supported by ie6 */
#nav li {
	padding:5px 0px;
	border-bottom:1px solid #d4d4c3;
}
#nav .indent {
	padding-left:25px;
}
#nav .indent li {
	border:none;
	padding-bottom:0px;
}
/*#nav .indent a, #nav .indent b {
	border:none;
}*/
#nav .indent a:hover {
	color:black;
	text-decoration:underline;
}
#search_box {
	margin:30px 0px 110px 0px;
	color:#555;
}
#search_box input, #search_box img {
	margin-top:5px;
}
#search_box input {
	width:120px;
	height:17px;
	margin-right:6px;
	background:#efefef;
	border-width:1px;
	border-style:solid;
	border-color:#555555 #aaaaaa #dadada #aaaaaa;
}
#search_box img {
	margin:0px 0px -5px 0px; /* see below for ie style */
}
#subscribe_box {
	margin:30px 0px 110px 0px;
	color:#555;
}
#subscribe_box input, #search_box img {
	margin-top:5px;
}
#subscribe_box input {
	width:120px;
	height:15px;
	font-size:11px;
	margin-right:6px;
	background:#efefef;
	border-width:1px;
	border-style:solid;
	border-color:#555555 #aaaaaa #dadada #aaaaaa;
}
#subscribe_box img {
	margin:0px 0px -5px 0px; /* see below for ie style */
}
#content_container {
	float:left;
	width:725px;
}
#content_center {
	float:left;
	padding:15px 0px;
	width:475px;
	height:630px;	
	min-height:630px;	
	margin-right:15px;
	background:#d4d4c3;
}
html>body #content_center{height:auto}

#content_center p {
	padding:15px 15px 0px 15px;
}
#content_center h1, h2, h3 {
	padding:0px 15px;
	font-family:arial;
	font-weight:normal;
}
#content_center h1 {
	margin-top:-9px;
	font-size:28px;
	color:black;
}
#content_center h2 {
	color:white;
	letter-spacing:1px;
	margin-bottom:10px;
	font-size:20px;
}
#content_center h3 {
	color:#aaa;
	font-size:20px;	
}
#content_center .bold_white {
	color:white;
	font-weight:bold;
	font-size:13px;
}
#content_center .header_image {
    display: table; 
    position: relative;
	width:100%;
	height:200px;
	text-align:center;
}
#content_center .center_left, #content_center .center_right {
	float:left;
	width: 50%;
}
#content_center a {
	text-decoration:underline;
}
#content_right {
	float:left;
	width:235px;
}
#content_right p {
	margin:10px;
}
#thumb_container {
	padding-bottom:13px;
	width:100%;
/*	background:url("/images/thumbs_bg.jpg"); */
}
#thumbs_left, #thumbs_right {
	float:left;
	width:110px;
}
#thumbs_left {
	margin-right:15px;
}
#thumbs_left img, #thumbs_right img {
	padding-bottom:9px;
}
#quote_box {
/*	margin-top:15px; */
	padding:15px 0px;
	width:235px;
/*	height:230px; */
/*	min-height:230px; I*/
/*	font-family:arial;
	color:white;*/
	background:#f58220;
}
/*html>body #quote_box{height:auto}*/
#quote_box h1 {
	margin:0px 15px;
	font-size:23px;
	font-weight:normal;
}
#quote_box b {
	font-size:12px;
}
#quote_box p {
	margin:0px 15px;
	font-size:12px;	
}
#quote_box .bold_white {
	color:white;
	font-weight:bold;
	font-size:13px;
}
#info {
	padding:15px 0px;
	font-size:11px;
	color:#444;
}
#info p {
	padding:5px 0px;
}
#info a {
	text-decoration:underline;
	color:#444;
}
#preview_options {
	border: 1px solid #ccc;
	color: #999;
	background: #fafafa;
	padding: 10px;
}
#preview_options b {
	color: #0d0;
}
#preview_options a {
	color: #777;
	text-decoration: underline;
}
.indent {
	margin-left:25px;
}

