﻿@charset "UTF-8";
body  {

	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 */

	background-color: #FFFFFF;

	background-image: url('/images/stripebg.gif');

	background-repeat: repeat;

	line-height: 18px;

}

#container {

	width: 960px;

	background: #ffffff;

	border-right-width: thick;

	border-left-width: thick;

	border-right-style: solid;

	border-left-style: solid;

	border-right-color: #ffffff;

	border-left-color: #ffffff;

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

} 

#header {

	padding-top: 0px;

	padding-right: 0;

	padding-bottom: 0;

	padding-left: 0;

	background-color: #ffffff;

} 

#navbar {

	width: 960px; /* the auto margins (in conjunction with a width) center the page */

	padding: 0;

	margin: 0 auto;

	background-color: #FFFFFF;

}



#nav_container {
	width: 878px; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	margin: 7px 0 10px 13px;
}

#nav, #nav ul {

	width: 860px;

	height: 40px;

	margin: 0 auto;

	padding: 0;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #5a3d1c;

	list-style: none;

}



#nav a:link, #nav a:visited {

	color: #5A3D1C;

	text-decoration: none;

}

#nav a:hover {

	color: #85C2E0;

	text-decoration: none;

}



#nav li {
	float: left;
	text-align: left;
	padding-top: 11px;
	list-style-type: none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: auto;
}
a:link, a:visited {

	color: #5A3D1C;

	text-decoration: none;

}

a:hover {

	color: #85C2E0;

	text-decoration: underline;

}

	

#sidebar {

	float: left; /* since this element is floated, a width must be given */

	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */

	margin-left: 25px;

	display: inline;

	margin-bottom: 20px;

}

#sidebar_top {

	background-color: #FFFFFF;

	background-repeat: repeat;

	background-position: top;

	padding-left: 75px;

	padding-top: 0px;

	padding-left: 20px;

	padding-bottom: 1px;

	border:medium #85C2E0 dotted; 

	font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;

	color: #5a3d1c;

	font-size: 12px;

	font-style: normal;

	font-variant: normal;

	line-height: 14px;

	text-align: left;

	

}

.sidebar_top_left {

	margin-right: 10px;

}

.sidebar_top_right {
	margin-left: 5px;
}
#sidebar_bottom_container {
	margin-top: 15px;
}
#sidebar_bottom1 {

	background-color: #FFFFFF;

	background-repeat: repeat;

	margin: 0 auto;

}

#sidebar_bottom2 {

	background-color: #ffffff;

	background-repeat: repeat;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #5a3d1c;

	font-size: 13px;

	text-align: left;

	border:medium #ffffff dotted;

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

	padding-top: 5px;

	padding-right: 25px;

	padding-bottom: 5px;

	padding-left: 7.5px;

}

#sidebar_bottom3 {

	background-image: url(/images/rounded_bottom.gif);

	background-repeat: no-repeat;

	margin: 0 auto;

}

#mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 270px;
	padding-top: 0;
	padding-bottom: 0px;
} 
#mainContent_top {
	background-image: url(/images/maincontent_top.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#mainContent_middle_container {
	background-image: url(/images/maincontent_middle.gif);
	background-repeat: repeat;
	margin: 0 auto;
	padding: 0;
}
#mainContent_middle {

	min-height: 400px; /* moz/FF/Opera */

	_height: 400px; /* IE-win */

	background-color: #ffffff;

	background-repeat: no-repeat;

	background-position: left top;

	margin: 0 auto;

	padding: 25px 1px 5px 30px;

	font-family: 'century gothic','futura',arial,sans-serif;

	color: #472E6F;

	font-size: 12px;

	text-align: left;

}



#mainContent_middle img {

	padding: 5px 15px 10px 15px;

}



#mainContent_bottom {
	background-image: url(/images/maincontent_bottom.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#flash_container {

	padding: 0;

	background-color: #ffffff;

	background-repeat: no-repeat;

	background-position: center;

	min-height: 87px; /* moz/FF/Opera */

	_height: 87px; /* IE-win */

} 

#flash{

	padding-top: 8px;

} 

#footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
#footer p {

	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;

	background-color: #fffffff;

	color: #5a3d1c;

	font-size: 10px;

	padding-top: 20px;

	padding-right: 0;

	padding-bottom: 10px;

	padding-left: 0;

}

.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;
}
#book_container {
	margin-bottom: 30px;
	overflow: hidden;
}
#book_jacket {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left: 75px;
	display: inline;
}
#book_descr {
	margin-top: 0;
	margin-right: 30px;
	margin-left: 210px;
	padding-top: 0;
	padding-bottom: 0px;
} 
#book_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5a3d1c;
	margin-right: 60px;
	padding-bottom: 0px;
	margin-left: 75px;
	margin-bottom: 20px;
	font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;
	color: #5a3d1c;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	margin-top: 20px;
}
.left_column {
	vertical-align: top;
	padding-right: 20px;
	text-align: right;

}
.right_column {
	vertical-align: top;
	padding-left: 20px;
	text-align: center;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
.description {
	padding: 0px 20px 0 20px;
	margin-left: 50px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #5a3d1c;
}
.description2 {
	padding: 0px 20px 0 0;
	margin-right: 50px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5a3d1c;
}
.horiz_rule {
	padding-right: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5a3d1c;
}
.horiz_rule2 {
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5a3d1c;
	margin-left: 20px;
}

.current_link {

	color: #0033CC;

	text-decoration: underline;

	font-family: Arial, Helvetica, sans-serif;

}

#sidebar_bottom4 {

	background-color: #ffffff;

	background-repeat: repeat;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #0033CC;

	font-size: 13px;

	text-align: left;

	border: medium #5A3D1C dotted;

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

	padding-top: 5px;

	padding-right: 25px;

	padding-bottom: 5px;

	padding-left: 20px;

	text-decoration: underline;

}

