@import url(global.css);


#wrapper {
	/*background: url(../images/temp-bookstore-topright.jpg) no-repeat 586px 8px;*/
	background: url(../images/bg-textpage.gif) repeat-y 585px 150px;
}

#Header.CoopBookstore h1 {	
	left: 70px;
	top: 49px;
}

#Content #Navigation {
	margin-top: 0px;
	padding-top: 50px;
	background: url(../images/temp-bookstore-topright.jpg) no-repeat;
	
}

#Navigation ol {
	margin-top: 132px;
	padding: 7px 0 25px 11px;
	list-style-type: none;
	background: url(../images/bg-navigation.gif) no-repeat 0 21px;
	position: relative;
	top: -26px;
	z-index: 10;
}

#Content #Copy {
	position: relative;
	left: 14px;
	padding: 170px 31px 12px 65px;
	width: 476px;
	min-height: 300px;
	height: auto;
	font-family: Arial, Helvetica sans-serif;
	font-size: 1.2em;
	background: #FFDE9B url(../images/bg-content-bookstore-text.jpg) no-repeat;
	z-index: 1;
}

#Copy h2#PageTitle {
	margin: 0 0 16px;
	width: 300px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #AF4B01;
}

#Copy h3 {
	margin: 0 0 15px;
	font-size: 1.4em;
	color: #AF4B01;
}

#Copy h4 {
	margin: 0 0 12px;
	font-size: 1.1em;
}

#Copy ul {
	list-style-type: disc;
	margin-bottom: 12px;
}

#Copy ul li {
	list-style-type: disc;
	margin: 0 0 5px 18px;
}

#Copy ol {
	margin-bottom: 12px;
}

#Copy ol li {
	margin: 0 0 5px 18px;
}

#Copy p {
	padding-bottom: 12px;
}

#Copy a {
	color: #AF4B01;
	text-decoration: underline;
}

#Copy a:hover {
	text-decoration: none;
}

#Copy h4.RelatedInfo {
	color: #AF4B01;
}

