/* CSS Document */

body {
	background: #000000;
	margin:0;
}
a {
	 color:#E4D699;
	 text-decoration:none;
}
a:hover {
	 text-decoration: underline;
}
a img{
	 border: 0;
}


.bg-header-2 {
	background: #000000 url(../images/bg-header2.jpg) no-repeat center center;
	height: 246px;

}
.bg-header-2b {
	height: 164px;
	background: #000000 url(../images/header-2b.jpg) no-repeat center center
}
.bg-menu {
	background: #000000 url(../images/bg-menu.jpg) no-repeat center center;
	height: 64px;
	

}
.bg-menu-2 {
	background: #000000 url(../images/bg-menu-2.jpg) no-repeat center center;
	height: 64px;
	

}

.bg-content {
	background: #000000 url(../images/bg-content.jpg) repeat-y top center;
	

}
.bg-content h2 { 
	color:#333333;
	font-weight:normal;
	font-size:24px;	
	margin: 0;
	padding:0;
	}
.bg-content p { 
	color:#333333;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
	padding:4px 0;
	
	}
.bg-content p strong { 
	color:#990000;
	
	}
.bg-content .price { 
	color:#990000;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	}

.bg-content a {
	color:#990000;

 }

.bg-footer-nav {
	background: #000000 url(../images/bg-footer-nav.jpg) no-repeat top right;
	height: 44px;

}
.main-nav {
	margin:0;

}
.main-nav a:link, .main-nav a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-decoration: none;
	color: #200000;

}
.main-nav a:hover, .main-nav a:active {
	text-decoration: none;
	color:#990000;
	text-decoration: underline;

}
/* footer */
.footer-nav {
	margin:0;

}
.footer-nav a:link, .footer-nav a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
	color: #200000;

}
.footer-nav a:hover, .footer-nav a:active {
	text-decoration: none;
	color:#990000;

}


/* css */
#portraits{
	width: 212px;
	height: 32px;
	position: relative;
	color:#E4D699;
	font-size:1px;
	margin-top:20px;
	margin-bottom:20px;
	}
#portraits span {
	background: url(../images/portraits.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -100em;
	}

/* css */
#murals{
	width: 173px;
	height: 29px;
	position: relative;
	color:#E4D699;
	font-size:1px;
	margin-top:20px;
	margin-bottom:23px;
	}
#murals span {
	background: url(../images/murals.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -100em;
	}
/* css */
#misc{
	width: 342px;
	height: 30px;
	position: relative;
	color:#E4D699;
	font-size:1px;
	margin-top:20px;
	margin-bottom:22px;
	}
#misc span {
	background: url(../images/misc.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -100em;
	}
/* css */
#pricing {
	width: 164px;
	height: 30px;
	position: relative;
	color:#E4D699;
	font-size:1px;
	margin-top:20px;
	margin-bottom:23px;
	}
#pricing span {
	background: url(../images/pricing.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -100em;
	}
/* css */
#about {
	width: 140px;
	height: 31px;
	position: relative;
	color:#E4D699;
	font-size:1px;
	margin-top:20px;
	margin-bottom:21px;
	}
#about span {
	background: url(../images/about.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -100em;
	}
.home-content-style { 
	margin:0; 
	padding:10px 16px 10px 10px ;

}
.home-content-style h1 { 
	font-weight:normal;
	font-size:36px;
	margin:0;
	padding:0;
	color:#420000;
	
}
.home-content-style h2{
	font-weight:normal;
	font-size:28px;
	margin:4px 0 0 0;
	padding:0;
	color:#6C3600;	
}
.home-content-style img{
	margin-right:10px;
}
.home-content-style p{ 
	color:#333333;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:20px;
	
	}
