body, input, textarea {
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
}
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-image: url('../images/winter_bottom3.gif');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #9dbbce;
	padding: 0px;
	margin: 0px;
	color: #444;
	height: 101%;
	font-size: 14px;
}/*
.wrapper_wrapper {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}*/
.wrapper {
	margin: auto;
	width: 730px;
	background-image: url('../images/cc_copy_bg.gif');
	background-repeat: repeat-x;
	background-color: white;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
/*	height: 100%;*/
}
.wrapper_padding {
	margin: auto;
	text-align: left;
/*	background-color: white;*/
	width: 690px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/* for footer */
/*	height: 100%;*/
/*	margin-bottom: -156px;
	padding-bottom: 156px;*/
}
.top {
	height: 154px;
/*	width: 760px; doesnt have any affect, bg is already centered */
	background-color: #9dbbce;
	background-image: url('../images/winter_top2.gif');
	background-position: center;
	background-repeat: repeat-y;
	width: 100%;
	text-align: center;
}
.banner {
	margin: auto;
	width: 730px;
	height: 120px;
	color: black;
	margin-bottom: 0px;
}
.nav_wrapper {
	width: 100%;
	background-color: #9dbbce;
	text-align: center;
	background-image: url('../images/winter_nav2.gif');
	background-position: center;
	background-repeat: repeat-y;
}
.nav {
	margin: auto;
	padding: 0;
	width: 730px;
	height: 34px;
	text-align: center;
	background: #85aac2 url("../images/ccnavbg.gif") bottom right repeat-x;
}
/* not in use */
.nav_border {
	background-color: #6c99b5;
	margin: auto;
	height: 3px;
	width: 730px;
	font-size: 0px;
}
/* not in use */
.nav .links {
/*	padding-top: 3px;*/
	height: 34px;
}
/* not in use */
.nav .links a {
	text-decoration: none;
	color: #444;
}
/* not in use */
.nav .links a:hover {
	color: black;
}
.main {
	width: 700px;
}

h1 {
	margin-top: 0px;
	padding-top: 30px;
	text-align: center;
	font-size: 150%;
}
h2 {
	padding-top: 20px;
	font-size: 125%;
}
.center {
	text-align: center;
}


.course_wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}

.course {
	clear: both;
/*	margin: 20px;*/
/*	padding: 20px;*/
/*	border: 1px solid blue;
	background-color: #EEEEFF;*/
	background-color: white; /*#97b7cb;*/
	margin-bottom: 20px;
	margin-top: 20px;
}
.course div {
	clear: none;
}
.course .book {
	clear: both;
/*	margin-top: 10px;
	padding-top: 20px;*/
/*	border: 1px solid black;*/
/*	background-color: white; cant do this or corners wont show up*/
/*	height: 145px;*/
	width: 664px;
	margin: auto;
	margin-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
/*	margin-bottom: 15px;*/
/*	padding: 15px;*/
}
.course .book .book_middle {
	background-color: white;
}
.course .book .cover {
	clear: left;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
/*	padding-top: 10px;*/
/*	padding-bottom: 10px;*/
	background-color: white;
}
.course .book .info {
	float: left;
	background-color: white;
}
.course .book .cover a img {
	border: 0px;
}
.course h3 {
	clear: both;
	padding-top: 10px;
}
.alternatives {
	border: 1px solid #66AA66;
	background-color: #CCFFCC;
}
.alternatives .divider {
	border-top: 1px dashed blue;
	background-color: #FCFCFF;
	border-bottom: 1px dashed blue;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

a {
/*	color: #1e2f3a;*/
	color: #336699;
	text-decoration: none;
	white-space: normal;
}
a:visited {
	color: #666699;
/*	color: #1e3a2f;*/
}
a:hover {
	color: #2b4555;
	text-decoration: underline;
}

.hits {
	margin-top: 15px;
	text-align: center;
	margin-bottom: 15px;
}

.article h2 {
	text-align: center;
}

#nav {
	background: #85aac2 url("../images/ccnavbg.gif") bottom right repeat-x;
	height: 34px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#nav li {
/*	background-image: url("../images/ccnavselectedtop.gif");
	background-repeat: no-repeat;
	background-position: center top;*/
	float: left;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 85.5%;
	margin: 0;
	padding: 0;
	width: 104px;
	text-align: center;
	height: 34px;
}
#nav a {
	color: #fff;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#nav a:hover {
	color: #cbebff;
	padding-bottom: 8px;
}
ul#nav li.current {
	color: #195e8c;
/*	font-weight: bold;*/
	background-image: url("../images/ccnavbghover.gif");
	height: 34px;
}
ul#nav li.current a, ul#nav li.current a:hover, ul#nav li.current a:visited {
	color: #195e8c;
}
.nav_inner {
	padding: 0;
	text-align: center;
	margin: auto;
	width: 730px; /* was 600px */
}
div#footer a, div#footer a:visited, div#footer a:link {
	color: white;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}

div.course .h2_wrapper {
	background-image: url('../images/cc_class_title_bg.gif');
	background-repeat: no-repeat;
	height: 53px;
}

div.course h2, div.course .h2_wrapper h2 {
	padding-top: 10px;
	padding-left: 10px;
	color: #d9f0ff; /*#edf8ff;*/
}
.course .details {
	background-image: url('../images/cc_book_bg.gif');
	background-repeat: repeat-x;
	padding: 10px;
	padding-top: 0px;
	background-color: #b0c8d7; /*#bed2de; /*#e7eff3; /*#ccdde6; /*#b0c8d7;/*#97b7cb;*/
}
.course .details h3, .course .details .type_wrapper h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
.course .book a, .course .book a:visited {
	color: #ee0006;
}
.course .bottom {
	background-image: url('../images/cc_course_bottom.gif');
	height: 6px;
	font-size: 0px;
	background-repeat: no-repeat;
}

.add_best_book {
	float: left;
	width: 48%;
	margin-right: 1.5%;
}





.best_books .best_book {
	clear: both;
	margin-top: 10px;
	border: 1px solid black;
	background-color: white;
	margin: 15px;
}

.best_books .best_book .book_inner {
	padding-top: 10px;
}
.best_books .best_book .book_inner .cover {
	clear: left;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid black;
}
.best_books .best_book .book_inner .info {
	float: left;
}
.best_books .best_book .book_inner .cover a img {
	border: 0px;
}
.best_books .book_inner a, .best_books .book_inner a:visited {
	color: #ee0006;
}


.course .book .book_top {
	background-image: url('../images/cc_book_top.gif');
	background-repeat: no-repeat;
	height: 10px;
	font-size: 0px;
}
.course .book .book_bottom {
	clear: both;
	background-image: url('../images/cc_book_bottom.gif');
	background-repeat: no-repeat;
	height: 10px;
	font-size: 0px;
}
.feature_box {
	border-top: 1px solid #ff5965;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #ff9fa6;
	padding: 5px;
	padding-left: 25px;
	padding-right: 25px;
	color: #ff0920;
	background-color: #ffdde1;
	margin-left: 25px;
	margin-right: 25px;
}

.course .book_bottom {
/*	clear: both;*/
	background-image: url('../images/cc_book_bottom.gif');
	background-repeat: no-repeat;
	height: 10px;
	font-size: 0px;
	width: 664px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 15px;
}

.books_elsewhere {
	width: 664px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: white;
}

.books_elsewhere p {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.books_elsewhere ul {
	margin-bottom: 0px;
}

.books_elsewhere ul li {
}
