@charset "UTF-8";

/* @override 
	http://multimediabychris.com/sitetesting/FP02/style.css
	http://pokerartbyathena.com/style.css
*/

/* @group nav */

.navbar {
	background: url(images/top.jpg) no-repeat center;
}

#maintabrow {
	border-style: none;
	margin: auto;
	width: 680px;
	height: 243px;
	padding-left: 357px;
	background: url(images/tab1.jpg) no-repeat 360px 39px;
}

#tab1 ul#maintabrow {	background: url(images/tab1.jpg) no-repeat 360px 39px;}
#tab2 ul#maintabrow {	background: url(images/tab2.jpg) no-repeat 360px 39px;}
#tab3 ul#maintabrow {	background: url(images/tab3.jpg) no-repeat 360px 39px;}
#tab4 ul#maintabrow {	background: url(images/tab4.jpg) no-repeat 360px 39px;}
#tab5 ul#maintabrow {	background: url(images/tab5.jpg) no-repeat 360px 39px;}

ul a {
	color: #000;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, "Helvetica Neue", sans-serif;
}
ul img {
	height: 188px;
	width: 127px;
}
li {
	list-style-type: none;
	float: left;
	padding-top: 34px;
	padding-right: 2px;
}

/* @end */

/* @group common css */
html {
}
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;


/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;

/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: black url(images/black-sides.png) repeat-y center 240px;
	margin: 0;
}

.footer {
	background: url(images/bottom.jpg) no-repeat center bottom;
	padding-bottom: 20px;
}

.oneColFixCtr #container {
	width: 999px;
/* the auto margins (in conjunction with a width) center the page */	text-align: left;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-position: 0;
}

.oneColFixCtr #mainContent {
	padding: 0 20px;
	background: url(images/middle.jpg) repeat-y center top;
	min-height: 650px;
}

/* @end */

/* @group gallery css */

div.print {
	border-bottom: 3px solid maroon;
	display: inline-block;
	overflow:visible;
	margin-bottom: 30px;
	margin-left: 60px;
	
}

.print_preview img {
	border-color: white;
	border-width: 5px;
	background-color: white;
}

.print_preview {
	clear: left;
	float: left;
	padding-left: 20px;
}


.print_info {
	width: 590px;
	margin: auto;
	float: right;
	padding-left: 8px;
}


.print.original {
	border-bottom: 3px solid #000;
	margin-right: 15px;
	margin-left: 12px;
	height: auto;
	padding-bottom: 4px;
	width: 30%;
}

.original .print_preview {
	clear: left;
	float: none;
	padding-left: 20px;
}
.original .print_info {
	width: auto;
	margin: auto;
	float: none;
	padding-left: 8px;
	text-align: center;
}


/* @end */

.skinny {
	margin: auto;
	width: 465px;
}
.skinny p {
	line-height: 2;
	font-size: 1.15em;
	padding-right: 20px;
	padding-left: 20px;
}
#originalsbelow {
	position: relative;
	left: -20px;
}
