#logo {
	position:relative;
	left:600px;
	top:10px;
	background: url(../images/logo.gif) no-repeat;
	height:230px;
	width:370px;
}
#navigation {
	font-size:14px;
	color:#c7af6a;
	font-family:Trajan Pro, Trajan, Garamond, Goudy Old Style, Palatino, Georgia, Times-Roman, Serif;
	text-transform:uppercase;
	margin:0px auto;
	padding:0px;
	height:100px;
	width:190px;
	font-weight:bold;
	text-align:right;
	position:relative;
	left:375px;
	top:-60px;
	background: url(../images/img_cart.gif) 170px 28px no-repeat;
}
#navigation ul li {
	margin:10px 30px 10px 0px;
}
#navigation ul li a {
	color:#c7af6a;
	text-decoration:none;
}
#navigation ul li a:visited {
	color:#c7af6a;
	text-decoration:none;
}
#navigation ul li a:hover
{
	color:#fcf4dc;
	}

#cart-link {
	font-size:12px;
	color:#c7af6a;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin:0px auto;
	padding:0px;
	background-color:#000000;
	height:25px;
	width:150px;
	font-weight:bold;
	text-align:center;
	position:relative;
	top:20px;
	left:375px;	
	text-decoration:none;
}
#cart-link a {
	text-decoration:none;
	color:#c7af6a;
}
#cart-link a:hover {
	color:#D69507;
}
#home-image1 {
	background: url(../images/art2.jpg) no-repeat;
	position:relative;
	width:207px;
	height:73px;
	left:773px;
	top:5px;
}
#home-image2 {
	background: url(../images/art3.jpg) no-repeat;
	position:relative;
	width:490px;
	height:206px;
	left:490px;
	top:5px;
}
#home-image3 {
	background: url(../images/art5.jpg) no-repeat;
	position:relative;
	width:271px;
	height:89px;
	left:629px;
	top:5px;
}
body.home {
	background: #000000 url(/images/home-bg.jpg) no-repeat left top;
}
body.content {
	background: #000000 url(/images/content-bg.jpg) no-repeat left top;
}
.logo {
	background: url(/images/logo.gif) no-repeat right top;
}
td, p {
	font-family: "trebuchet MS", optima, verdana, arial;
	font-size: 14px;
	color: #fcf4dc;
}
h1, h2, h3, h4 {
	font-family:Trajan Pro, Trajan, Garamond, Goudy Old Style, Palatino, Georgia, Times-Roman, Serif;
	text-transform:uppercase;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #fcf4dc;
	text-align: left;
	margin-bottom: -8px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #E0C069;
	margin-bottom: -8px;
}
hr {
	background-color: #E0C069;
	height: 1px;
	border: 0px;
}
a:link, a:active, a:visited {
	color: #E6D6AA;
	text-decoration: none;
}
a:hover {
	color: #E6D6AA;
	text-decoration: underline;
}
a:link.nav, a:active.nav, a:visited.nav {
	color: #E0C069;
	font-size: 16px;
	text-decoration: none;
	padding-right: 19px;
	line-height: 150%;
}
a:hover.nav {
	color: #E6D6AA;
	text-decoration: none;
}
.copyright {
	font-size: 11px;
	color: #E0C069;
	text-align: center;
}
