/* CSS Document for 'Your Lake Resort' */
body {
	margin: 0px;
	background-color: #30428a;
	font-family: Arial;
	font-size: 10pt;
}

a:link {color: #000000; font-weight:bold;}     /* unvisited link */
a:visited {color: #000000; font-weight:bold;}  /* visited link */
a:hover {color: #000000; font-weight:bold;}    /* mouse over link */
a:active {color: #000000; font-weight:bold;}   /* selected link */

a.footer:link {color: #FFFFFF}     /* unvisited link */
a.footer:visited {color: #FFFFFF}  /* visited link */
a.footer:hover {color: #FFFFFF}    /* mouse over link */
a.footer:active {color: #FFFFFF}   /* selected link */

/* Ref by ID */
div#header {
	position: absolute; 
	left:130px;
	top: 0px;
	margin: 0 auto;
	text-align: center;
	width: 800px;
	height: 112px;
	background-color: #30428a;
	background:url(images/travis-island-top.jpg); 
	background-repeat:no-repeat;
}

div#contentWrapper {
	position: absolute; 
	top: 112px;
	left: 130px;
	width: 800px;
	height: 430px;
	margin: 0 auto;
	text-align: center;
	background:url(images/travis-island-bottom.jpg); 
	background-repeat:no-repeat;
}

div#menu {
	position: absolute; 
	top: 92px;
	left: 266px;
	width: 800px;
}

div#footer {
	position: absolute; 
	top: 542px;
	left: 130px;
	width: 800px;
}

div#content {
	width: 800px;
	height: 430px;
	text-align: left;
}

div#prop01 {
	background-color: #FFFFFF;
	border-color: #FF5555;
	border: ridge;
	width:120px;
	height:136px;
}

div#prop02 {
	background-color: #FFFFFF;
	border-color: #FF5555;
	border: ridge;
	width:120px;
	height:136px;
}

div#prop03 {
	background-color: #FFFFFF;
	border-color: #FF5555;
	border: ridge;
	width:120px;
	height:136px;
}

div#prop04 {
	background-color: #FFFFFF;
	border-color: #FF5555;
	border: ridge;
	width:120px;
	height:136px;
}

div#contentContact {
	padding-left:20px;
	margin-top: 3px;
	overflow:auto;
	width: 760px;
	height: 420px;
	text-align: left;
	background-color: white;
	filter:alpha(opacity=85); -moz-opacity:0.85; opacity:0.85; -khtml-opacity:0.85;
}

div#contentVideo {
	padding-right: 5px;
	margin-top: 3px;
	overflow:none;
	width: 570px;
	height: 420px;
	text-align: left;
	background-color: white;
	filter:alpha(opacity=85); -moz-opacity:0.85; opacity:0.85; -khtml-opacity:0.85;
}

div#contentMap {
	padding-left:20px;
	margin-top: 3px;
	overflow:auto;
	width: 760px;
	height: 420px;
	text-align: left;
	background-color: white;
}

div#leftThumbs {
	position: absolute; 
	top: 112px;
	left:3px;
	width: 120;
}

div#rightThumbs {
	position: absolute; 
	top: 112px;
	left: 935px;
	width: 120;
}

/* Ref by Class */
/*
table.bottom-links {
	margin-left: 20px;
	position: absolute; 
	top: 480px;
	border: solid thin #30428a; 
	background-color: white; 
	filter:alpha(opacity=85); -moz-opacity:0.85; opacity:0.85; -khtml-opacity:0.85;
}
*/
