body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-x;
	background-color: #e6e6e6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
.wrapper {


}
/* TOP/HEADER */
	.top {
	    width: 1008px;
	    margin: 0px auto;
	    height: 205px;
	    position: relative;
	}
	.logo {
	    width: 812px;
	    height: 131px;
	    background-image: url(../images/logo.png);
	    top: 0px;
	    left: 0px;
	}
	.top_ning {
	    width: 196px;
	    height: 131px;
	    position: absolute;
	    right: 0px;
	    top: 0px;
	}
	#nav {
		position: absolute;
		top: 155px;
		left: 20px;
	}
	.nav, .nav_selected {
		float: left;
	}
	.nav {
		margin: 0px 10px;
	}
	.nav_selected {
		margin: 0px;
	}
	#nav .nav a { text-decoration: none; }
	#school_chooser {
		width: 349px;
		height: 38px;
		background-image: url(../images/bg_school_chooser.png);
		position: absolute;
		top: 134px;
		right: 35px;
		padding: 30px 0px 0px 0px;
		text-align: center;
	}
	#school_chooser label {
		font-family: Trebuchet MS, Arial, sans-serif;
		font-size: 12px;
		color: black;
	}
	#sc_school {
		width: 120px;
	}
	
	.shim {
		height: 11px;
		background-image:url(../images/shim.png);
		overflow: hidden;
		margin: 0px auto;
		width: 970px;	
	}
/* end top */

/* FOOTER */
	.footer-container {
		width: 970px;
	    font-family: Verdana, sans-serif;
	    font-size: 12px;
		margin: 0px auto;
		background-image: url(../images/bg_bottom.png);
		text-align:left;
		padding: 0px;
	}
	.footer {
		padding: 0px;
	}
	#footer_left {
	   float: left;
	   margin: 0px 0px 0px 20px;
	}
	#footer_right {
	   float: right;
	   margin: 0px 20px 0px 0px;
	}
	#footer_bottom {
	   padding: 20px;
	   clear: both;	
	   color: #4c4c4c;
	}
	.footer a { color: #c6001a; }
	#bottom_bar {
		background-color: #241969;
		height: 23px;
		text-align: right;
		padding-top: 2px;
		padding-right: 5px;
		overflow: hidden;
		margin: 0px 3px 20px 5px;
	}
/* end footer */

/* MIDDLE */
	.middle-container {
		width: 962px;
		margin: 0px auto;
		background-image: url(../images/bg_bottom.png);
		text-align:left;
		padding: 0px 3px 0px 5px;
	}

	.middle {
		padding: 10px 20px 20px 20px;
	}
	
/* end middle */

/* CONTENT */
	h1 {
		font-size: 32px;
		color: #241969;
	}
	h3 {
		font-size: 18px;
		color: #00005b;
	}
	ul {
		padding-left: 20px;
	}
	a { color: #00005b; }
/* end content */

/* FAQ PAGE */
	.faqq {
		font-size: 14px;
		color: #00015e;
		font-weight: bold;
	}
	.faqa {
		margin: 0px 0px 12px 20px;
	}
	.faqa ol {
		list-style-type: decimal;
		padding-left: 30px;
	}
	.faqa ul {
		list-style-type: disc;
		padding-left: 30px;
	}
/* end faq */

/* HOME PAGE */
	.home_middle {
		width: 673px;
		float: left;
		color: #1d124c;
		font-size: 12px;
		line-height: 20px;
	}
	.home_right {
		width: 210px;
		padding-top: 10px;
		float: right;
	}
	.home_middle ul {
		padding: 0px;
		padding-left: 20px;
		font-size: 16px;
	}
	.home_trivia {
		width: 213px;
		height: 200px;
		background-image: url(../images/bg_trivia.jpg);
		position: relative;
	}
	.ht_content {
		width: 162px;
		height: 77px;
		position: absolute;
		top: 70px;
		left: 26px;
		font-size: 11px;
		line-height: 13px;
		font-family: Verdana, Arial, sans-serif;
		text-align: center;
	}
	.ht_content p {
		line-height: 13px;
		font-size: 11px;
	}
	.ht_link {
		position: absolute;
		top:167px;
		left: 59px;
		display: block;
		color: white;
		text-decoration: none;
		font-family: Trebuchet MS, Arial, sans-serif;
		font-size: 11px;
	}
	.ht_link:hover {
		text-decoration: underline;
		color: white;
	}
/* end home page */

/*
 * SLIDER ON HOME PAGE
 */
	#school_scroller {
		border-bottom: 1px solid #cfcfcf;
		height: 60px;
	}
	#school_scroller table td {
		padding: 0px 5px;
		width: 80px;
		height: 53px;
		text-align: center;
	}
	table#slide_table td {
		width: 80px;
		height: 53px;
		text-align: center;
	}
