/* CSS Document */

/*Colors:*/

/*<<<<<Browser Elements Reset>>>>>>>*/
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, 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;
}
/*<<<<<End Browser Elements Reset>>>>>>>*/	
/*-------------------------------------------------------------------------------------------------------------*/
/*<<<<<<<Links, Headers, and Lists>>>>>>>*/

a:link, a:visited, a:hover, a:active {
	font:100% 'helvetica neue',sans-serif;
	color:#748a25;
}

a.norm {text-transform:none; letter-spacing:normal; font-size:110%}


h1 {
	font:bold 15px 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;
	color:#939c95;
	margin-bottom:-30px;
}

.white {margin-left:52%}
.whiteB {margin-left:40%; margin-top:15px; z-index:3;}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#c96548;
	font-weight:normal;
	display:inline;
}
.clearBoth {clear:both;}

/*<<<<<<<End Links Headers, and Lists>>>>>>>*/
/*-------------------------------------------------------------------------------------------------------------*/
/*<<<<<<<Page Structure>>>>>>*/
body {	
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#68756f;
	background-color:#222;
	font-size:16px;
	overflow:visible;
	height:100%:
}

#wrapper, #wrapperB {
	position:relative;
	width:100%;
	text-align:left;
	min-height:700px;
	height:100%;		
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	min-width:990px;
	max-width:1357px;
	background:#fcfcfc url(../images/bgPhoto.jpg) top center no-repeat;
	border-bottom:4px solid #a3c64e;
	border-top:4px solid #a3c64e;
	
}

#wrapperB {
	background-image:none;
	background-color:#fcfcfc;	
	height:800px;
}
/*<<<<<<<End Page Structure>>>>>>*/
/*-------------------------------------------------------------------------------------------------------------*/
/*<<<<<<<Header>>>>>>>*/
#header {
	position:relative;
	width:100%;
	height:97px;
	background-color:#222;
	margin-top:41px;
}	

#header img {
	position:absolute;	
	width:514px;
	height:66px;
	margin:15px 0 15px 7px;
	z-index:2;
}

#header ul {
	position:relative;
	float:right;
	width:auto;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8c999f;
	border-top:1px solid #c96548;
	margin-top:35px;
	margin-left:10px;
}

#header ul li {
	position:relative;
	margin:10px 15px 0 15px;
	float:right;
}

#header ul li a:link, a:visited, a:hover, a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8c999f;
	text-decoration:none;
	letter-spacing:normal;
	text-transform:none;
}

#header ul li a:hover, a:active {
	color:#fcfcfc;
}
/*to automatically highlight the curent page*/
#home #header .home a,
#artists #header .artists a,
#gallery #header .gallery a,
#pricing #header .pricing a,
#contact #header .contact a {
	color: #a3c64e;
	background-image:url(../images/rollOverImg.jpg);
	cursor:default;
}
/*<<<<<<<End Header>>>>>>>*/
/*-------------------------------------------------------------------------------------------------------------*/
/*<<<<<<<Content>>>>>>>*/

#content, #contentArt {
	position:relative;
	width:45%;
	margin-top:35px;
	float:right;
	right:25px;	
	height:100%;
}

#contentArt {width:97.5%; margin-left:25px; margin-bottom:25px; padding-right:10px; margin-top:45px;}

#mainTextBox, #mtbGal, #mtbBlk {
	position:relative; 
	width:100%;
	background-color:#eeece1;
	border:1px solid #c96548;
	border-left:none;
	border-right:none; 
	margin-top:35px;
	padding:0 20px;
	line-height:125%;
}

#mtbGal {
	background-color:transparent; 
	border-bottom:none;
	border-top:none;
	height:100%;	
}

#mtbBlk {background-color:#222;}

#mainTextBox p {margin-top:20px; margin-bottom:20px;}

#mainTextBox a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#748a25;
	text-decoration:underline;
}

#pricingTab {
	position:relative;
	width:450px;
	border:1px solid #748a25;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#fcfcfc;
	margin-bottom:20px;
}
#pricingTab td {
	border-left:1px solid #748a25;
	border-bottom:1px solid #748a25;
	text-align:left;
	padding:0 10px;
}
.tabHead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c96548;
	border:1px solid #748a25;
	text-align:center;	
}
#pricingTab td.noBorderL {border-left:none;}

#pricingTab tr.noBorderB td {border-bottom:none;}

.galImg {
	position:relative;
	width:450px;	
	margin-top:15px;
	margin-bottom:15px;
	border:1px solid #a3c64e;
}

.galDiv {
	position:relative;
	width:450px;
	margin-left:auto;
	margin-right:auto;	
}

.galDiv2 {padding:20px; background-color:#222; margin-left:auto; margin-right:auto; border-top:none; width:100%; height:100%;}

.artImg {
	position:relative;
	margin:15px;
	width:100px;
	float:left;
}
	
	

/*<<<<<<<End Content>>>>>>>*/
/*-------------------------------------------------------------------------------------------------------------*/
/*<<<<<<<Footer>>>>>>>*/
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fcfcfc;
	font-size:10px;
	padding-top:5px;
}

#footer a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fcfcfc;
	text-decoration:underline;
}


/*<<<<<<<End Footer>>>>>>>*/
/*-------------------------------------------------------------------------------------------------------------*/




