body {
	background-image: url(../images/bgGreenLines.png);
	/*background-color: silver;*/
	background-repeat: repeat;
	background-position: center; 
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	/*color: #193f00;*/
}	

/*============ STRUCTURE ============ */
div.header {
	float: right;
	width: 615px;
	color: black;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

div.footer {
	float: right;
	width: 615px;
	color: black;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: small;
}

div.nav {
	float: left;
	width: 120px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.main {
	display: block;
	width: 750px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

div.content {
	float: right;
	width: 615px;
	/*color: #83b699;*/
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.edge {
	width: 100%;

}

div.footer_edge_body {
	width: 585px;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

div.nav_edge_body {
	width: 90px;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

div.content_edge_body {
	width: 585px;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

div.box_body {
	background-color: white;
	padding-right: 15px;
	padding-left: 15px;
}

.largeThumb {
	padding: 15px;
	text-align: center;
}

.rightThumb {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Removes border from images */
img {
	border: 0;
	text-decoration: none;
}

img.content {
	padding: 5px;

}

#copyright {
	color: #CCCCCC;
}

#title {
	color: black;
	font-size: x-large;
}

#amenity-thumbs {
	text-align: center;
}

#notice	{
	color: #FF6E1A;
	/*color: #FFAF03;*/
	font-size: 13pt;	
}

/*============ END STRUCTURE ============ */

/*============ LINKS ============ */
a:link {
	/*color: #1272C1;*/
	color: #1897FF;
	text-decoration: underline;
}
a:visited {
	color: #9831FF;
	text-decoration: underline;
}
a:hover {
	color: #0F60A2;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}

/* Silver Link Scheme */
/*a:link {
	color: #333333;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #333333;
}
*/

/*============ END LINKS ============ */
