/*==================================================
 * Web Fonts
 * ===============================================*/

@font-face {
    font-family: 'daysregular';
    src: url('/myfonts/Days-webfont.eot');
    src: url('/myfonts/Days-webfont.eot?#iefix') format('embedded-opentype'),
         url('/myfonts/Days-webfont.woff') format('woff'),
         url('/myfonts/Days-webfont.ttf') format('truetype'),
         url('/myfonts/Days-webfont.svg#daysregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothic_ultra_otregular';
    src: url('/myfonts/gothic_ultra_ot-webfont.eot');
    src: url('/myfonts/gothic_ultra_ot-webfont.eot?#iefix') format('embedded-opentype'),
         url('/myfonts/gothic_ultra_ot-webfont.woff') format('woff'),
         url('/myfonts/gothic_ultra_ot-webfont.ttf') format('truetype'),
         url('/myfonts/gothic_ultra_ot-webfont.svg#gothic_ultra_otregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'junction_regularregular';
    src: url('/myfonts/Junction-webfont.eot');
    src: url('/myfonts/Junction-webfont.eot?#iefix') format('embedded-opentype'),
         url('/myfonts/Junction-webfont.woff') format('woff'),
         url('/myfonts/Junction-webfont.ttf') format('truetype'),
         url('/myfonts/Junction-webfont.svg#junction_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rochesterregular';
    src: url('/myfonts/Rochester-Regular-webfont.eot');
    src: url('/myfonts/Rochester-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/myfonts/Rochester-Regular-webfont.woff') format('woff'),
         url('/myfonts/Rochester-Regular-webfont.ttf') format('truetype'),
         url('/myfonts/Rochester-Regular-webfont.svg#rochesterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.daysregular {
	font-family: "daysregular";
}

.gothicUltraFont_newArt {
	font-family: "gothic_ultra_otregular";
	font-size: 70px;
}
.gothicUltraFont_artistName {
	font-family: "gothic_ultra_otregular";
	font-size: 130px;
	line-height: 110px;
}
.gothicUltraFont_pageTitle {
	font-family: "gothic_ultra_otregular";
	font-size: 130px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 100px;
}

.junctionFont {
	font-family: "junction_regularregular";
	line-height: 25px;
}
.junctionFont_footerPics {
	font-family: "junction_regularregular";
	line-height: 25px;
	font-size: 12px;
	font-style: oblique;
	font-weight: lighter;
	text-align: justify;
}
.junctionFont_specials {
	font-family: "junction_regularregular";
	line-height: 35px;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	text-align: justify;
}

.rochesterregularFont {
	font-family: rochesterregular;
	font-size: 60px;
}	
.rochesterregularFont_specials {
	font-family: rochesterregular;
	color: #000;
	font-size: 40px;
}


/*==================================================
 * Web Fonts 
 * ===============================================*/
 

.roundedCorners {
	-moz-border-radius:30px;
	-webkit-border-radius: 30px;
	 border-radius: 30px; /* future proofing */
	-khtml-border-radius: 30px; /* for old Konqueror browsers */
}
#INDEXtwoColumn_Container {
	column-count: 3;
	column-width: 200px;
	column-gap: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: auto;
	width: 850px;
	margin-right: auto;
	margin-top: 30px;
	height: 525px;
	position: relative;
}
#ABOUTUStwoColumn_Container {
	column-count: 3;
	column-width: 200px;
	column-gap: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: auto;
	width: 910px;
	margin-right: auto;
	margin-top: 30px;
	height: 675px;
	position: relative;
}
#LICENSINGtwoColumn_Container {
	column-count: 3;
	column-width: 200px;
	column-gap: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: auto;
	width: 950px;
	margin-right: auto;
	margin-top: 30px;
	height: 675px;
	position: relative;
}
#FUNDRAISINGtwoColumn_Container {
	column-count: 3;
	column-width: 200px;
	column-gap: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: auto;
	width: 950px;
	margin-right: auto;
	margin-top: 30px;
	height: 500px;
	position: relative;
}
#FRAMINGtwoColumn_Container {
	column-count: 3;
	column-width: 200px;
	column-gap: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: auto;
	width: 910px;
	margin-right: auto;
	margin-top: 30px;
	height: 475px;
	position: relative;
}
#ORDERINGtwoColumn_Container {
	column-count: 3;
	column-width: 200px;
	column-gap: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: auto;
	width: 950px;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
	height: 500px;
}
#BIOtwoColumn_ContainerJG {
	column-count: 3;
	column-width: 200px;
	column-gap: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 825px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
}
#BIOtwoColumn_ContainerRM {
	column-count: 3;
	column-width: 200px;
	column-gap: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 825px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
}
#BIOtwoColumn_ContainerSZ {
	column-count: 3;
	column-width: 200px;
	column-gap: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 825px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
}
#BIOtwoColumn_ContainerDK {
	column-count: 3;
	column-width: 200px;
	column-gap: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 825px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
#INDEXleftColumn {
	width: 400px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
}
#INDEXrightColumn {
	float: right;
	width: 400px;
	text-align: left;
	position: absolute;
	top: 0px;
	right: 0px;
}
#ABOUTUSleftColumn {
	width: 435px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
}
#ABOUTUSrightColumn {
	width: 435px;
	text-align: left;
	position: absolute;
	top: 0px;
	right: 0px;
}
#LICENSINGleftColumn {
	width: 450px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
}
#LICENSINGrightColumn {
	width: 450px;
	text-align: left;
	position: absolute;
	top: 0px;
	right: 0px;
}
#FUNDRAISINGleftColumn {
	width: 450px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
}
#FUNDRAISINGrightColumn {
	width: 450px;
	text-align: left;
	position: absolute;
	top: 0px;
	right: 0px;
}
#FRAMINGleftColumn {
	width: 435px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
}
#FRAMINGrightColumn {
	width: 435px;
	text-align: left;
	position: absolute;
	top: 0px;
	right: 0px;
}
#Ordering_leftColumn {
	width: 475px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
}
#Ordering_rightColumn {
	float: right;
	width: 408px;
	text-align: left;
	position: absolute;
	top: 270px;
	right: 0px;
}
#orderingImage {
	height: 245px;
	width: 400px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../images/art_prints.jpg);
	background-repeat: no-repeat;
	border: thick ridge #999;
}

#logo {
	height: 159px;
	width: 400px;
	background-image: url(../images/TMP_Logo.png);
	padding-bottom: 10px;
	margin-left: 20px;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 10px;
}
#facebook {
	height: 76px;
	width: 200px;
	float: none;
	background-image: url(../images/facebook_like.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 25px;
	right: 30px;
}
#facebook a {
	display: block;
	height: 76px;
	width: 200px;	
}
#header {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}

/*==================================================
 * Main Navigation
 * ===============================================*/
 
