/* CSS Document */

body {
	background-image: url(images/sand_bg2.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	color: #ad7b5a;
}
#wrapper {
	width: 800px;
	margin: auto;
	background-color:#ffffff;
	padding: 10px;
}

a:link, a:visited {
	color: #ad7b5a;
}

a:hover, a:active {
	color: #ff7373;
}
#banner {
	background-image:url(images/banner.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height: 140px;
}
#nav_bar ul {
	background-color: #ffffff;
	padding: 5px 0 5px 0;
	margin: -20px 0 0 0;
	width: 630px;
}
#nav_bar ul li{
	display:inline;
	margin: 0 0 0 5px;
	color:#FFFFFF;
	background-color: #ff7373;
	padding: 1px 4px 1px 4px;
}
#nav_bar ul li.selected{
	color:#FFFFFF;
	background-color: #68CB9C;
}
#nav_bar ul li a {
	color:#FFFFFF;
	text-decoration:none;
}

#nav_bar ul li a:hover, #nav_bar ul li a:focus {
	color:#68CB9C;
}

#main h1 {
	color: #68CB9C;
	font-style:italic;
}
#wx_module_6874 {
	width: 200px;
	float: right;
}
img.left, div.img_left {
	float:left;
	margin-right: 15px;
}

img.right, div.img_right {
	float:right;
}

span.caption {
	font-size: 75%;
	font-style:italic;
}
.special {
	color:#FF9900;
}
#rates td.year {
	font-weight:bold;
	font-size: 125%;
	text-align:center;
}
#rates td {
	padding: 0 10px 0 3px;
}

#photo_thumbs {
	width: 100px;
	background-color: #ddd5d2;
	text-align:center;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#show_photo {
	margin-left: 115px;
	text-align: center; 
}

#show_photo p {
	background-color: #ddd5d2;
}
table.form {
	background-color: #DDD5D2
}

a img {
	border:none;
}
#footer {
	text-align: center;
	clear:both;
}

#designer {
	font-size: 80%;
	color:#CCCCCC;
}
#designer a {
	color:#CCCCCC;
}
#designer a:hover {
	color:#68CB9C;
}

/*special styles - temporary elements, etc.*/

#fall_special {
	width: 120px;
	float: right;
	margin: 0 10px 0 10px;
	border: solid 1px #AD7B5A;
	padding: 3px;
	text-align:center;
}