/* victoriaVacationHouseStyleSheet */
/* In the spirit of open source, you may borrow/use this CSS code, but not the images or the design. */
/* Please respect the site and image compyrights */

/* img styles */
img.floatLeft {
	float: left;
	margin: 0px 10px 0px 0px;
	border: 1px solid #666;
	padding: 5px;
}
/* body style */
html, body {
	background: url(images/bg2.jpg) top left;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	line-height: 125%;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	}
	
/* Text Styles */
p {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	line-height: 125%;
	color: #000000;
}
p.light {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color: #e8dfc5;
	font-weight: bold;
}
p.boldLarge {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 125%;
	color: #000000;
}
p.bold {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 125%;
	color: #000000;
}
p.italicTitle {
	font-family: "Times New Roman", Times, Serif;
	font-size: 18px;
	font-style: italic;
	letter-spacing: 0.2em;
	text-decoration: underline;
	font-weight: bold;
	line-height: 125%;
	color: #560c39;
}
p.small {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	line-height: 125%;
	color: #9ba8b6;
}
/* Link Styles */
a:Link {
	text-decoration:none;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:16px;
	letter-spacing: 0.1em; 
	font-weight: bold;
	line-height:120%;
	color:#560c39;
	border-style: none;
}
a:Visited {
	text-decoration:none; 
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:16px;
	letter-spacing: 0.1em; 
	font-weight: bold;
	line-height:120%;
	color:#560c39;
	border-style: none;
}
a:Active {
	text-decoration:none;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:16px;
	letter-spacing: 0.1em; 
	font-weight: bold;
	line-height:120%;
	color:#560c39;
	border-style: none;
}
a:Hover {
	text-decoration:none;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:16px;
	letter-spacing: 0.1em; 
	font-weight: bold;
	line-height:120%;
	color:#560c39;
	border-style: none;
}
/* Page Formatting Styles */
#container { 
	width: 805px; 
 	padding: 20px 0px 0px 0px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#pageHeader h1 {
	background: url('images/top.jpg') no-repeat top left;
	width: 805px;
	height: 75px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#pageHeader h1 span { 
 	display:none 
 }
#pageFooter {
	background: #000;
	width: 805px;
	height: 75px;
	/*position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	text-align: right;*/
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: -20px;
	margin-bottom: 0px;
}
#mainContent {
 	background: #e8dfc5;
	text-align: justify;
	width: 765px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 108px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
}
#menuContent {
	background: #000000;
	text-align: left;
	width: 805px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	z-index: 1;
}
.roomTable {
	border-width: 0px;
	/*border-style: solid;
	border-color: #560c39;*/
	background-color: #e8dfc5;
	width: 803px;
	border-spacing: 0px;
}
.roomTD {
	border-width: 1px;
	border-style: solid;
	border-color: #560c39;
}