#navbar {
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #E6C41B;
	border-bottom-color: #E6C41B;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1200px;
	height: 60px;
	z-index: 1;
}
#nav, #nav ul{
	list-style-type: none;
	list-style-position: outside;
	position: absolute;
	line-height: 1.5em;
	left: 45px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	top: 17px;
 }
 #nav a:link, #nav a:active, #nav a:visited{
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
 }
  #subnav a:link, #subnav a:active, #subnav a:visited{
	display: block;
	color: #FFF;
	background-color: rgba(51, 102, 51, 0.9);
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100px;
	font-weight: bold;
 }
 #subnavTwo a:link, #subnavTwo a:active, #subnavTwo a:visited{
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: rgba(51, 102, 51, 0.9);
	padding-top: 5px;
	padding-bottom: 5px;
	width: 122px;
	font-size: 13px;
	font-weight: bold;
 }
 #flynav a:link, #flynav a:active, #flynav a:visited{
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: rgba(102, 153, 102, 0.9);
	width: 105px;
 }
 #nav a:hover{
	background-color: #fff;
	color: #390;
	text-decoration: none;
}
 #subnav a:hover{
	background-color: #D0FFC2;
	color: rgb(51, 102, 51);
}
#flynav a:hover{
	background-color: #D0FFC2;
	color: rgb(0,102,0);
}
#subnavTwo a:hover{
	background-color: #D0FFC2;
	color: rgb(51, 102, 51);
}
#nav li{
    float:left;
    position:relative;
}
#nav ul {
    position:absolute;
    width:12em;
    top:1.5em;
	left:1.5em;
    display:none;
}
#nav li ul a{
    width:12em;
    float:left;
}
#nav ul ul{
	top:auto;
}
	
#nav li ul ul {
    left:8.34em;
    margin:0px 0 0 10px;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display: block;
    }
	
/*==================================================
 * Main Navigation
 * ===============================================*/
	
#infoContainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#hours {
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	width: 600px;
	line-height: 40px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #060;
	text-shadow: 3px 3px 3px #ccc;
}

#contactInfo {
	text-align: center;
	float: left;
	width: 1000px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 75px;
}

#mapviewer {
	width: 1000px;
	padding-bottom: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#mapviewer a:hover {
	color: #390;
}
.pageTitle {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 18px;
	color: #060;
}
#Specials_container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 350px;
	margin-top: 50px;
}
#specialsRetail {
	width: 425px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}
#specialsRetail_Info {
	background-color: #003;
	color: #F90;
	text-align: center;
	margin-top: 15px;
	padding-top: 12px;
	padding-bottom: 10px;
	border: thick double #CCC;
}
#specialsWholesale {
	width: 450px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 2px;
}
#specialsWholesale_Info {
	background-color: #003;
	color: #F90;
	text-align: center;
	margin-top: 15px;
	padding-top: 12px;
	padding-bottom: 10px;
	border: thick double #CCC;
}
#bioContainerJG {
	height: 1300px;
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
#bioContainerRM {
	height: 1050px;
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
#bioContainerSZ {
	height: 1575px;
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
#bioContainerDK {
	height: 1300px;
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
#bioImage_gadamus {
	background-image: url(../images/jerry.jpg);
	height: 400px;
	width: 325px;
	position: absolute;
	left: 40px;
	top: 30px;
	background-repeat: no-repeat;
}
#bioImage_meyer {
	background-image: url(../images/Russ_Meyer_BioImage.png);
	height: 400px;
	width: 325px;
	position: absolute;
	left: 50px;
	top: 30px;
	background-repeat: no-repeat;
}
#bioImage_zoellick {
	background-image: url(../images/zoellick_bio.png);
	height: 300px;
	width: 350px;
	position: absolute;
	left: 40px;
	top: 35px;
	background-repeat: no-repeat;
}
#bioImage_kloetzke {
	background-image: url(../images/kloetzke_bio.png);
	height: 340px;
	width: 330px;
	position: absolute;
	left: 50px;
	top: 15px;
	background-repeat: no-repeat;
}
.bioHeader {
	height: 300px;
	width: 1000px;
	position: relative;
}
#bioTitle_gadamus {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position: absolute;
	left: 375px;
	top: 50px;
	width: 600px;
	font-size: 18px;
	color: #063;
}
#bioTitle_meyer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position: absolute;
	left: 375px;
	top: 51px;
	width: 600px;
	font-size: 18px;
	color: #063;
}
#bioTitle_zoellick {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position: absolute;
	left: 400px;
	top: 50px;
	width: 600px;
	font-size: 18px;
	color: #063;
}
#bioTitle_kloetzke {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position: absolute;
	left: 375px;
	top: 60px;
	width: 600px;
	font-size: 18px;
	color: #063;
}
#bioCredentialsJG {
	width: 850px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 30px;
	font-style: oblique;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: circle;
	position: absolute;
	top: 770px;
	left: 130px;
}
#bioCredentialsRM {
	width: 850px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 30px;
	font-style: oblique;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: circle;
	position: absolute;
	top: 875px;
	left: 130px;
}
#bioCredentialsSZ {
	width: 850px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 30px;
	font-style: oblique;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: circle;
	position: absolute;
	top: 850px;
	left: 150px;
}
#bioCredentialsDK {
	width: 850px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 30px;
	font-style: oblique;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: circle;
	position: absolute;
	top: 750px;
	left: 150px;
}

#bioCredentialsDK li {
	float:none;
}

#bioCredentialsSZ li {
	float:none;
}

#bioCredentialsJG li {
	float:none;
}

#bioCredentialsRM li {
	float:none;
}

#licensedCompanies {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	font-style: oblique;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: circle;
	margin-top: -12px;
	margin-left: 20px;
}
#faqContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 3075px;
	padding-right: 35px;
	padding-left: 35px;
	background-color: #fff3ae;
	border: thin solid #fff3ae;
}
	
