
body  {
	font: 62.5% Times New Roman, Times, serif;
	background: #4f4c4d;
	margin: 0; 
	padding: 0 0 10px 0;
	text-align: center;
	color: #000000;
}
#container { 
	background: #231f20;
	width: 900px;  
	margin: 0 auto; 
	border: 1px solid #cbcaca;
	border-top:none;
	text-align: left; 
} 
#header { 
	position:relative;
	background: #231f20; 
	padding: 0;
	height:230px;	 
} 
#header h1 {
	background:url(images/heading1.jpg) no-repeat;
	width:900px;
	height:88px;
	margin: 0;
	padding: 0 0 20px 0;
	text-indent:-4000px;
	}
	
	#header h2 {
	float:left;
	width:400px;
	height:94px;
	margin: 0 0 0 55px;
	padding: 0 0 20px 0;
	text-indent:-4000px;
	}
	#header h2.home {
	background:url(images/headingHome.gif) no-repeat;
	}
	
	#header h2.original {
	background:url(images/headingOriginal.gif) no-repeat;
	}
	
	#header h2.prints {
	background:url(images/headingPrints.gif) no-repeat;
	}
	
	#header h2.pricing {
	background:url(images/headingPricing.gif) no-repeat;
	}
	#header h2.contact {
	background:url(images/headingContact.gif) no-repeat;
	float:left;
	width:390px;
	height:94px;
	margin: 0 0 0 55px;
	padding: 0 0 20px 0;
	text-indent:-4000px;
	}
	
	#header ul {
	font-size:1.6em;
	float:right;
	list-style:none;
	margin:0 55px 0 0;
	padding:0;
	}
	
	#header ul li a
	{text-decoration:none;
	color:#918f90;
	}
	
	#header ul li a:hover, #header ul li a.current
	{text-decoration:none;
	color:#ffffff;
	}

#homeBand {
clear:both;
width:900px;
height:241px;
background:#dccfa7 url(images/homeBandBackground.gif) repeat-x top left;
text-align:center;
}

#homeBand img {
border: 2px solid #000000;
margin-top:20px 
}

#mainContent { 
	margin: 0 55px 40px 55px; 
	padding: 0; 
	color:#ffffff;	
	} 

#mainContent h3 { 
font-weight:normal;
font-size:1.4em;
text-transform:uppercase;
margin:0;
padding:1em 0 0 0;
color:#a98b27;
}

#mainContent p { 
color:#cccccc;
font-size:1.4em;
line-height:1.4em;
margin:0;
padding:0 0 1em 0;
}

#mainContent a {
color:#a98b27;
} 
#mainContent a:hover {
color:#a98b27;
text-decoration:none;
} 



#rightCol {
	width:390px;
	float:right;
	clear:right;
}

#leftCol {
	width:390px;
	float:left;
	clear:left;
}

table td, table th {font-size:1.2em;}


#galleryContainer {
	float:left;
	width:390px;
	clear:left;
} 

#galleryContainer .row{
	float:left;
	width:390px;
	padding-bottom:20px;
} 

#galleryContainer .row img{
float:left;
border: 1px solid #ffffff;
margin-right:20px;
} 



#footer { 
	width:900px;
	margin: 0 auto;
	padding: 0;
	background:none;
	text-align:right; 
}
 
#footer a {
	font-size:1.2em;
	margin: 0;
	padding: 10px 0;
	color:#cccccc;
	text-decoration:none;
}
#footer a:hover
  {
	font-size:1.2em;
	margin: 0;
	padding: 10px 0;
	color:#ffffff;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#mainContent .pagination{
clear:left;
}

#mainContent .pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 1.2em;
}

#mainContent .pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
padding-right:5px;
}

#mainContent .pagination a, #mainContent .pagination a:visited{
padding: 0 5px;
border: 1px solid #918f90;
text-decoration: none; 
color: #918f90;
}

#mainContent .pagination a:hover, #mainContent .pagination a:active{
border: 1px solid #ffffff;
color: #ffffff;
background-color: #000000;
}

#mainContent .pagination a.currentpage{
background-color: #ffffff;
color: #000000 !important;
border-color: #ffffff;
cursor: default;
}
