@charset "utf-8";
/* CSS Document */

/* COLORS USED
#FDF18D - old yellow background
#853F09 - old borders
*/

html, body {
	color:#666;
	margin: 0px;
	padding: 0px;
	background: #330033;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
}

h1, h2, h3, h4, h5 {
	color: #360;
	margin-top: 0px;
	margin-left: 5px;
	font-family:Tahoma, Geneva, sans-serif;
}

h3 {
	color: #309;
}

h2 {
	background-image: url(/images/triangle_bg.png);
	background-repeat:no-repeat;
	background-position: 0px 5px;
}

p {
	margin: 5px;
	line-height: 160%;
}

/* Global Classes */
.copyright {
	padding-top: 12px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	color:#6666CC;
}

.post_info {
	font-size:10px;
	margin-left: 20px;
	color:#309;
}

/* Links */
a {
	color:#330099;
	text-decoration: none;
}

a:hover {
	color: #F90;
	text-decoration:underline;
}

a:visited {
	color: #030;
}

/* Styles for the container */
#container {
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color:#FFFFFF;
	border-left:#F90 solid medium;
	border-right: #F90 solid medium;
	
}

/* Styles for the Header */
#header {
	width: 960px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-image:url(/images/header_bg.png);
	background-repeat: repeat;
}

#header img {
	float: left;
}

#header h1 {
	/* old yellow color color:#F2D335; #EDBE3C*/
	color: #F90;
	font-size:24px;
	margin-left: 100px;	
	padding-top: 40px;
}

#header ul {
	text-align: right;
	list-style: none;
}

#header li {
	display: inline;
	padding: 10px;
}

#header li a:link {
	color: #FFFFFF;
	text-decoration:none;
}

#header li a:visited {
	color:#999;
}

#header li a:hover {
	/* old yellow color color:#F2D335; */
	color: #EDBE3C;
}

/* Styles for the Main wrapper */

#main {
	background-color: #33C;
	background-image:url(../images/main_bg.png);
	background-repeat:repeat-x;
}

#main div {
	margin-top: 20px;
}

#main h2 {
	color: #360;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/* Styles for the Left Column */
#left_col {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 240px;
}

#left_col h3 {
	font-size: 12px;
	text-align:center;
}

#left_col ul {
	list-style: none;
	margin: 0px;
}

ul#book_list {
	padding: 0px;
	margin-bottom: 15px;
	text-align:center;
}

#book_list li {
	margin: 0px;
	padding: 0px;
}

#left_col img.book_mini, img.pdf {
	border: none;
	margin: 0px;
	padding: 0px;
}

/* Styles for the Center Column */
#center_col {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 480px;
}

#center_col h3 {
	font-size:12px;
}

#center_col .post {
	text-indent: 2em;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 15px;
}

#center_col .end_post {
	text-align:center;
}

/* Styles for the Right Column */
#right_col {
	float:left;
	margin: 0px;
	padding: 0px;
	width: 240px;
	/*background-color:#FFCCFF;
	background-image: url(../images/right_background.png);
	background-repeat: repeat-x;*/
}

#right_col h3 {
	text-align:center;	
	font-size: 12px;
}

.award_image {
	text-align:center;
	margin: 0px;
	padding: 0px;
}

p.award_copy {
	text-align:center;
}

/* styles used, not yet defined.

h3.award_title {
	
}

*/

/* Styles for the Footer */
#footer {
	margin-bottom: 0px;
	width: 960px;
	height: 40px;
	clear:both;
}