#faqHeader {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	text-align: center;
	padding-top: 15px;
}
#faq_glossaryList {
	width: 600px;
	margin-left: 100px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 25px;
	font-style: oblique;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: circle;
}
#faq_glossaryList a:hover {
	width: 600px;
	color: #390;
	text-shadow: 3px 3px 3px #CCC;
}
.faqBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 18px;
	text-decoration: underline;
}
.faqText {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: 10px;
	font-size: 16px;
}
.faqReturn {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 14px;
}
.faqReturn a:hover {
	color: #390;
	text-shadow: 3px 3px 3px #ccc;
}
#faqFooter {
	display: table-cell;
	width: 250px;
	border: medium outset #B4A376;
	padding: 20px;
	background-color: #eacb9d;
}
#faqFooter a {
	display: block;
	width: 220px;
}
#faqFooter a:hover {
	display: block;
	width: 220px;
	color: #390;
	text-shadow: 3px 3px 3px #CCC;
}
#gift_Container {
	height: 400px;
	width: 1006px;
	background-color: #F1DA9A;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FFF3AE;
}
#gift_Pics {
	width: 950px;
	position: relative;
	top: 25px;
	margin-left: 48px;
}
#gift_picsRow1 {
	width: 950px;
	top: 0px;
	position: absolute;
}
#gift_picsRow1 li {
	margin-right: 28px;
}
#gift_Image1 a {
	display: block;
	height: 177px;
	width: 300px;
	background-image: url(../images/puzzles_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#gift_Image2 a {
	height: 300px;
	width: 240px;
	background-image: url(../images/wine_bottle_stoppersS.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#gift_Image3 a {
	height: 204px;
	width: 300px;
	background-image: url(../images/note_cards_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#headerPhotos_banner {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F1DA9A;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #8B8551;
	border-right-color: #8B8551;
	border-bottom-color: #8B8551;
	border-left-color: #8B8551;
}
.headerPhotos_container {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#headerPhoto_Image1  a{
	height: 200px;
	width: 300px;
	background-image: url(../images/gallery_Image3_S.jpg);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	border: thin solid #000;
}
#headerPhoto_Image2  a{
	height: 200px;
	width: 300px;
	background-image: url(../images/gallery_Image1_S.jpg);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 315px;
	border: thin solid #000;
}
#headerPhoto_Image3  a{
	height: 200px;
	width: 300px;
	background-image: url(../images/gallery_Image2_S.jpg);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: 0px;
	border: thin solid #000;
}
#headerPhoto_Image4 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/mattingS.jpg);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	border: thin solid #000;
}
#headerPhoto_Image5 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/framing_S.jpg);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 315px;
	border: thin solid #000;
}
#headerPhoto_Image6 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/framesS.jpg);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: 0px;
	border: thin solid #000;
}
#aboutFooter {
	display: table-cell;
	width: 250px;
	border: medium outset #B4A376;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #eacb9d;
}
#aboutFooter a {
	display: block;
	width: 220px;
}
#aboutFooter a:hover {
	display: block;
	width: 220px;
	color: #390;
	text-shadow: 4px 4px 4px #CCC;
}
#qualityFooter {
	display: table-cell;
	width: 250px;
	border: medium outset #B4A376;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #eacb9d;
}
#qualityFooter a {
	display: block;
	width: 220px;
}
#qualityFooter a:hover {
	display: block;
	width: 220px;
	color: #390;
	text-shadow: 4px 4px 4px #CCC;
}
#footerContainer {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 40px;
	margin-bottom: 30px;
}
#footerRow {
	display: table-row;
	text-align: justify;
	text-justify: distribute;
	font-size: 15px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}
.footerPhotos_container {
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	width: 793px;
}
#footerPhotosRow1 {
}
#footerPhotosRow1 li {
	margin-right: 10px;
	margin-left: 10px;
}
#footerPhoto_Image1 a {
	height: 146px;
	width: 239px;
	background-image: url(../images/building21S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium ridge #999;
}
#footerPhoto_Image2 a {
	height: 146px;
	width: 239px;
	background-image: url(../images/building25S.jpg);
	background-repeat: no-repeat;
	display: block;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #999;
	border-bottom-color: #999;
}
#footerPhoto_Image3 a {
	height: 146px;
	width: 239px;
	background-image: url(../images/framing_matsS.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium ridge #999;
}
#footerPhotos_container2 {
	margin-right: auto;
	margin-left: auto;
	height: 260px;
	width: 800px;
}
#footerPhotosRow2 {
}
#footerPhotosRow2 li {
	margin-left: 42px;
}
#footerPhoto_Image4  {
	height: 135px;
	width: 200px;
	background-image: url(../images/WOW_logo.png);
	background-repeat: no-repeat;
	border: medium ridge #999;
	margin-top: 30px;
	display: block;
}
#footerPhoto_Image5  {
	height: 255px;
	width: 200px;
	background-image: url(../images/pheasants_forever_logo.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium ridge #999;
}
#footerPhoto_Image6  {
	height: 118px;
	width: 250px;
	background-image: url(../images/Channel10_Auction.png);
	background-repeat: no-repeat;
	display: block;
	border: medium ridge #999;
	margin-top: 30px;
}
#footerScript {
	text-align: center;
	line-height: 45px;
	font-style: oblique;
	width: 400px;
	position: absolute;
	right: 0px;
	top: 410px;
}