#ss_container {
		width: 720px;
		margin: 0px auto;
	}
	#ss_left {
		width: 15px;
		height: 41px;
		float: left;
		background-image: url(../images/ss_left.png);
		cursor: pointer;
		margin-top: 5px;
	}
	#ss_middle {
		width: 720px;
		height: 53px;
		overflow: hidden;
	}
	#ss_middle td a {
		width: 80px;
	}
	#ss_right {
		width: 15px;
		height: 41px;
		float: left;
		background-image: url(../images/ss_right.png);
		cursor: pointer;
		margin-top: 5px;
	}
/* END SLIDER */

/* TRIVIA */
	.trivia_item {
		padding: 10px;
		border-bottom: 1px solid #cfcfcf;
	}
/* trivia */

/* RIGHT COLUMN BOXES */
	.rc_box {
		width: 181px;
		font-size: 11px;
	}
	.rc_box_head {
		height: 11px;
		background-image: url(../images/rc_box_head.jpg);
		overflow: hidden;
	}
	.rc_box_content {
		background-image: url(../images/rc_box_content.jpg);
		background-repeat: repeat-y;
		padding: 0px 15px;
	}
	.rc_box_foot {
		height: 13px;
		background-image: url(../images/rc_box_foot.jpg);
		overflow: hidden;
	}
	.rc_box_title {
		font-size: 15px;
		font-weight: bold;
		color: #00005b;
		padding-bottom: 5px;
		border-bottom: 1px solid #989797;
		margin-bottom: 5px;
	}
	.rc_box_line {
		height: 5px;
		overflow: hidden;
		border-top: 1px solid #989797;
		margin-top: 10px;
	}
/* end right column boxes */


/* RELATED PRODUCTS */
	.related_head {
		color: #1d124c;
		font-size: 15px;
		font-weight: bold;
		padding-bottom: 6px;
		margin-bottom: 10px;
		border-bottom: 1px solid black;
	}
	.related_item {
		width: 165px;
		margin-right: 20px;
	}
/* end related products */

/* COLLEGE PAGE */
	#college_left {
		width: 485px;
		float: left;
	}
	
	#college_right {
		width: 372px;
		float: right;
	}
	#college_cat_logo {
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 1px solid black;
	}
	#college_right h1 {
		font-size: 20px;
	}
	
	.college_cat_head {
		padding: 14px 29px 20px 29px;
		font-size: 30px;
		font-family: Arial, sans-serif;
		font-style: italic;
		font-weight: bold;
		border-bottom: 26px solid #00025b;
		color: #00025b;
	}
	#college_right ul {
		list-style: disc;
		padding-left: 25px;
	}
	
	a.big_buy {
		display: block;
		float: right;
		position: relative;
		top: -150px;
		right: 20px;
	}
	.college_item {
		float: left;
		margin-right: 20px;
		width: 160px;
		text-align: center;
	}
	
/* end college page */

/* PRODUCT PAGE */
	.option {
		padding-bottom: 10px;
		clear: both;
	}
	.product-options dt { width: 40%; float: left; }
	.product-options dd { width: 60%; float: left; }
/* end product page */

/* CATEGORY BLOCKS */
	.cat_block {
		width: 159px;
		margin-right: 10px;
		float: left;
		overflow: hidden;
        border: 1px solid #000;
        
	}
	.cat_block_head {
		display: block;
		padding: 8px 10px;
		margin-bottom: 5px;
		background-color: #1F1550;
		color: white; 
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
	}
	.cat_block_head:hover {
		color: white;
		background-color: #C02026;
		text-decoration: none;
	}
	
/* NING FEED BLOCK */
	.college_feed {
		width: 260px;
		background-image: url(/images/bg_college_feed.jpg);
		background-repeat: no-repeat;
		padding: 40px 50px 30px 50px;
		margin-top: 20px;
	}
	.cf_name {
		font-size: 22px;
		font-family: Trebuchet MS, sans-serif;
		color: #24197F;
		text-transform: capitalize;
	}
	.college_feed div {
		margin-bottom: 12px;
	}