.dummy	{
	color: #FF0000;
}
body {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.container {
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#banner {
	background-color:#FFFFFF;
}


/* MENU */
#menu {
	background-color: #AC7943;
}
#menu td	{
	background-color: #AC7943;
}
.subnav {
	font-size: 10px;
	margin-top: 10px;
}
.submenu {
	padding: 5px 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	border-bottom:  1px solid #D6BCA1;
}
.submenu a:link, .submenu a:visited {
	color: #AC7943;
	text-decoration: none;
}
.submenu a:hover, .submenu a:active {
	color: #8B5D2D;
	text-decoration: none;
}

/*  FOOTER */
#footer	{
	font-size: 10px;
	background-color: #555555;
	color: #FFFFFF;
	text-align:center;
}
#footer td	{
	padding: 10px;
}
#footer	a:link, #footer a:visited {
	color: #eeeeee;
}
#footer	a:hover, #footer a:active {
	color: #bbbbbb;
}
#footerleft {
	font-size: 10px;
	background-color: #666666;
	color: #FFFFFF;
	padding: 10px 10px 150px 20px;
}

/* CONTENT AREA */
#contentArea	{
	background-image: url(../images/bkgd_image.gif);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
}
.content	{
	font-size: 11px;
	line-height: 16px;
	padding: 30px 40px 30px 30px;
	text-align: justify;
}
.contentLeft {
	font-size: 11px;
	line-height: 16px;
	padding: 30px 30px 50px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FBFBFB;
	width: 165px;
	text-align: left;
}
.content a:link,.content a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.content a:hover,.content a:active {
	color: #666666;
	text-decoration: none;
}
.contentLeft a:link,.contentLeft a:visited {
	color: #AC7943;
	text-decoration: none;
	font-weight:bold;
}
.contentLeft a:hover,.contentLeft a:active {
	color: #8B5D2D;
	text-decoration: none;
}
h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #333333;
}
h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #8B5D2D;
	margin: 0px;
	padding: 0px;
}
.kicker	{
	font-size: 12px;
	text-transform: uppercase;
}
.bookcover {
	background-image: url(../images/book_cover_lg.gif);
	background-repeat: no-repeat;
	height: 245px;
}
.sublink {
	font-size: 9px;
	margin-top: 2px;
	margin-left: 10px;
	padding-top: 1px;
	border-top: 1px dotted #aaaaaa;
}
