@charset "utf-8";

/*==========Main==========*/

* {
	margin: 0px;
	padding: 0px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

html, body {
	background-color: #375A78;
}

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 10px;
}
.headerBumper {
	padding-right: 15px;
	padding-left: 15px;
	font-style: italic;
	line-height: 175%;
}


#container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-repeat: no-repeat;
	background-color: #294F66;
	background-image: url(img/bg.jpg);
	background-position: center top;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D0D3D9;
	border-left-color: #D0D3D9;
}

/*==========Navigation==========*/

#nav {
	margin-top: 10px;
	margin-bottom: 10px;
}

#nav a:link, #nav a:visited {
	color: #9A2613;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
#mainBodyTextArea {
	background-image: url(img/BoxMiddle.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 0px;
}
#socialIconBar {
	text-align: center;
	padding-top: 0px;
}
.mainBodyTextArea_img {
	display: inline-block;
	float: right;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 4px solid #000000;
}


.iconPadding {
	padding-right: 15px;
	padding-left: 15px;
}

#extender {
	background-image: url(img/BoxExtender.png);
	background-repeat: repeat-y;
}




#sidebar {
	background-repeat: no-repeat;
	height: 700px;
	width: 271px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;

}
#leftText {
	text-align: left;
	padding-left: 15px;
}

.bookLink {
	width: 150px;
	padding-top: 300px;
}

#mainBody {
	float: right;
	width: 689px;
	height: auto;
}


.clear {
	clear: both;
}

/*==========Link States==========*/

a:link {
	text-decoration: underline;
	color: #333333;
}

a:visited {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #910000;
}

a:active {
	text-decoration: none;
}

/*==========H Tags==========*/


h1 {
	background-image: url(img/flourish_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	font-style: normal;
	color: #000000;
	position: relative;
	margin-top: 0px;
	height: 75px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 5px;
}

h3 {
}

/*==========Footer==========*/

#footer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #425368;
	padding: 10px;
	text-align: center;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D0D3D9;
	border-left-color: #D0D3D9;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #D0D3D9;
	line-height: 150%;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #CB6B6D;
}

#mainBodyTextArea li {
	margin-left: 25px;
	line-height: 150%;
	padding: 2px;
}

blockquote {
	font-style: italic;
	padding-left: 50px;
}

.buyNow {
	top: -50px;
}

