body {
	text-align:center;
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#A3BE95;
}

a {
	color:#336600;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body,h1,h2,h3,h4,h4,h6,form,input,select {
	padding:0;
	margin:0;
}

h2 {
	color:#6E6E6E;
	text-transform:uppercase;
	font-size:1em;
}

h3 {
	color:#314F19;
	font-size:1.2em;
}

p {
	margin:0;
	padding:0 0 1em 0;
}

img { border:none; }

/*		CLASSES		*/
.margin			{ margin:1em; }
.marginTop		{ margin-top:1em; }
.marginRight	{ margin-right:1em; }
.marginBottom	{ margin-bottom:1em; }
.marginLeft		{ margin-left:1em; }
.padding		{ padding:1em; }
.paddingTop		{ padding-top:1em; }
.paddingRight	{ padding-right:1em; }
.paddingBottom	{ padding-bottom:1em; }
.paddingLeft	{ padding-left:1em; }
.relative		{ position:relative; }
.bold			{ font-weight:bold; }
.left			{ float:left; }
.right			{ float:right; }
.clear			{ clear:both; }
.center			{ text-align:center; }
.smText			{ font-size:10px; }


.bookcontainer {width:140px; float:left;}
.bookimage { padding-bottom:5px; }

h2.graphic {
	height:24px;
	text-indent:-10000px;
	overflow:hidden;
	background-repeat:no-repeat;
}

h2#newTitles {
	background-image:url(../images/headline_newtitles.gif);
	margin-left:26px;
}

h2#aboutUs {
	background-image:url(../images/headline_aboutUs.gif);
}

h2#customPublishing {
	background-image:url(../images/headline_custom.gif);
	margin-left:26px;
}

h2#contactUs {
	background-image:url(../images/headline_contact.gif);
	margin-left:26px;
}

.infoText p {
	font-weight:bold;
	color:#6E6E6E;
}

ul.noBullet, ul.noBullet li {
	padding:0;
	margin:0;
	list-style:none;
}

#mainContainer {
	margin:0 auto;
	width:800px;
	text-align:left;
	border:4px solid #ffffff;
	background:url(../images/contentbg.jpg) no-repeat #ffffff;
	position:relative;
	margin-top:40px;
}

#header {
	height:164px;
	position:relative;
}

#header h1 a {
	display:block;
	width:474px;
	height:71px;
	text-indent:-1000px;
	overflow:hidden;
	position:absolute;
	left:20px;
	top:34px;
}

#header p {
	position:absolute;
	left:623px;
	top:34px;
	font-size:0.9em;
	font-weight:bold;
	color:#4C5E3C;
}

#header p a {
	color:#669933;
}

#header ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:134px;
	left:179px;
}

#header ul li {
	float:left;
}

#header li a {
	display:block;
	width:100px;
	height:17px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(../images/nav.gif) no-repeat;
}

#content {
	background:url(../images/logo.gif) bottom right no-repeat;
}

li#nav_about a {
	width:105px;
	background-position:0 0;
}
li#nav_about a:hover, li#nav_about.active a { background-position:0 -17px; }

li#nav_titles a {
	width:79px;
	background-position:-105px 0;
}
li#nav_titles a:hover, li#nav_titles.active a { background-position:-105px -17px; }

li#nav_custom a {
	width:127px;
	background-position:-184px 0;
}
li#nav_custom a:hover, li#nav_custom.active a { background-position:-184px -17px; }

li#nav_contact a {
	width:73px;
	background-position:-311px 0;
}
li#nav_contact a:hover, li#nav_contact.active a { background-position:-311px -17px; }

#content .left, #content .middle, #content .right {
	float:left;
}

#content div.left {
	width:535px;
	padding-left:26px;
}

#content div.left img.left {
	width:140px;
}

#content .clearIt div.right {
	width:376px;
	padding:0;
	float:right;
}

#content .right {
	width:150px;
	padding:0 0 150px 59px;
}

#content .clearIt {
	padding-bottom:20px;
}

body.bigPic #content .left {
	padding:0;
	width:588px;
	overflow:hidden;
}

body.bigPic #content .right {
	width:170px;
	padding-left:22px;
}


p#footer {
	color:#ffffff;
	position:absolute;
	bottom:-45px;
	left:595px;
	font-size:10px;
	font-weight:bold;
	font-style:italic;
}

/* Fix's containers not clearing inner floats in firefox */
.clearIt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

html .clearIt {
	height: 1%;
}