/* Brownie the Book */

/*Basic Stuff */


body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background: #e3e8c6;
	}
	
p {
	margin-top: 0;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	line-height: 140%;
	}
	
h1 {
	margin-bottom: 0;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #231f20;
	}
	
h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	}
	
h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	}
	
h4 {
	margin-top: 0;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	}
	
h5 {
	margin-bottom: 0;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #231f20;
	text-align: left;
	}
	
.highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
	background-color: #000;
	}
	
.a:link {
	text-decoration: underline;
	color: #333;
	}
	
.a:visited {
	text-decoration: underline;
	color: #333;
	}
	
.a:hover {
	text-decoration: none;
	color: #333;
	}
	
.a:active {
	text-decoration: underline;
	color: #333;
	}
	
.b:link {
	font-size: 14px;
	text-decoration: none;
	color: #666;
	}
	
.b:visited {
	font-size: 14px;
	text-decoration: none;
	color: #666;
	}
	
.b:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #666;
	}
	
.b:active {
	font-size: 14px;
	text-decoration: none;
	color: #666;
	}
	
.imgFloatleft {
	float: left;
	margin: 4px 8px 0 2px;
	border: solid 1px #666;
	}
	
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
	
.email li {
	background: url(contact/img/iconEmail.gif) no-repeat left center;
	padding: 3px 0 0 30px;
	line-height: 130%;
	margin-bottom: 15px;
	}
	
.phone li {
	background: url(contact/img/iconPhone.gif) no-repeat left center;
	padding: 3px 0 0 29px;
	line-height: 160%;
	margin-bottom: 15px;
	}
	
.snailMail li {
	background: url(contact/img/iconSnail.gif) no-repeat left top; 
	padding: 0 0 0 35px;
	line-height: 130%;
	margin: 0 0 15px 0;
	}

/*Header and Menu */

#masthead {
	width: 740px;
	height: 230px;
	position: relative;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	background: url(img/banner.gif) no-repeat center;
	text-align: left;
	}
	
#logo {
	width: 200px;
	height: 80px;
	padding-top: 15px;
	}
	
#menu {
	width: 740px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 8px;
	color: #000;
	}
	
#languageMenu {
	width: 80px;
	height: 25px;
	font-size: 11px;
	float: left;
	}
	

	
.mainMenu {
	float: right;
	margin-left: 25px;
	}
	
/* menu rollovers */

a {
	outline: none;
	}

.rollover1 {
	display: block;
	width: 28px;
	height: 16px;
	background: url(img/m_home.gif) no-repeat;
	text-indent: -9999px;
	}
	
.homeInactive {
	float: right;
	margin-left: 25px;
	width: 28px;
	height: 16px;
	}
	
	
.rollover2 {
	display: block;
	width: 81px;
	height: 17px;
	background: url(img/m_author.gif) no-repeat;
	text-indent: -9999px;
	}
	
.authorInactive {
	float: right;
	margin-left: 25px;
	width: 81px;
	height: 17px;
	}
	
.rollover3 {
	display: block;
	width: 38px;
	height: 16px;
	background: url(img/m_eBook.gif) no-repeat;
	text-indent: -9999px;
	}
	
.ebookInactive {
	float: right;
	margin-left: 25px;
	width: 38px;
	height: 16px;
	}
	
.rollover4 {
	display: block;
	width: 58px;
	height: 18px;
	background: url(img/m_downloads.gif) no-repeat;
	text-indent: -9999px;
	}
	
.downloadsInactive {
	float: right;
	margin-left: 25px;
	width: 58px;
	height: 18px;
	}
	
.rollover5 {
	display: block;
	width: 34px;
	height: 16px;
	background: url(img/m_about.gif) no-repeat;
	text-indent: -9999px;
	}
	
.aboutInactive {
	float: right;
	margin-left: 25px;
	width: 34px;
	height: 16px;
	}
	
.rollover6 {
	display: block;
	width: 44px;
	height: 16px;
	background: url(img/m_contact.gif) no-repeat;
	text-indent: -9999px;
	}
	
