﻿body {
	margin: 0;
	font-family: Georgia, serif;
	font-size: small;
	color: #000000;
	background: url("./skin_images/bg_body.gif");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #ffffff;
}

/* remove outline around links */
a, input {outline: none;}

img {border: none;}

.l {float: left;}


/* BEGIN TOP NAV */
#containerTopNav {
	width: 100%;
	background: url("./skin_images/bg_top_nav.gif");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #9d925a;
}
#boxTopNav {
	margin: 0 auto;
	padding-top: 12px;
	width: 924px;
	height: 45px;
	text-align: center;
}
/* END TOP NAV */

/* BEGIN BANNER */
#containerTopBanner {
	width: 100%;
	background: url("./skin_images/bg_top_book.gif");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #51663a;
}
#boxTopBanner {
	position: relative;
	margin: 0 auto;
	width: 924px;
	overflow: auto;
	min-height: 36px;
}

img#title
{
 margin-top:10px;
 margin-left:15px;
 margin-right:420px;
}

#store_home_button
{
 margin-top:8px;
}
 

#containerMainBG {
	margin: 0px auto;
	width: 964px;
	background: url("./skin_images/bg_main.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
#containerMain {
	margin: 0px auto;
	width: 924px;
}
#boxHero {
	position: relative;
	width: 924px;
	height: 212px;
	background: url("./skin_images/bg_hero.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
#boxShadow {
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 924px;
	height: 23px;
}
#boxLogo {
	z-index: 20;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 331px;
	height: 212px;
}

#containerContent {
	width: 884px;
	overflow: auto;
	padding:0px 20px 0px 20px;
}

#boxContent {
	width: 100%;
	padding-top: 30px;
}

#boxFooter {
	margin: 30px auto 0;
	border-top: 1px dotted #999999;
	width: 850px;
	overflow: auto;
	padding: 5px 0 10px 0;
}
.txtFooter {
	font-size: 90%;
	color: #000000;
	text-transform: uppercase;
}	

.txtFooter a:link {
	color: #000000;
	text-decoration: none;
}
.txtFooter a:visited {
	color: #000000;
	text-decoration: none;
}
.txtFooter a:hover {
	color: #000000;
	text-decoration: underline;
}
.txtFooter a:active {
	color: #000000;
	text-decoration: underline;
}

#common_menu
{
 margin-top:2px;
 margin-right:10px;
}