/*
	title:		Tarragona Lodge Stylesheet
	version:	1.0
*/

/* defaults
 */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #e3dab9 url(../images/background.jpg) no-repeat 15% 50% fixed;
	color: #6f6854;
	font: 11px Arial, Sans-Serif;
	text-align: center;
}

/* fonts
*/
a { color: #6f6854; outline: none; text-decoration: underline; }
a:hover { color: #6f6854; text-decoration: none; }
a img {border: none;}
p { padding: 5px 10px; }

h1, h2, h3, h4 { font-family: "Times New Roman", Times, Arial, Sans-Serif; }

h1 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	padding: 15px 10px 10px 10px;
}

h1 span {
	color: #132336;
	font-size: 22px;
}

h2 {
	color: #6f6854;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 10px 5px 10px;
}

h3 {
	background: #ff9d00 url(../images/box_top_rnd.jpg) no-repeat 0% 0%;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
}

h4 {
	color: #6f6854;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 20px 10px 20px;
}

/* classes
 */
.clear { clear: both; }
.center { text-align: center; }
.lfloat { float: left; width: 50%; }
.rfloat { float: right; width: 50%; }

.box {
	background: #ff9d00 url(../images/box_bot_rnd.jpg) no-repeat 0% 100%;
	margin: 10px 0px;
	padding-bottom: 10px;
}

.container {
	background: #d0c5a7;
	color: #333;
	border: solid 1px #000;
	margin: 10px;
	padding: 10px 5px;
}

/* wrapper
 */
#wrapper {
	background: #d0c5a7 url(../images/top_rnd.jpg) no-repeat 0% 0%;
	color: #666;
	margin: 50px auto;
	position: relative;
	text-align: left;
	width: 750px;
}

/* masthead
 */
#masthead {
	height: 100px;
	padding-top: 10px;
	width: 750px;
}

#masthead #logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 100px;
	margin-left: 10px;
	width: 250px;
}

#masthead #text {
	background-image: url(../images/text.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 100px;
	margin-right: 10px;
	width: 350px;
}

/* page
 */
#page {
	background: #fff url(../images/w_top_rnd.jpg) no-repeat 0% 0%;
	margin: 0px 5px;
	padding-top: 5px;
	width: 740px;
}

/* navigation
 */
#navigation {
	background: #6f6854;
	color: #d0c5a7;
	height: 40px;
	line-height: 40px;
	margin: 0px 5px;
	padding-left: 5px;
	width: 725px;
}

#navigation li { float: left; list-style-type: none; white-space: nowrap; }

#navigation li a {
	background: #6f6854 url(../images/divider.jpg) no-repeat 100% 50%;
	color: #d0c5a7;
	display: block;
	font-family: "Times New Roman", Times, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 9px 0px 7px;
	text-decoration: none;
}

#navigation .current, #navigation a:hover {
	background: #6f6854 url(../images/divider.jpg) no-repeat 100% 50%;
	color: #ff9d00;
	text-decoration: none;
}

/* splash
*/
#splash {
	background-image: url(../images/splash.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 260px;
	margin: 0px 5px;
	width: 730px;
}

#splash2 {
	background-image: url(../images/splash2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 260px;
	margin: 0px 5px;
	width: 730px;
}

#splash3 {
	background-image: url(../images/splash3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 260px;
	margin: 0px 5px;
	width: 730px;
}

#splash4 {
	background-image: url(../images/splash4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 260px;
	margin: 0px 5px;
	width: 730px;
}

#splash5 {
	background-image: url(../images/splash5.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 260px;
	margin: 0px 5px;
	width: 730px;
}

/* content
*/
#content {
	background: #fff url(../images/w_bot_rnd.jpg) no-repeat 0% 100%;
	padding-bottom: 20px;
	width: 740px;
}

#left {
	float: left;
	margin-left: 5px;
	width: 480px;
}

#left ul{
	list-style-type: none;
	margin: 10px;
}
.lightbox {
	border: thick double #999;
	margin: 5px;
	padding: 5px;
}

#left ul li{
	background: #fff url(../images/list_style2.gif) no-repeat 0px 4px;
	color: #6f6854;
	font-size: 11px;
	padding-left: 12px;
	margin-top: 6px;
}

#right {
	color: #000;
	float: right;
	margin-right: 5px;
	width: 235px;
}

#right ul{
	list-style-type: none;
	margin: 10px;
}

#right ul li{
	background: #ff9d00 url(../images/list_style.gif) no-repeat 0px 4px;
	color: #000;
	font-size: 11px;
	padding-left: 12px;
	margin-top: 6px;
}

#contact {
	border-collapse: collapse;
	margin: 5px 10px;
	width: 450px;
}

#contact td {
	padding: 5px 0px;
}

/* footer
*/
#footer {
	background: #d0c5a7 url(../images/bot_rnd.jpg) no-repeat 0% 100%;
	color: #827a65;
	clear: both;
	padding-bottom: 20px;
}

#footer p { padding: 5px 20px; }

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