h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #A4D8DA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #14b3b4;
	padding: 8px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
} 
.thrColFixHdr #header {
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
	width: 780px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-bottom: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-bottom: 10px;
}
.thrColFixHdr #mainContent {
	padding: 8;
	margin-right: 165px;
	margin-left: 165px;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 8px;
} 
.thrColFixHdr #footer {
	background:#DDDDDD;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 9px;
	text-align: center;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: 13px;
}
#Search {
	float: right;
	margin-top: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	color: #A11A70;
	font-size: 13px;
}
#Side_Menu {
	width: 155px;
	margin-right: 8px;
	float: left;
}
#Main_advert {
	float: left;
	width: 780px;
	margin-top: 0px;
}
#Mainstream_newsletter {
	background-color: #9CCBCC;
	float: right;
	width: 124px;
	margin: 8px;
	padding: 5px;
}
.Book_adverts {
	width: 134px;
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
}
.Thumbnail {
	height: 139px;
	width: 90px;
	float: left;
	border: 2px solid #9DCACC;
	margin-top: 12px;
	margin-left: 40px;
	margin-bottom: 8px;
}
p {
	margin-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
}
h2 {
	color: #333;
	margin-top: 0px;
	font-size: 16px;
	overflow: auto;
}
.sidebar_bookadvert {
	padding: 0px;
	float: left;
	height: 254px;
	width: 134px;
	margin-top: 16px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}
form {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#recommended_thumbnail {
	float: left;
	height: 125px;
	width: 80px;
	margin-top: 18px;
	margin-left: 8px;
	border: 2px solid #9DCACC;
	margin-bottom: 10px;
}
#Recommended_Box {
	width: 320px;
	margin-top: 18px;
	margin-bottom: 8px;
	margin-left: 20px;
	float: left;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #333;
	letter-spacing: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.Top5_img {
	float: left;
	height: 93px;
	width: 60px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.Top5 {
	float: left;
	width: 410px;
	margin-top: 10px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
}
ul {
}
#small_advert {
	float: left;
	height: 120px;
	width: 134px;
	margin-top: 16px;
	margin-right: 8px;
	margin-left: 8px;
}
.Main_advert {	border: 1px solid #4B6173;
}
#top_menu {
	width: 780px;
	margin-top: 10px;
	float: right;
}
#Sign_up {	float: left;
	width: 134px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#Follow_Mainstream {	width: 134px;
	margin-top: 16px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding: 0px;
	float: left;
}
.Twitter_Facebook {	padding: 0px;
	float: left;
	width: 134px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Subject_headings {
	padding: 3px;
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	background-color: #1BB2B4;
	font-size: 18px;
	font-weight: lighter;
	color: #FFF;
	width: 427px;
	font-family: Tahoma, Geneva, sans-serif;
}
a:link {
	color: #A11A70;
}
a:visited {
	color: #A11A70;
}
a:hover {
	color: #6A134B;
}
a:active {
	color: #A11E71;
}
.Content {
	float: left;
	width: 427px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#maincontent2 {
	float: left;
	width: 760px;
	background-color: #FFF;
	margin-top: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.content2 {
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-left: 8px;
	margin-bottom: 10px;
}
.subjecttitle1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #FFF;
	background-color: #00B7B6;
	float: left;
	width: 759px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.content3 {
	margin-right: 0px;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 8px;
	width: 615px;
	margin-left: 162px;
	padding-bottom: 8px;
}
#Signup_newsletter {
	float: left;
	width: 400px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #A5D7DA;
	padding: 10px;
	border: 2px solid #999;
	text-align: center;
}
.subject3 {
	background-color: #00B2B2;
	margin: 8px;
	padding: 3px;
	float: left;
	width: 590px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #FFF;
}
.top5_genre {
	float: left;
	height: 98px;
	width: 510px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 13px;
	margin-left: 8px;
}
.Main_logo {
	padding: 0px;
	float: left;
	width: 225px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Cat_tumbnails {
	background-color: #CCC;
	float: left;
	height: 170px;
	width: 162px;
	text-align: center;
	padding-top: 8px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	vertical-align: middle;
	border: 1px solid #666;
}
#Search2 {
	background-color: #94DADB;
	padding: 8px;
	float: left;
	width: 500px;
	margin-bottom: 30px;
}
.Cat_thumbnail_img {
	margin-top: 8px;
}
#Advert1 {
	float: left;
	margin-right: 8px;
}
h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: lighter;
}
.Heading7 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
}
.thrColFixHdr #container #maincontent2 .newsletter_content h6 {
	color: #138285;
}
.thrColFixHdr #container #maincontent2 .newsletter_content h5 {
	color: #138285;
}
.genre_description {
	float: left;
	width: 578px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
	padding: 8px;
	background-color: #A5D7DA;
	font-size: 14px;
	color: #333;
}
.Newsletter_headings {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	color: #169598;
	padding: 3px;
	float: left;
	width: 755px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1BB2B4;
	font-size: 16px;
	margin-bottom: 10px;
}
.newsletter_content {
	float: left;
	width: 750px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.newsletter_img {
	float: left;
	padding-right: 10px;
}
.youtube {
	padding: 0px;
	float: left;
	width: 134px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}
