/*** RESET STYLES ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000000;
	background: #023b59;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
	margin: 0px 0px 10px 30px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote {
	margin: 0px 0px 10px 30px;
}
p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
td {
	font-size: 14px;
	line-height: 1.2em;
	border: none;
}
h1 {
	font-size: 32px;
	margin: 15px 0px 20px 0px;
	color: #633314;
}
h2 {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}
li {
	font-size:12px;
	margin-bottom: 10px;
	list-style-type: circle;
}
a, a:visited {
	text-decoration: none;
	color: #0349a9;	
}
a:hover {
	text-decoration: none;
	color: #2f61a0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/*** Container Styles (in order of appearance in code) ***/
#main {
	width: 942px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#subpage_main_wrapper {
	width: 100%;
	background-image: url('/images/main-subpage-bg.jpg');
	background-repeat: repeat-x;
	background-color: #023b59;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 100%;
	border-top: 10px solid #2e0b0f;
	background-image: url('/images/wrapper-bg.jpg');
	background-repeat: repeat-y;
}
#wrapper_home {
	position: relative;
	text-align: left;
	margin-top: 7px;
	width: 942px;
	height: 639px;
	background-image: url('/images/home-bg.jpg');
	background-repeat: no-repeat;
}
#logo_home {
	position: absolute;
	bottom: 0px;
	left: 39px;
}
#header {
	position: relative;
	width: 940px;
	height: 190px;
	background-image: url('/images/subpage-header-bg.jpg');
	background-repeat: no-repeat;
}
#subpage_logo {
	position: absolute;
	left: 41px;
	top: 26px;
}
#header_home {
	position: relative;
	width: 940px;
	height: 134px;
}
#nav {
	position: absolute;
	right: 40px;
	bottom: 57px;
}
#nav_home {
	position: absolute;
	right: 40px;
	bottom: 0px;
}
#nav_home p, #nav_home a, #nav p, #nav a {
	color: #000000;
	font-variant: small-caps;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: bold;
}
#nav_home a:hover, #nav a:hover {
	color: #b60101;
}
.nav_selected {
	color: #b60101 !important;
}
.nav_unselected {
	color: #000000 !important;
}
.nav_unselected:hover {
	color: #000000 !important;
}
#header_twitter {
	position: absolute;
	top: 60px;
	right: 243px;
	display: block;
	width: 30px;
	height: 30px;
	background: url('/images/twitter30x30.png') no-repeat;
}
#header_facebook {
	position: absolute;
	top: 60px;
	right: 280px;
	display: block;
	width: 30px;
	height: 30px;
	background: url('/images/facebook30x30.png') no-repeat;
}
#mailing_signup_box {
	position: absolute;
	top: 36px;
	right: 26px;
	width: 204px;
	height: 75px;
	background-image: url('/images/sign-up-mailing-list.jpg');
	background-repeat: no-repeat;
}
#mailing_signup_box_home {
	position: absolute;
	top: 36px;
	right: 26px;
	width: 204px;
	height: 57px;
	background-image: url('/images/sign-up-mailing-list-home.jpg');
	background-repeat: no-repeat;
}
#subnav {
	clear: both;
	width: 920px;
	height: 24px;
	padding: 6px 0px 0px 20px;
	background-color: #d79c04;
}
#subnav a {
	color: #000000;
	font-weight: bold;
}
.subnav_selected, #subnav a:hover {
	color: #b80604 !important;
	font-weight: bold;
}
#left_sidebar {
	float: left;
	width: 336px;
	min-height: 100px;
	_height: 100px;
}
.sidebar_image {
	display: block;
	margin-left: 55px;
	padding-top: 40px;
}
#content {
	float: left;
	width: 544px;
	min-height: 500px;
	_height: 500px;
	padding: 15px 45px 15px 15px;
	background-color: #d8c380;
}
#content_wide {
	float: left;
	width: 850px;
	min-height: 500px;
	_height: 500px;
	padding: 15px 45px 15px 45px;
	background-color: #d8c380;
}
#content_home {
	position: relative;
	width: 942px;
	height: 475px;
}
#content p, #content td, #content_wide p, #content_wide td {
	line-height: 1.5em;
}
#about_home, #about_home_on {
	position: absolute;
	left: 79px;
	top: 20px;
	display: block;
	width: 188px;
	height: 225px;
	background-image: url('/images/home-about-on.jpg');
	background-repeat: no-repeat;
}
#about_home a:link, #about_home a:visited {
	position: relative;
	display: block;
	width: 188px;
	height: 225px;
	background-image: url('/images/home-about-off.jpg');
	background-repeat: no-repeat;
}
#about_home a:hover, #about_home_on a {
	position: relative;
	display: block;
	width: 188px;
	height: 225px;
	background-image: url('/images/home-about-on.jpg');
	background-repeat: no-repeat;
}
#thebook_home, #thebook_home_on {
	position: absolute;
	left: 266px;
	top: 20px;
	display: block;
	width: 187px;
	height: 236px;
	background-image: url('/images/home-the-book-on.jpg');
	background-repeat: no-repeat;
	z-index: 100;
}
#thebook_home a:link, #thebook_home a:visited {
	position: relative;
	display: block;
	width: 187px;
	height: 236px;
	background-image: url('/images/home-the-book-off.jpg');
	background-repeat: no-repeat;
}
#thebook_home a:hover, #thebook_home_on a {
	position: relative;
	display: block;
	width: 187px;
	height: 236px;
	background-image: url('/images/home-the-book-on.jpg');
	background-repeat: no-repeat;
}
#forreaders_home, #forreaders_home_on {
	position: absolute;
	left: 453px;
	top: 20px;
	display: block;
	width: 214px;
	height: 223px;
	background-image: url('/images/home-your-stories-on.jpg');
	background-repeat: no-repeat;
}
#forreaders_home a:link, #forreaders_home a:visited {
	position: relative;
	display: block;
	width: 214px;
	height: 223px;
	background-image: url('/images/home-for-readers-off.jpg');
	background-repeat: no-repeat;
}
#forreaders_home a:hover, #forreaders_home_on a {
	position: relative;
	display: block;
	width: 214px;
	height: 223px;
	background-image: url('/images/home-for-readers-on.jpg');
	background-repeat: no-repeat;
}
#newsevents_home, #newsevents_home_on {
	position: absolute;
	left: 667px;
	top: 14px;
	display: block;
	width: 188px;
	height: 253px;
	background-image: url('/images/home-news-events-on.jpg');
	background-repeat: no-repeat;
}
#newsevents_home a:link, #newsevents_home a:visited {
	position: relative;
	display: block;
	width: 188px;
	height: 253px;
	background-image: url('/images/home-news-events-off.jpg');
	background-repeat: no-repeat;
}
#newsevents_home a:hover, #newsevents_home_on a {
	position: relative;
	display: block;
	width: 188px;
	height: 253px;
	background-image: url('/images/home-news-events-on.jpg');
	background-repeat: no-repeat;
}
#faq_home, #faq_home_on {
	position: absolute;
	left: 117px;
	top: 232px;
	display: block;
	width: 235px;
	height: 185px;
	background-image: url('/images/home-faq-on.jpg');
	background-repeat: no-repeat;
}
#faq_home a:link, #faq_home a:visited {
	position: relative;
	display: block;
	width: 235px;
	height: 185px;
	background-image: url('/images/home-faq-off.jpg');
	background-repeat: no-repeat;
}
#faq_home a:hover, #faq_home_on a {
	position: relative;
	display: block;
	width: 235px;
	height: 185px;
	background-image: url('/images/home-faq-on.jpg');
	background-repeat: no-repeat;
}
#videosphotos_home, #videosphotos_home_on {
	position: absolute;
	left: 370px;
	top: 229px;
	display: block;
	width: 217px;
	height: 205px;
	background-image: url('/images/home-videos-photos-on.jpg');
	background-repeat: no-repeat;
}
#videosphotos_home a:link, #videosphotos_home a:visited {
	position: relative;
	display: block;
	width: 217px;
	height: 205px;
	background-image: url('/images/home-videos-photos-off.jpg');
	background-repeat: no-repeat;
}
#videosphotos_home a:hover, #videosphotos_home_on a {
	position: relative;
	display: block;
	width: 217px;
	height: 205px;
	background-image: url('/images/home-videos-photos-on.jpg');
	background-repeat: no-repeat;
}
#contact_home, #contact_home_on {
	position: absolute;
	left: 613px;
	top: 236px;
	display: block;
	width: 220px;
	height: 201px;
	background-image: url('/images/home-contact-on.jpg');
	background-repeat: no-repeat;
}
#contact_home a:link, #contact_home a:visited {
	position: relative;
	display: block;
	width: 220px;
	height: 201px;
	background-image: url('/images/home-contact-off.jpg');
	background-repeat: no-repeat;
}
#contact_home a:hover, #contact_home_on a {
	position: relative;
	display: block;
	width: 220px;
	height: 201px;
	background-image: url('/images/home-contact-on.jpg');
	background-repeat: no-repeat;
}
#breadcrumb {
	padding-top: 25px;
	text-align: center;
}
#breadcrumb strong {
	color: #b70100;
}
#book-section-videos-reviews {
	float: left;
	display: block;
	width: 286px;
	height: 258px;
	background-image: url('/images/book-section-videos-reviews-on.jpg');
	background-repeat: no-repeat;
}
#book-section-videos-reviews a:link, #book-section-videos-reviews a:visited {
	display: block;
	width: 286px;
	height: 258px;
	background-image: url('/images/book-section-videos-reviews-off.jpg');
	background-repeat: no-repeat;
}
#book-section-videos-reviews a:hover {
	display: block;
	width: 286px;
	height: 258px;
	background-image: url('/images/book-section-videos-reviews-on.jpg');
	background-repeat: no-repeat;
}
#book-section-krakow-map {
	float: right;
	display: block;
	width: 305px;
	height: 279px;
	margin: 0px 0px 15px 15px;
	background-image: url('/images/book-section-krakow-map-on.jpg');
	background-repeat: no-repeat;
}
#book-section-krakow-map a:link, #book-section-krakow-map a:visited {
	display: block;
	width: 305px;
	height: 279px;
	background-image: url('/images/book-section-krakow-map-off.jpg');
	background-repeat: no-repeat;
}
#book-section-krakow-map a:hover {
	display: block;
	width: 305px;
	height: 279px;
	background-image: url('/images/book-section-krakow-map-on.jpg');
	background-repeat: no-repeat;
}
#buy_the_book {
	display: block;
	width: 181px;
	height: 75px;
	padding: 57px 0px 0px 67px;
	background-image: url('/images/buy-book-background-off.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000000;
	margin-left: 25px;
}
#buy_the_book:hover {
	background-image: url('/images/buy-book-background-on.jpg');
	background-repeat: no-repeat;
	color: #b60101;
}
.buy_book_store_button {
	display: block;
	width: 324px;
	height: 72px;
	padding: 33px 0px 0px 0px;
	margin-bottom: 10px;
	background-image: url('/images/buy-book-store-button-off.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	color: #000000 !important;
}
.buy_book_store_button:hover {
	background-image: url('/images/buy-book-store-button-on.jpg');
	background-repeat: no-repeat;
	color: #b60101 !important;
}
#map_container {
	width: 534px;
	height: 423px;
	background-image: url('/images/map-background.jpg');
	background-repeat: no-repeat;
	padding: 39px 0px 0px 38px;
}
#video_container {
	width: 468px;
	height: 394px;
	background-image: url('/images/video-frame-background.jpg');
	background-repeat: no-repeat;
	padding: 42px 0px 0px 39px;
	margin: 0px;
}
#footer {
	clear: both;
	padding: 10px 0px 0px 0px;
	height: 40px;
	width: 940px;
	overflow: hidden;
	background-color: #023b59;
}
#footer p {
	color: #d8c380;
	font-size: 11px;
}
#footer a {
	color: #d8c380;
	text-decoration: none;
}
#addthis_button {
	position: absolute;
	right: 3px;
	bottom: 20px;
}

/*** Universal Classes ***/
.horiz {
	width: 544px;
	height: 1px;
	background-color: #4b2c24;
	color: #4b2c24;
	margin: 20px 0px 20px 0px;
	overflow: hidden;	
}
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatleft_pic {
	float: left;
	margin: 0px 15px 15px 0px;
}
.floatright_pic {
	float: right;
	margin: 0px 0px 15px 15px;
}
.clearboth {
	clear: both;
}

