
body {
	background:url(../img/bg2.jpg) repeat-x top center #000;
	color:#C89664;
	font:12px "CANDARA";
	text-align:center;
	font-style:normal;
	font-smooth: always;
	font-stretch:extra-expanded;
}

a {
	color:#ce9664;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:0em;
}
.space {
	height:210px;
}

#header {
	text-align:center;
	height:130px;
	width:960px;
	margin:0 auto;
}
	#header h1 {
		padding-top:36px;
		padding-bottom:33px;	
	}
		#header h1 a {
			font-size:0em;
			line-height:0em;
			display:block;
			text-indent:-1000000px;
		}
		#header h1 img {
			display:block;
			margin:0 auto;
		}
	#header h2 {
		font-size:23px;
		color:#9d7a60;
		text-transform:uppercase;
	}
		#header h2 span {
			color:#ab5f26;
		}

#content {
	position:relative;
	width:960px;
	margin:0 auto;
	text-align:left;
	min-height:498px;						/* IE6 MIN-HEIGHT TRICK */ 	
	height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
	height:498px;
}
	#content h1 {
	font-size:21px;
	_font-size:26px;
	color:#cc9966;
	font-family:"Trajan Pro", "Trebuchet MS";
	margin: 0 0 0 -14px;
	_margin-left:1px;
	_font-variant:small-caps;
	}
	#content h2 {
	font-size:17px;
	color:#cc9966;
	font-family:"Trajan Pro", Georgia, "Trebuchet MS";
	
	}
	#frame {
		position:relative;
		width:680px;
		height:308px;
		_height:0px;
		height:308px\9;
		margin:0 auto;
		left:0px;
	}
	#frame p{
		margin:5px 0 0 0;
		font-size:18px;
	}

		#frame div {
			padding-top:17px;
			padding-left:87px;
		}
			#frame div img {
				display:block;
				float:left;
				padding-right:9px;
			}
			#frame div img.clear {
				float:none;
				padding:0;
			}
	#content .menu {
		text-align:center;
		padding-bottom:30px;
	}
		#content ul .menu  {
		
		}
		#content .menu li {
			font-family: TRAJAN PRO, Arial, Helvetica, sans-serif;
			display:inline;
			color:#ab5f26;
			font-size:16px;
			padding:0 12px;
		}
			
			#content .menu li a {
				text-transform:uppercase;
				text-decoration:none;
				color:#e0bfa6;
				padding-left:4px;
			}
			#content .menu li a:hover {
				color:#9d7a60;
			}

#footer {
	/*left:-220px;*/
	margin-top:60px;
	text-align:center;
	position:relative;
	clear:both;
}
	#footer p {
		font-size:0em;
		line-height:0em;
		text-indent:-1000000px;
		padding-bottom:20px;
	}
		#footer p img {
			display:block;
			margin: 0 auto;
		}
	#footer small {
		display:block;
		font-size:12px;
		color:#9D7A60;
		padding-bottom:20px;
	}
		#footer small a {
			text-decoration:none;
			color:#9D7A60;
		}
		#footer small a:hover {
			text-decoration:underline;
		}
	#footer clear{
		height:50px;
		}
/* nopic class is for subpages that have no picture on the right side
apply the class to the div holding the text */
.nopic {
	width:820px;
	_width:;
	padding-top:17px;
	padding-left:87px;
}
/* The Styles that follow are for the portfolio page */
#portfolio {
}
	#portfolio ul {
		margin:-12px 0 5px 100px;
		_margin-left:115px;
		font-size:14px;
		_font-size:17px;
		font-weight:bold;
		_font-weight:normal;
		text-transform:uppercase;
		font-family:"Trajan Pro", "Trebuchet MS";
	}
		#portfolio ul li {
			display:inline;
			color:#cc9966;
	}		
			#portfolio ul li a {
				text-decoration:none;
				color:#fed9bd;
				}
/* These styles are for the galleries on the portfolio page 
They are here so that once a link is clicked on the right nav bar,
the correct gallery will display and the others will not be visible */
/* Gallery Name is the class for the title of the gallery being displayed currently */
/*
.gallery_name{
	position:absolute;
	left:20%;
	top:3px;
	font-size:14px;
	text-transform:uppercase;
}
#fauxFinish{
	position:absolute;
	left:-165px;
	margin-top:12px;
}
#murals {
	position:absolute;
	left:-165px;
	margin-top:12px;
}

/*	Previous values for the galleries:

	position:absolute;
	left:-80px;
	margin-bottom:40px;
	top:0px;
	width:650px;
	visibility:hidden;
	margin-top:12px;


#decPaint {
	position:absolute;
	left:0px;
	margin-bottom:40px;
	top:0px;
	width:650px;
	visibility:hidden;
}
*/

/* End of styles for portfolio page */

/* These styles position the image on subpages */				
.sub_photo {
	padding-bottom:10px;
	position:absolute;
	width:250px;
	height:250px;
	top:-10px;
	left:670px;
}


/*** CONTACT FORM ***/

#EmailForm {
	padding:0;
	position:relative;
	left:-100px;
}

#EmailForm label {
	font-size:16px;
	display:block;
	text-align:left;
	margin-bottom:4px;
	font-weight:bold;
}

#EmailForm .text {
	width:200px;
	border:2px solid #C89664;
	height:20px;
	padding:2px 0 0 3px;
}

#EmailForm .select {
	width:207px;
	border:2px solid #C89664;
	height:24px;
	padding:2px 0 0 4px;
}

#EmailForm .textarea {
	width:330px;
	height:120px;
	border:2px solid #C89664;
	padding:3px 0 0 3px;
}

#EmailForm .button {
	margin:10px 0 0 232px;
	border-style:solid;
	border-color:#7F492F #2F1B12 #2F1B12 #7F492F;
	border-size:3px;
	background-color:#4E2E21;
	color:white;
	height:26px;
	width:190px;
	font-weight:bold;
	cursor:pointer;
}


