* {
margin-top: 0;
padding: 0;
}

a {
color: #DC8552;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #FCA16C;
}


body {
background: url("../images/back.jpg") repeat-y;
background-position: 50% 50%;
font: georgia, times, serif;
text-align: center;
}

#wrapper {
margin: 0 auto;
text-align: left;
width: 750px;
}

#head {
width: 750px;
height: 190px;
background: #9D3A06;
border: 5px solid #F1DAAC;
border-width: 5px 5px 5px 5px;
text-align: center;
}


#head h1 {
font-size: 60px;
margin-right: 0px;
color: #FFE5AE;
padding-top: 50px;
}

#right_column {
padding-top: 16px;
width: 500px;
float: left;
font: georgia, times, serif;

}

#left_column {
padding-top: 0px;
width: 200px;
float: left;
}
#left_column {
margin-left: 17px;
color: #7D3403;
background: #F7D09B;
}

* html #left_column {
position: absolute;
top: -8px;
margin-left: 20px;
width: 200px;
}

* html #right_column {
position: absolute;
top: 0px;
margin-left: 20px;
font: georgia, times, serif;
}

#right_column {
margin-left: 230px;
color: #F7D09B;
background: #9d3a06 url("../images/rightgrad.jpg") repeat-x;
}

#left_column h1{
font-size: 18px;
margin-left: 0px;
display: block;
padding-bottom: 3px;
width: 0px;
}
#right_column h1{
font-size: 19px;
margin-left: 10px;
display: block;
padding-bottom: 3px;
width: 460px;
}
#right_column h2{
font-size: 16px;
margin-left: 10px;
display: block;
padding-bottom: 3px;
width: 460px;
}


#right_column h1 {
background: transparent url("../images/border2.gif") repeat-x;
background-position: bottom right;
}

#left_column img, #right_column img{
border: 3px solid #C57234;
margin: 20px 0;
}

#left_column a:hover img, #right_column a:hover img{
border-color: #D48042;
}

#left_column h1 {
color: #A94D10;
}

#right_column h1 {
color: #F7D09B;
}

p {
width: 460px;
margin: 20px 0 20px 20px;
}

p:first-letter {
font-size: 25px;
float: left;
margin-right: 5px;
}

.links {
list-style: none;
list-style-image: none;
margin: 20px 15px;
}

.links li {
border-style: solid;
border-width: 0 0 0 5px;
}

.green {
border-color: #8A9D30;
}

.blue {
border-color: #1D304A;
}

.brown {
border-color: #9D3A06;
}

.grey {
border-color: #3A342A;
}

.links a {
display: block;
width: 244px;
height: 24px;
background-color: #A55214;
font: normal 11px/24px georgia, times, serif;
color: #F7D09B;
text-decoration: none;
margin: 5px 0;
padding-left: 10px;
border-left: 1px solid #F7D09B;
}

* html .links a {
width: 238px;
}

.links a:hover {
background-color: #9D3A06;
color: #fff;
}

#bottom {
float: left;
clear: both;
margin: 60px 0 0 70px;
width: 550px;
}

#left_footer {
float: left;
padding-bottom: 10px;
width: 100px;
position: absolute;
padding-top: 350px;
}


#right_footer {
color: #E39C77;
float: left;
margin-left: 130px;
padding-bottom: 10px;
}

* html #right_footer {
margin-left: -35px;
}



#right_footer a {
color: #F5B08B;
}

#right_footer a:hover {
color: #F9D2BE;
}

.searchButton {
	font-size: 14px;
	color: #FFE5AE;
	font-weight: bold;
	background-color: #9d3a06;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	padding: 0px;
	}
	
.bookButton {
	border: 1px solid #000000;
    background-color: #9d3a06;
	font-size: 14px;
	color: #FE5AE;
	font-weight: bold;
	font-family: georgia, times, serif;
	padding: 0px;
	text-decoration: none;
	
	}
	.bookButton a {
	color: #FE5AE;
	text-decoration: none;	
}
.bookButton a:link {
	color: #FE5AE;
	text-decoration: none;	
	}
.bookButton a:visited {
	color: #FE5AE;
	text-decoration: none;	
}
.bookButton a:hover {
	 color: #FE5AE;
	text-decoration: none;	
}

.bookButton2 {
	border: 1px solid #F7D09B;
    background-color: #A55214;
	font-size: 14px;
	color: #F7D09B;
	font-weight: bold;
	font-family: georgia, times, serif;
	padding: 0px;
	text-decoration: none;
	
	}
	.bookButton2 a {
	color: #F7D09B;
	text-decoration: none;	
}
.bookButton2 a:link {
	color: #F7D09B;
	text-decoration: none;	
	}
.bookButton2 a:visited {
	color: #F7D09B;
	text-decoration: none;	
}
.bookButton2 a:hover {
	 color: #F7D09B;
	 background-color: #9D3A06;
	text-decoration: none;	
}
