/* Page Layouts*/

body{
	background-attachment: fixed;
	background-color: #BED0FF;
	background-image: url(Images/AsLevelSociology.jpg);
	background-repeat: no-repeat;
	background-position: 50px 20px;
}
	
#menuBar a {
	font-size:12px;
	color: #333F2F;
	text-decoration: none;
	border: thin solid #3F2F33;
	margin-right: 5px;
	margin-bottom: 1em;
	background-color: #9CBF8E;
	padding-right: 5px;
	padding-left: 5px;
}

#menuBar a:hover {
	background-color:#5E687F;
}

p, a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #3f2f33;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3F2F33;
}

.bigger {font-size:1.5em; font-weight:bolder;}

#mainBody a {
	color: #0000FF;
}
#bookPicture {
	float: right;
	border: 1px solid #333333;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: .5em;
}

#studentPicture {
	float: right;
	border: 1px solid #333333;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: .5em;
}

#saleFlash {
	float: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}

#menuBar {
	text-align: center;
	margin-left: 240px;
}
#mainBody {
	margin-left: 240px;
}
#pageTitles {
	margin-left: 240px;
}
#mainBody blockquote {
	font-family: "Trebuchet MS", Arial, sans-serif;
	float: left;
	width: 163px;
	text-align: center;
	background-image: url(images/quoteBack.gif);
	height: 202px;
	margin-left: 0px;
	margin-right: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#pageTitles h1 {
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #5E687F;
}
#pageTitles h2 {
}
#mainBody h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#mainBody h2 {
	font-size: 1em;
	font-weight: bold;
}
#mainBody li {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #3f2f33;
}

.centerStuff {
	text-align: center;
	color: #3f2f33;
}
#mainBody h3 {
	font-size: .75em;
	font-weight: bold;
}
#mainBody h4 {
	font-size: .75em;
	font-weight: bold;
}
#mainBody address {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #3F2F33;
	text-align: center;
	font-weight: bold;
}

#mainBody .teachingToolkits {
	list-style-type: disc;
}
#mainBody .author {
	font-weight: bold;
}
#mainBody .boldNote {
	font-weight: bolder;
}
#mainBody .boldStuff {
	font-weight: bold;
}
#mainBody .bigStuff {
	font-size: larger;
}
#mainBody td {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #3F2F33;
	padding-left: 1em;
}
#mainBody #crossedOut {
	text-decoration: line-through;
}
#mainBody #ASSociol {
	float: left;
	padding-right: 2em;
}
#mainBody #books {
	float: left;
}
#sideImage {
	width: 240px;
	height: 220px;
	float: left;
}