.contactInactive {
	float: right;
	margin-left: 25px;
	width: 44px;
	height: 16px;
	}
	
a.rollover1:link, a.rollover1:visited, a.rollover1:active {
	background: url(img/m_home.gif) no-repeat;
	}
a.rollover1:hover {
	background-position: -28px 0;
	}
	
a.rollover2:link, a.rollover2:visited, a.rollover2:active {
	background: url(img/m_author.gif) no-repeat;
	}
a.rollover2:hover {
	background-position: -81px 0;
	}
	
a.rollover3:link, a.rollover3:visited, a.rollover3:active {
	background: url(img/m_eBook.gif) no-repeat;
	}
a.rollover3:hover {
	background-position: -38px 0;
	}
	
a.rollover4:link, a.rollover4:visited, a.rollover4:active {
	background: url(img/m_downloads.gif) no-repeat;
	}
a.rollover4:hover {
	background-position: -58px 0;
	}
	
a.rollover5:link, a.rollover5:visited, a.rollover5:active {
	background: url(img/m_about.gif) no-repeat;
	}
a.rollover5:hover {
	background-position: -34px 0;
	}
	
a.rollover6:link, a.rollover6:visited, a.rollover6:active {
	background: url(img/m_contact.gif) no-repeat;
	}
a.rollover6:hover {
	background-position: -44px 0;
	}
	
/* Content */

#main {
	width: 100%;
	background: #fff;
	margin: 0;
}
	

#container {
	width: 700px;
	background: #fff;
	overflow: hidden;
	margin: 0 auto 0 auto;
	text-align: left;
	}
	
#containerDownloads {
	width: 708px;
	background: #fff;
	overflow: hidden;
	margin: 20px auto 0px auto;
	}
	
#containerMessage {
	width: 708px;
	background: #fff;
	overflow: hidden;
	margin: 20px auto 0px auto;
	}
	
.content {
	padding: 15px 0 15px 0;
	}

	
#leftCol {
	float: left;
	width: 335px;
	margin: 20px 30px 35px 0px;
	}
	
#rightCol {
	float: right;
	width: 335px;
	margin: 20px 0px 35px 0px;
	}
	
.newsItems {
	padding: 15px 0 15px 0;
	background: url(img/bg_pixel.gif) repeat-x bottom;
	}
	
.copyWrite {
	padding: 15px 0 15px 0;
	}
	
.message {
	padding: 15px 0 15px 0;
	text-align: center;
	}
	
.thumbPreview {
	width: 220px;
	float: left;
	margin: 15px 20px 30px 0px;
	font-size: 11px;
	}
	
.thumbPreviewLast {
	width: 220px;
	float: left;
	margin: 15px 0px 30px 0px;
	}
	
.imgOutline {
	border: solid 1px #ccc;
	}
	
form {
	margin: 0;
	}
	
.tdPadding {
	padding-left: 10px;
	}

	
/* Footer Items */

#mastFooter {
	width: 100%;
	padding: 20px 0 20px 0;
	overflow: hidden;
	text-align: center;
	background: url(img/bg_roughBorder.gif) repeat-x top #e3e8c6;
	}
	
#footer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
#membership {
	float: left;
	width: 240px;
	height: 130px;
	overflow: hidden;
	padding-right: 10px;
	background: url(img/bg_pixelFooter.gif) repeat-y right;
	}
	
/* Membership Subscription Campaign Monitor */

form {
	margin-top: 10px;
	}

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left: 0px; height: 25px;} 
div.clear {clear:both;padding-top:5px;} 

/**/

#footerLinks {
	float: left;
	width: 240px;
	height: 130px;
	text-align: center;
	padding-right: 10px;
	overflow: hidden;
	background: url(img/bg_pixelFooter.gif) repeat-y right;
	}
	
#affiliates {
	float: left;
	width: 210px;
	padding-left: 30px;
	}
	
#legal {
	clear: both;
	width: 270px;
	font-size: 10px;
	text-align: left;
	padding-top:20px;
	}
	
	
