/* @override http://lisadavey.com/css/styles.css */

body {
background-image: url(../images/gradientbg.jpg);
background-repeat: repeat-x;
background-position: top;
background-color: #542714;
margin-top: 30px;
}

h1 {
	margin-left: 39px;
	font-size: 19px;
	font-weight: bold;
}

h2 {
	margin-left: 39px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
}

p{
margin-left: 40px;
margin-right: 40px;
	font-weight: normal;
	font-style: normal;
}

table {
background-color: #f8e7cc;
font-family: Times, Arial, Helvetica;
font-weight:bold;
color: #3a2f1d;
}

a:link{
color: #3a2f1d;
text-decoration: none;
}

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

a:visited{
color: #3a2f1d;
text-decoration: none;
}

.navspace{
margin-left: 15px;
}

.padding{
padding-bottom: 10px;
}

.navborder{
background-image: url(../images/navline.jpg);
background-repeat: no-repeat;
background-position: bottom;
background-color: #ac8368;
}

.space{
margin: 15px 15px 15px 15px;
}

#tours {
	list-style-type: none;
}

#tours ul, #tours p, #tours h3 {
	padding: 0;
	margin: 0;
}

#tours li {
	margin-left: 30px;
	margin-bottom: 15px;
}

#tours li img {
	width: 250px;
}
