/* CSS Document */

body {
	margin-top: 15px;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #422f17;
	text-align: left;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 897px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	border: 1px solid #846111;
}

#header {
margin: 0;
padding: 0;
height: 366px;
border-bottom: 1px solid #846111;
background-image: url(../images/giftcards.jpg);
}

#nav {
padding: 10px;
border-bottom: 1px solid #846111;
color: #846111;
font-size: .75em;
background-color:  #170b01;
}

#nav a {
color: #d8a83a;
text-decoration: none;
}

#nav a:hover {
color: #FFFFFF;
text-decoration: underline;
}


#left {
float: left;
width: 175px;
margin: 12px;
background: rgba(0, 0, 0, 0.2);
border: 1px solid #000;
color: #aba181;
padding: 15px;
font-size: .75em;
line-height: 155%;
}

#left a {
color: #d8a83a;
text-decoration: underline;
}

#left a:hover {
color: #aba181;
text-decoration: none;
}

#right {
float: right;
margin-right: 12px;
margin-top: 12px;
margin-bottom: 12px;
width: 607px;
padding: 10px;
background-color: #FFFFFF;
border: 1px solid #160d03;
color: #000;
font-size: .85em;
line-height: 140%;
}

#right h2 {
color: #cb6b11;
}

#right a {
color: #993300;
text-decoration: underline;
}

#right a:hover {
color: #000;
text-decoration: none;
}


#footer {
clear: both;
background-color:  #170b01;
padding: 10px;
text-align: right;
color: #d8a83a;
border-top: 1px solid #846111;
font-size: .75em;
}

#footer a {
color: #d8a83a;
text-decoration: underline;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: none;
}