.footerContact_Container {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
}
.footerContact {
	text-align: center;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	line-height: 27px;
	color: #666;
}
.footerContact a:hover {
	width: 100%;
	color: #390;
}
#artistInfo {
	width: 550px;
	position: absolute;
	left: 400px;
	top: 50px;
	text-align: justify;
}
#newGallery_Container {
	height: 7050px;
	width: 1006px;
	background-color: #F1DA9A;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FFF3AE;
	border-top-right-radius: 0px;
}
#newGallery_Header {
	width: 900px;
	position: relative;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 50px;
	text-align: justify;
	color: #CCC;
	background-color: #003;
	border: thick double #CCC;
	padding: 20px;
}
#PreviousNewArt_Gallery {
	position: absolute;
	width: 1006px;
	top: 1090px;
}
#NOV2015newArt_Gallery {
	width: 1006px;
	position: relative;
	top: 0px;
	margin-top: 30px;
}
#NOV2015newArt_Row_1 {
	width: 1006px;
	position: absolute;
	top: 0px;
}
#NOV2015newArt_Row_1 li {
	margin-left: 42px;
}
#NOV2015newArt_Image1 a {
	display: block;
	height: 300px;
	width: 259px;
	background-image: url(../images/JG_Tiger_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#NOV2015newArt_Image2 a {
	display: block;
	height: 265px;
	width: 300px;
	background-image: url(../images/JG_Leopard_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
	margin-top: 25px;
}
#NOV2015newArt_Image3 a {
	height: 300px;
	width: 257px;
	background-image: url(../images/JG_Howling_Wolf_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#NOV2015newArt_Row_2 {
	width: 1006px;
	position: absolute;
	top: 350px;
}
#NOV2015newArt_Row_2 li {
	margin-left: 42px;
}
#NOV2015newArt_Image4 a {
	display: block;
	height: 300px;
	width: 257px;
	background-image: url(../images/JG_Ravens_Snow_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
	margin-top: 0px;
}
#NOV2015newArt_Image5 a {
	display: block;
	height: 256px;
	width: 300px;
	background-image: url(../images/JG_Heron_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
	margin-top: 25px;
}
#NOV2015newArt_Image6 a {
	height: 300px;
	width: 261px;
	background-image: url(../images/JG_Owl_Moon_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
	margin-top: 0px;
}
#NOV2015newArt_Row_3 {
	width: 1006px;
	top: 700px;
	position: absolute;
}
#NOV2015newArt_Row_3 li {
	margin-left: 42px;
}
#NOV2015newArt_Image7 a {
	display: block;
	height: 300px;
	width: 263px;
	background-image: url(../images/JG_Chicks_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
	margin-top: 0px;
}
#NOV2015newArt_Image8 a {
	display: block;
	height: 261px;
	width: 300px;
	background-image: url(../images/JG_Sleeping_Fox_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
	margin-top: 25px;
}
#NOV2015newArt_Image9 a {
	height: 300px;
	width: 260px;
	background-image: url(../images/JG_Grosbeak_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
	margin-top: 0px;
}
#NOV2015newArt_Row_4 {
	width: 1006px;
	top: 1050px;
	position: absolute;
}
#NOV2015newArt_Row_4 li {
	margin-left: 42px;
}
#NOV2015newArt_Image10 a {
	display: block;
	height: 300px;
	width: 263px;
	background-image: url(../images/JG_Sparrow_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
	margin-top: 0px;
}
#NOV2015newArt_Image11 a {
	display: block;
	height: 261px;
	width: 300px;
	background-image: url(../images/JG_Owl_Eyes_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
	margin-top: 25px;
}
#NOV2015newArt_Image12 a {
	height: 300px;
	width: 269px;
	background-image: url(../images/JG_Single_Swan_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
	margin-top: 0px;
}
#NOV2015newArt_Row_5 {
	width: 1006px;
	top: 1400px;
	position: absolute;
}
#NOV2015newArt_Row_5 li {
	margin-left: 42px;
}
#NOV2015newArt_Image13 a {
	display: block;
	height: 300px;
	width: 265px;
	background-image: url(../images/JG_Hummingbird_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
	margin-top: 0px;
}
#NOV2015newArt_Image14 a {
	display: block;
	height: 260px;
	width: 300px;
	background-image: url(../images/JG_Loon_Babies_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
	margin-top: 25px;
}
#NOV2015newArt_Image15 a {
	height: 300px;
	width: 263px;
	background-image: url(../images/JG_Goldfinch_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
	margin-top: 0px;
}
#NOV2015newArt_Row_6 {
	width: 1006px;
	top: 1750px;
	position: absolute;
}
#NOV2015newArt_Row_6 li {
	margin-left: 165px;
}
#NOV2015newArt_Image16 a {
	display: block;
	height: 300px;
	width: 254px;
	background-image: url(../images/JG_Bird_Cattails_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#NOV2015newArt_Image17 a {
	display: block;
	height: 300px;
	width: 260px;
	background-image: url(../images/JG_Bison_Raven_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#JULY2015newArt_Gallery {
	width: 1006px;
	position: relative;
	top: 2100px;
	margin-top: 30px;
}
#JULY2015newArt_Row_1 {
	width: 1006px;
	position: absolute;
	top: 0px;
}
#JULY2015newArt_Row_1 li {
	margin-left: 42px;
}
#JULY2015newArt_Image1 a {
	display: block;
	height: 300px;
	width: 261px;
	background-image: url(../images/JG_Bluejay_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#JULY2015newArt_Image2 a {
	display: block;
	height: 255px;
	width: 300px;
	background-image: url(../images/SZ_Chickadee_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
	margin-top: 25px;
}
#JULY2015newArt_Image3 a {
	height: 300px;
	width: 262px;
	background-image: url(../images/JG_Downey_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#JULY2015newArt_Row_2 {
	width: 1006px;
	position: absolute;
	top: 350px;
}
#JULY2015newArt_Row_2 li {
	margin-left: 42px;
}
#JULY2015newArt_Image4 a {
	display: block;
	height: 300px;
	width: 260px;
	background-image: url(../images/JG_Lark_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
	margin-top: 0px;
}
#JULY2015newArt_Image5 a {
	display: block;
	height: 258px;
	width: 300px;
	background-image: url(../images/JG_Whitetail_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
	margin-top: 25px;
}
#JULY2015newArt_Image6 a {
	height: 300px;
	width: 257px;
	background-image: url(../images/JG_Ravens_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
	margin-top: 0px;
}
#JUNE2015newArt_Gallery {
	width: 1006px;
	position: relative;
	top: 2050px;
	margin-top: 30px;
}
#JUNE2015newArt_Row_1 {
	width: 1006px;
	position: absolute;
	top: 0px;
}
#JUNE2015newArt_Row_1 li {
	margin-left: 57px;
}
#JUNE2015newArt_Image1 a {
	display: block;
	height: 260px;
	width: 300px;
	background-image: url(../images/SZ_Spring_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#JUNE2015newArt_Image2 a {
	display: block;
	height: 300px;
	width: 161px;
	background-image: url(../images/JG_RedTailHawk_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#JUNE2015newArt_Image3 a {
	height: 159px;
	width: 300px;
	background-image: url(../images/JG_Woodpeckers_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#JUNE2015newArt_Row_2 {
	width: 1006px;
	position: absolute;
	top: 350px;
}
#JUNE2015newArt_Row_2 li {
	margin-left: 57px;
}
#JUNE2015newArt_Image4 a {
	display: block;
	height: 168px;
	width: 300px;
	background-image: url(../images/JG_Lambs_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
	margin-top: 70px;
}
#JUNE2015newArt_Image5 a {
	display: block;
	height: 300px;
	width: 160px;
	background-image: url(../images/JG_RedHeadedPecker_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#JUNE2015newArt_Image6 a {
	height: 161px;
	width: 300px;
	background-image: url(../images/JG_Chipmunk_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
	margin-top: 75px;
}
#FEB2015newArt_Gallery {
	width: 1006px;
	position: relative;
	top: 2775px;
	margin-top: 30px;
}
#FEB2015newArt_Row_1 {
	width: 1006px;
	position: absolute;
	top: 0px;
}
#FEB2015newArt_Row_1 li {
	margin-left: 72px;
}
#FEB2015newArt_Image1 a {
	display: block;
	height: 234px;
	width: 300px;
	background-image: url(../images/DK_Feathery_Comanions_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#FEB2015newArt_Image2 a {
	display: block;
	height: 300px;
	width: 161px;
	background-image: url(../images/JG_blind_side_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#FEB2015newArt_Image3 a {
	height: 300px;
	width: 242px;
	background-image: url(../images/JG_Strike_A_Pose_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#FEB2015newArt_Row_2 {
	width: 1006px;
	position: absolute;
	top: 350px;
}
#FEB2015newArt_Row_2 li {
	margin-left: 44px;
}
#FEB2015newArt_Image4 a {
	display: block;
	height: 300px;
	width: 216px;
	background-image: url(../images/JG_your_majesty_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#FEB2015newArt_Image5 a {
	display: block;
	height: 153px;
	width: 300px;
	background-image: url(../images/JG_horses_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
	margin-top: 75px;
}
#FEB2015newArt_Image6 a {
	height: 228px;
	width: 300px;
	background-image: url(../images/RM_graceful_landings_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
	margin-top: 35px;
}
#FEB2015newArt_Row_3 {
	width: 1006px;
	top: 700px;
	position: absolute;
}
#FEB2015newArt_Row_3 li {
	margin-left: 70px;
}
#FEB2015newArt_Image7 a {
	display: block;
	height: 300px;
	width: 254px;
	background-image: url(../images/RM_Mans_Road_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#FEB2015newArt_Image8 a {
	display: block;
	height: 300px;
	width: 165px;
	background-image: url(../images/RM_spooked_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#FEB2015newArt_Image9 a {
	height: 220px;
	width: 300px;
	background-image: url(../images/RM_Winter_Gathering_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
	margin-top: 30px;
}
#FEB2015newArt_Row_4 {
	width: 1006px;
	top: 1050px;
	position: absolute;
}
#FEB2015newArt_Row_4 li {
	margin-left: 22px;
}
#FEB2015newArt_Image10 a {
	display: block;
	height: 249px;
	width: 300px;
	background-image: url(../images/RM_With_the_boys_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#FEB2015newArt_Image11 a {
	display: block;
	height: 194px;
	width: 300px;
	background-image: url(../images/SZ_little_explorer_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#FEB2015newArt_Image12 a {
	height: 214px;
	width: 300px;
	background-image: url(../images/SZ_grandpas_farm_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#FEB2015newArt_Row_5 {
	width: 1006px;
	top: 1350px;
	position: absolute;
}
#FEB2015newArt_Row_5 li {
	margin-left: 135px;
}
#FEB2015newArt_Image13 a {
	display: block;
	height: 235px;
	width: 300px;
	background-image: url(../images/SZ_taking_flight_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#FEB2015newArt_Image14 a {
	display: block;
	height: 217px;
	width: 300px;
	background-image: url(../images/SZ_wonderland_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#JGnewArt_Gallery {
	width: 1006px;
	position: relative;
	top: 4450px;
	margin-top: 30px;
}
#JGnewArt_Row_1 {
	width: 1006px;
	position: absolute;
	top: 0px;
}
#JGnewArt_Row_1 li {
	margin-left: 110px;
}
#newArt_Image01 a {
	display: block;
	height: 300px;
	width: 126px;
	background-image: url(../images/JG4001S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#newArt_Image02 a {
	display: block;
	height: 126px;
	width: 300px;
	background-image: url(../images/JG4004S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
	margin-top: 75px;
}
#newArt_Image03 a {
	height: 300px;
	width: 126px;
	background-image: url(../images/JG4002S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#JGnewArt_Row_2 {
	width: 1006px;
	position: absolute;
	top: 350px;
}
#JGnewArt_Row_2 li {
	margin-left: 110px;
}
#newArt_Image04 a {
	display: block;
	height: 300px;
	width: 126px;
	background-image: url(../images/JG4003S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#newArt_Image05 a {
	display: block;
	height: 126px;
	width: 300px;
	background-image: url(../images/JG4010S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
	margin-top: 75px;
}
#newArt_Image06 a {
	height: 300px;
	width: 126px;
	background-image: url(../images/JG4005S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#JGnewArt_Row_3 {
	width: 1006px;
	top: 700px;
	position: absolute;
}
#JGnewArt_Row_3 li {
	margin-left: 155px;
}
#newArt_Image07 a {
	display: block;
	height: 300px;
	width: 126px;
	background-image: url(../images/JG4006S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#newArt_Image08 a {
	display: block;
	height: 300px;
	width: 126px;
	background-image: url(../images/JG4007S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#newArt_Image09 a {
	height: 300px;
	width: 126px;
	background-image: url(../images/JG4008S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#JGnewArt_Row_4 {
	width: 1006px;
	top: 1050px;
	position: absolute;
}
#JGnewArt_Row_4 li {
	margin-left: 155px;
}
#newArt_Image010 a {
	display: block;
	height: 300px;
	width: 126px;
	background-image: url(../images/JG4009S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#newArt_Image011 a {
	display: block;
	height: 300px;
	width: 126px;
	background-image: url(../images/JG4011S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#newArt_Image012 a {
	height: 300px;
	width: 126px;
	background-image: url(../images/JG4012S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#dkGallery_Container {
	height: 5550px;
	width: 1006px;
	background-color: #F1DA9A;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FFF3AE;
}
#DKnewArt_Gallery {
	width: 1006px;
	position: relative;
	top: 50px;
}
#DKnewArt_Row_1 {
	width: 1006px;
	position: absolute;
	top: 0px;
}
#DKnewArt_Row_1 li {
	margin-left: 47px;
}
#DKnewArt_Image1 a {
	display: block;
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_Midnight_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#DKnewArt_Image2 a {
	height: 300px;
	width: 200px;
	background-image: url(../images/DK_The_Silo_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image3 a {
	height: 180px;
	width: 300px;
	background-image: url(../images/DK_Fence_Line_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Row_2 {
	width: 1006px;
	position: absolute;
	top: 375px;
}
#DKnewArt_Row_2 li {
	margin-left: 22px;
}
#DKnewArt_Image4 a {
	display: block;
	height: 189px;
	width: 300px;
	background-image: url(../images/DK_Prime_Time_Buck_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#DKnewArt_Image5 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_First_Snow_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image6 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_Autumn_Rummage_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Row_3 {
	width: 1006px;
	position: absolute;
	top: 650px;
}
#DKnewArt_Row_3 li {
	margin-left: 22px;
}
#DKnewArt_Image7 a{
	height: 194px;
	width: 300px;
	background-image: url(../images/DK_Winter_Monarch_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image8 a {
	height: 194px;
	width: 300px;
	background-image: url(../images/DK_Snow_Drifters_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image9 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_October_Trio_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Row_4 {
	width: 1006px;
	position: absolute;
	top: 925px;
}
#DKnewArt_Row_4 li{
	margin-left: 22px;
}
#DKnewArt_Image10 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_The_Golden_Moment_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image11 a {
	height: 198px;
	width: 300px;
	background-image: url(../images/DK_The_Great_Escape_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image12 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_Buck_for_Ducks_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Row_5 {
	width: 1006px;
	position: absolute;
	top: 1200px;
}
#DKnewArt_Row_5 li{
	margin-left: 22px;
}
#DKnewArt_Image13 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_Harvest_Moon_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image14 a {
	height: 178px;
	width: 300px;
	background-image: url(../images/DK_Swan_Lake_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image15 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_Something_in_the_Air_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Row_6 {
	width: 1006px;
	position: absolute;
	top: 1475px;
}
#DKnewArt_Row_6 li {
	margin-left: 45px;
}
#DKnewArt_Image16 a {
	height: 198px;
	width: 300px;
	background-image: url(../images/DK_Something_Old_Something_New_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image17 a {
	height: 300px;
	width: 211px;
	background-image: url(../images/DK_Proud_as_an_Eagle_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image18 a {
	height: 219px;
	width: 300px;
	background-image: url(../images/DK_Mourning_Doves_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Row_7 {
	width: 1006px;
	position: absolute;
	top: 1850px;
}
#DKnewArt_Row_7 li{
	margin-left: 22px;
}
#DKnewArt_Image19 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_The_Loner_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image20 a {
	height: 193px;
	width: 300px;
	background-image: url(../images/DK_On_the_Run_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image21 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_In_the_Shelter_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Row_8 {
	width: 1006px;
	position: absolute;
	top: 2125px;
}
#DKnewArt_Row_8 li{
	margin-left: 22px;
}
#DKnewArt_Image22 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_Across_the_River_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image23 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_Autumn_Ivy_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image24 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_Under_Cover_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Row_9 {
	width: 1006px;
	position: absolute;
	top: 2400px;
}
#DKnewArt_Row_9 li {
	margin-left: 53px;
}
#DKnewArt_Image25 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_Listen_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image26 a {
	height: 300px;
	width: 178px;
	background-image: url(../images/DK_Dawns_Early_Light_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image27 a {
	height: 241px;
	width: 300px;
	background-image: url(../images/DK_Shadow_Boxing_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Row_10 {
	width: 1006px;
	position: absolute;
	top: 2775px;
}
#DKnewArt_Row_10 li{
	margin-left: 22px;
}
#DKnewArt_Image28 a {
	height: 221px;
	width: 300px;
	background-image: url(../images/DK_Raptor_in_the_Rain_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image29 a {
	height: 177px;
	width: 300px;
	background-image: url(../images/DK_Storms_Tail_End_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image30 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_Midnight_at_Holy_Hill_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Row_11 {
	width: 1006px;
	position: absolute;
	top: 3075px;
}
#DKnewArt_Row_11 li{
	margin-left: 97px;
}
#DKnewArt_Image31 a {
	height: 199px;
	width: 400px;
	background-image: url(../images/DK_Another_White_Christmas_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKnewArt_Image32 a {
	height: 176px;
	width: 300px;
	background-image: url(../images/DK_Lightning_on_the_Wing_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Gallery {
	width: 1006px;
	position: relative;
	top: 3400px;
}
#DKoldArt_Row_1 {
	width: 1006px;
	position: absolute;
	top: 0px;
}
#DKoldArt_Row_1 li {
	margin-left: 120px;
}
#DKoldArt_Image1 a {
	display: block;
	height: 239px;
	width: 300px;
	background-image: url(../images/DK_Da_Bears_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#DKoldArt_Image2 a {
	height: 174px;
	width: 350px;
	background-image: url(../images/DK_White_Christmas_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Row_2 {
	width: 1006px;
	position: absolute;
	top: 325px;
}
#DKoldArt_Row_2 li {
	margin-left: 95px;
}
#DKoldArt_Image4 a {
	display: block;
	height: 300px;
	width: 149px;
	background-image: url(../images/DK_The_Buck_Stops_Here_S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#DKoldArt_Image5 a {
	height: 235px;
	width: 300px;
	background-image: url(../images/DK_Greenwing_Getaway_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Image6 a {
	height: 300px;
	width: 155px;
	background-image: url(../images/DK_In_the_Rut_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Row_3 {
	width: 1006px;
	position: absolute;
	top: 700px;
}
#DKoldArt_Row_3 li {
	margin-left: 48px;
}
#DKoldArt_Image7 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_The_Diehards_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Image8 a {
	height: 300px;
	width: 200px;
	background-image: url(../images/DK_Return_To_Titletown_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Image9 a {
	height: 150px;
	width: 300px;
	background-image: url(../images/DK_Game_Day_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Row_4 {
	width: 1006px;
	position: absolute;
	top: 1075px;
}
#DKoldArt_Row_4 li {
	margin-left: 22px;
}
#DKoldArt_Image10 a {
	height: 227px;
	width: 300px;
	background-image: url(../images/DK_Ground_Zero_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Image11 a {
	height: 177px;
	width: 300px;
	background-image: url(../images/DK_Angels_of_Holy_Hill_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Image12 a {
	height: 224px;
	width: 300px;
	background-image: url(../images/DK_The_New_Rising_Sun_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Row_5 {
	width: 1006px;
	position: absolute;
	top: 1375px;
}
#DKoldArt_Row_5 li {
	margin-left: 48px;
}
#DKoldArt_Image13 a {
	height: 198px;
	width: 300px;
	background-image: url(../images/DK_After_Hours_Club_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Image14 a {
	height: 300px;
	width: 197px;
	background-image: url(../images/DK_Angel_on_my_Shoulder_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Image15 a {
	height: 197px;
	width: 300px;
	background-image: url(../images/DK_Homestead_Buck_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Row_6 {
	width: 1006px;
	position: absolute;
	top: 1750px;
}
#DKoldArt_Row_6 li {
	margin-left: 200px;
}
#DKoldArt_Image16 a {
	height: 300px;
	width: 200px;
	background-image: url(../images/DK_Good_Luck_Bad_Luck_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Image17 a {
	height: 300px;
	width: 238px;
	background-image: url(../images/DK_God_Country_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Image18 a {
	height: 219px;
	width: 300px;
	background-image: url(../images/DK_Mourning_Doves_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Row_7 {
	width: 1006px;
	position: absolute;
	top: 1850px;
}
#DKoldArt_Row_7 li {
	margin-left: 22px;
}
#DKoldArt_Image19 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_The_Loner_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Image20 a {
	height: 193px;
	width: 300px;
	background-image: url(../images/DK_On_the_Run_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Image21 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_In_the_Shelter_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Row_8 {
	width: 1006px;
	position: absolute;
	top: 2125px;
}
#DKoldArt_Row_8 li {
	margin-left: 22px;
}
#DKoldArt_Image22 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_Across_the_River_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Image23 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_Autumn_Ivy_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#DKoldArt_Image24 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/DK_Under_Cover_S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#jbGallery_Container {
	height: 2425px;
	width: 1006px;
	background-color: #F1DA9A;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FFF3AE;
}
#jbGallery_Header {
	height: 300px;
	width: 1000px;
	position: relative;
}
#bollowArt_jbImage {
	background-image: url(../images/JB_Artist_Image);
	height: 404px;
	width: 300px;
	position: absolute;
	left: 40px;
	top: 30px;
	background-repeat: no-repeat;
}
#bollow_Pics {
	width: 1006px;
	position: relative;
	top: 175px;
	margin-left: 37px;
}
#jb_picsRow1 {
	width: 950px;
	top: 0px;
	position: absolute;
}
#jb_picsRow1 li {
	margin-right: 8px;
}
#jbArt_Image1 a {
	display: block;
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow1S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#jbArt_Image2 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow2S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#jbArt_Image3 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow3S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#jb_picsRow2 {
	width: 950px;
	top: 275px;
	position: absolute;
}
#jb_picsRow2 li {
	margin-right: 8px;
}
#jbArt_Image4 a {
	display: block;
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow4S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#jbArt_Image5 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow5S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#jbArt_Image6 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow6S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#jb_picsRow3 {
	width: 950px;
	top: 550px;
	position: absolute;
}
#jb_picsRow3 li {
	margin-right: 8px;
}
#jbArt_Image7 a {
	display: block;
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow7S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#jbArt_Image8 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow8S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#jbArt_Image9 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow10S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#jb_picsRow4 {
	width: 950px;
	top: 825px;
	position: absolute;
}
#jb_picsRow4 li {
	margin-right: 8px;
}
#jbArt_Image10 a {
	display: block;
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow11S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#jbArt_Image11 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow12S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#jbArt_Image12 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow13S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#jb_picsRow5 {
	width: 950px;
	top: 1100px;
	position: absolute;
}
#jb_picsRow5 li {
	margin-right: 8px;
}
#jbArt_Image13 a {
	display: block;
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow14S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#jbArt_Image14 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow15S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#jbArt_Image15 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow16S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#jb_picsRow6 {
	width: 950px;
	top: 1375px;
	position: absolute;
}
#jb_picsRow6 li {
	margin-right: 8px;
}
#jbArt_Image16 a {
	display: block;
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow17S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#jbArt_Image17 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow18S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#jbArt_Image18 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow19S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#jb_picsRow7 {
	width: 950px;
	top: 1650px;
	position: absolute;
}
#jb_picsRow7 li {
	margin-left: 110px;
}
#jbArt_Image19 a {
	display: block;
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow20S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#jbArt_Image20 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/John_Bollow21S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#ssGallery_Container {
	height: 1250px;
	width: 1006px;
	background-color: #F1DA9A;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FFF3AE;
}
#ssGallery_Header {
	height: 300px;
	width: 1000px;
	position: relative;
}
#smith_Pics {
	width: 1006px;
	position: relative;
	top: 100px;
	margin-left: 37px;
}
#smithArt_ssImage {
	background-image: url(../images/Scott_Smith_Image.jpg);
	height: 314px;
	width: 300px;
	position: absolute;
	left: 40px;
	top: 30px;
	background-repeat: no-repeat;
}
#ss_picsRow1 {
	width: 950px;
	top: 0px;
	position: absolute;
}
#ss_picsRow1 li {
	margin-right: 8px;
}
#ssArt_Image1 a {
	display: block;
	height: 200px;
	width: 300px;
	background-image: url(../images/Scott_Smith1S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#ssArt_Image2 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Scott_Smith2S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#ssArt_Image3 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Scott_Smith3S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#ss_picsRow2 {
	width: 950px;
	top: 275px;
	position: absolute;
}
#ss_picsRow2 li {
	margin-right: 8px;
}
#ssArt_Image4 a {
	display: block;
	height: 200px;
	width: 300px;
	background-image: url(../images/Scott_Smith4S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#ssArt_Image5 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Scott_Smith5S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#ssArt_Image6 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Scott_Smith6S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#ss_picsRow3 {
	width: 950px;
	top: 550px;
	position: absolute;
}
#ss_picsRow3 li {
	margin-right: 8px;
}
#ssArt_Image7 a {
	display: block;
	height: 200px;
	width: 300px;
	background-image: url(../images/Scott_Smith7S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#ssArt_Image8 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Scott_Smith8S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#ssArt_Image9 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Scott_Smith9S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmGallery_Container {
	height: 4300px;
	width: 1006px;
	background-color: #F1DA9A;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FFF3AE;
}
#rmGallery_Header {
	height: 300px;
	width: 1000px;
	position: relative;
}
#meyerArt_rmImage {
	background-image: url(../images/Russ_Meyer_Image.jpg);
	height: 399px;
	width: 300px;
	position: absolute;
	left: 40px;
	top: 30px;
	background-repeat: no-repeat;
}
#meyer_Pics {
	width: 1006px;
	position: relative;
	top: 175px;
	margin-left: 40px;
}
#rm_picsRow1 {
	width: 950px;
	top: 0px;
	margin-right: 35px;
}
#rm_picsRow1 li {
	margin-right: 23px;
	margin-left: 9px;
}
#rmArt_Image1 a {
	display: block;
	height: 200px;
	width: 300px;
	background-image: url(../images/Russ_Meyer2S.jpg);
	background-repeat: no-repeat;
	border: medium solid #000;
}
#rmArt_Image2 a {
	height: 300px;
	width: 227px;
	background-image: url(../images/Russ_Meyer1S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image3 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Russ_Meyer3S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rm_picsRow2 {
	width: 950px;
	margin-top: 50px;
	position: absolute;
	top: 325px;
}
#rm_picsRow2 li {
	margin-right: 15px;
	margin-left: -5px;
}
#rmArt_Image4 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Russ_Meyer4S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image5 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Russ_Meyer5S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image6 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Russ_Meyer6S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rm_picsRow3 {
	position: absolute;
	top: 640px;
	width: 950px;
}
#rm_picsRow3 li {
	margin-right: 15px;
	margin-left: -5px;
}
#rmArt_Image7 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Russ_Meyer7S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image8 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Russ_Meyer8S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image9 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Russ_Meyer9S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rm_picsRow4 {
	position: absolute;
	top: 925px;
	width: 950px;
}
#rm_picsRow4 li {
	margin-right: 15px;
	margin-left: -5px;
}
#rmArt_Image10 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Russ_Meyer10S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image11 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Russ_Meyer11S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image12 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Russ_Meyer12S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rm_picsRow5 {
	position: absolute;
	top: 1200px;
	width: 950px;
}
#rm_picsRow5 li {
	margin-right: 23px;
	margin-left: 15px;
}
#rmArt_Image13 a {
	height: 206px;
	width: 300px;
	background-image: url(../images/Russ_Meyer14S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image14 a {
	height: 300px;
	width: 206px;
	background-image: url(../images/Russ_Meyer13S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image15 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Russ_Meyer16S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rm_picsRow6 {
	position: absolute;
	top: 1575px;
	width: 950px;
}
#rm_picsRow6 li {
	margin-right: 30px;
	margin-left: 23px;
}
#rmArt_Image16 a {
	height: 286px;
	width: 300px;
	background-image: url(../images/Russ_Meyer15S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image17 a {
	height: 300px;
	width: 165px;
	background-image: url(../images/Russ_Meyer17S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image18 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Russ_Meyer30S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rm_picsRow7 {
	position: absolute;
	top: 1950px;
	width: 950px;
}
#rm_picsRow7 li {
	margin-right: 8px;
}
#rmArt_Image19 a {
	height: 252px;
	width: 300px;
	background-image: url(../images/Russ_Meyer20S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image20 a {
	height: 197px;
	width: 300px;
	background-image: url(../images/Russ_Meyer19S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image21 a {
	height: 267px;
	width: 300px;
	background-image: url(../images/Russ_Meyer21S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rm_picsRow8 {
	position: absolute;
	top: 2300px;
	width: 950px;
}
#rm_picsRow8 li {
	margin-right: 14px;
	margin-left: 7px;
}
#rmArt_Image22 a {
	height: 267px;
	width: 300px;
	background-image: url(../images/Russ_Meyer22S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image23 a {
	height: 300px;
	width: 261px;
	background-image: url(../images/Russ_Meyer24S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image24 a {
	height: 236px;
	width: 300px;
	background-image: url(../images/Russ_Meyer26S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rm_picsRow9 {
	position: absolute;
	top: 2675px;
	width: 950px;
}
#rm_picsRow9 li {
	margin-right: 19px;
	margin-left: 10px;
}
#rmArt_Image25 a {
	height: 228px;
	width: 300px;
	background-image: url(../images/Russ_Meyer27S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image26 a {
	height: 300px;
	width: 239px;
	background-image: url(../images/Russ_Meyer25S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image27 a {
	height: 236px;
	width: 300px;
	background-image: url(../images/Russ_Meyer28S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rm_picsRow10 {
	position: absolute;
	top: 3050px;
	width: 950px;
}
#rm_picsRow10 li {
	margin-left: 18px;
	margin-right: 25px;
}
#rmArt_Image28 a {
	height: 276px;
	width: 300px;
	background-image: url(../images/Russ_Meyer29S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image29 a {
	height: 300px;
	width: 195px;
	background-image: url(../images/Russ_Meyer32S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image30 a {
	height: 200px;
	width: 300px;
	background-image: url(../images/Russ_Meyer31S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rm_picsRow11 {
	position: absolute;
	top: 3425px;
	width: 950px;
}
#rm_picsRow11 li {
	margin-left: 100px;
	margin-right: 18px;
}
#rmArt_Image31 a {
	height: 249px;
	width: 300px;
	background-image: url(../images/Russ_Meyer18S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
#rmArt_Image32 a {
	height: 300px;
	width: 213px;
	background-image: url(../images/Russ_Meyer33S.jpg);
	background-repeat: no-repeat;
	display: block;
	border: medium solid #000;
}
.headliner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #030;
	font-style: normal;
}
	

.artLabel {
	padding-top: 5px;
	padding-left: 5px;
	width: 100px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a em {
	text-decoration: none;
	display: none;	
	
	}


.textBlocking {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
}
.style20 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	border: medium none #000000;

	padding: 3px;

}

a {

text-decoration: none;

color: #000000;

}

a:visited {

text-decoration: none;

color: #000000;

}

.style31 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #000000;

	font-weight: bold;

	border: none;

}

a {

color: #236B2C;

text-decoration: none;

}

.style36 {font-family: Arial, Helvetica, sans-serif}

.style37 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; }

.style39 {
	color: #000000;
	text-align: left;
}

.style41 {font-family: Arial, Helvetica, sans-serif; color: #000000; }

.style46 {
	color: #060;
	font-size: 21px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	line-height: 20px;
	margin-top: 15px;
}

.style47 {

font-family: Arial, Helvetica, sans-serif;

font-style: italic;

font-weight: bold;

}

.Borders {

	border: medium solid #000000;

}

.Borders2 {

	border: thin ridge #003300;

}
.pictureborder {
	border: thin solid #000000;
}
.pictureborder2 {
	border: thin solid #000000;
}
.Underline {
	color: #CC9933;
	text-decoration: underline;
}
.lineHeight {
	line-height: 50%;
}
.borders {
	border: thick ridge #CCCCCC;
}
.style57 {font-size: 24px}
.colorBorder {
	border: 18px ridge #CC9900;
}
.style63 {
	font-style: italic;
	color: #FF9900;
	font-size: 24px;
	line-height: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
}
.style69 {font-size: 30px}
.style70 {
	color: #FF6600;
	font-size: 45px;
}
.style72 {color: #003300}
.bold {
	font-weight: bold;
}
.textBlock {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
}
.center {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 25px;
	margin-right: auto;
	margin-left: auto;
}
.textBlockBold {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	line-height: 35px;
	color: #060;
	text-align: center;
	vertical-align: top;
}
.leftAlign {
	text-align: left;
}

.tagLine {
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #060;
	text-align: left;
	vertical-align: top;
	line-height: 10px;
}

ul {
	list-style-type: none;
	padding-left:0;
}
	
li {
	text-decoration: none;
	float: left;
		
}
 

h3 {
    padding:0px;
    margin: 0px;
	font-style:normal;
}
h2 {
	margin: 0px;
	font-style: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

a:link {
    color: #000;
}

.box h3{
	text-align:center;
	position:relative;
	top:80px;
}
.box {
	width:70%;
	height:200px;
	background:#FFF;
	margin:40px auto;
}

/*==================================================
 * Effect 8
 * ===============================================*/
 
.effect8
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.15) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.15) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.15) inset;
}
.effect8:before, .effect8:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 25px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 25px rgba(0,0,0,0.8);
    box-shadow:0 0 25px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.effect8:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 8
 * ===============================================*/

.scrollup {
	width: 80px;
	height: 80px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 100px;
	display: none;
	text-indent: -9999px;
	background-image: url(../images/icon_top.png);
	background-repeat: no-repeat;
	z-index: 1;
}

/*==================================================
 * Gradients
 * ===============================================*/

.gradient {
filter: none;
}

.innerShadow, .gradient {
	
	background: rgba(209,187,125,1);
background: -moz-linear-gradient(top, rgba(209,187,125,1) 0%, rgba(242,225,181,0.9) 5%, rgba(242,225,181,0) 50%, rgba(242,225,181,0.9) 95%, rgba(209,187,125,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,187,125,1)), color-stop(5%, rgba(242,225,181,0.9)), color-stop(50%, rgba(242,225,181,0)), color-stop(95%, rgba(242,225,181,0.9)), color-stop(100%, rgba(209,187,125,1)));
background: -webkit-linear-gradient(top, rgba(209,187,125,1) 0%, rgba(242,225,181,0.9) 5%, rgba(242,225,181,0) 50%, rgba(242,225,181,0.9) 95%, rgba(209,187,125,1) 100%);
background: -o-linear-gradient(top, rgba(209,187,125,1) 0%, rgba(242,225,181,0.9) 5%, rgba(242,225,181,0) 50%, rgba(242,225,181,0.9) 95%, rgba(209,187,125,1) 100%);
background: -ms-linear-gradient(top, rgba(209,187,125,1) 0%, rgba(242,225,181,0.9) 5%, rgba(242,225,181,0) 50%, rgba(242,225,181,0.9) 95%, rgba(209,187,125,1) 100%);
background: linear-gradient(to bottom, rgba(209,187,125,1) 0%, rgba(242,225,181,0.9) 5%, rgba(242,225,181,0) 50%, rgba(242,225,181,0.9) 95%, rgba(209,187,125,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1bb7d', endColorstr='#d1bb7d', GradientType=0 );
	
}

.tanGradient, .gradient {
	
background: rgba(242,225,181,1);
background: -moz-linear-gradient(top, rgba(242,225,181,1) 0%, rgba(209,187,125,1) 91%, rgba(209,187,125,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,225,181,1)), color-stop(91%, rgba(209,187,125,1)), color-stop(100%, rgba(209,187,125,1)));
background: -webkit-linear-gradient(top, rgba(242,225,181,1) 0%, rgba(209,187,125,1) 91%, rgba(209,187,125,1) 100%);
background: -o-linear-gradient(top, rgba(242,225,181,1) 0%, rgba(209,187,125,1) 91%, rgba(209,187,125,1) 100%);
background: -ms-linear-gradient(top, rgba(242,225,181,1) 0%, rgba(209,187,125,1) 91%, rgba(209,187,125,1) 100%);
background: linear-gradient(to bottom, rgba(242,225,181,1) 0%, rgba(209,187,125,1) 91%, rgba(209,187,125,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e1b5', endColorstr='#d1bb7d', GradientType=0 );

}
/*==================================================
 * Gradients
 * ===============================================*/

.ruleLine_footer {
	padding: 0;
	color: #333;
	text-align: center;
	border-top-width: medium;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
}
.ruleLine_footer_symbol {
	background-color: #FFF;
	width: 19px;
	background-image: url(../images/footer_line_symbol.jpg);
	background-repeat: no-repeat;
	height: 30px;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	margin-top: -16px;
	background-position: center center;
}

.ruleLine_specials {
	border: 0;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(216,203,245,0), rgba(216,203,245,0.75), rgba(216,203,245,0));
	background-image: -moz-linear-gradient(left, rgba(216,203,245,0), rgba(216,203,245,0.75), rgba(216,203,245,0));
	background-image: -ms-linear-gradient(left, rgba(216,203,245,0), rgba(216,203,245,0.75), rgba(216,203,245,0));
	background-image: -o-linear-gradient(left, rgba(216,203,245,0), rgba(216,203,245,0.75), rgba(216,203,245,0));
	margin-top: 10px;
	margin-bottom: 10px;
}
.center2 {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -45px;
	margin-left: 0px;
	text-decoration: underline;
	word-spacing: 3px;
}
