@charset "UTF-8";
/* CSS Document */


/*getting rid of white spaces*/
body {
margin:0;
padding:0;
font:75%/1.4 Georgia, "Times New Roman", Times, serif;
background-color: #BFCC7B;
text-align:center;
}

p 

{
	margin:0;
	padding:0;
}
/*setting up the headers to fit each area*/
h1
{
	margin: 0;
	padding: 0;
	font-family: garamond;
	font-size: 375%;
	font-weight: 200;
	padding-left: 50px;

}

h2
{
	margin: 0;
	padding: 0;
	font-family: mistral;
	font-size: 300%;
	font-weight: 100;
	padding-left: 100px;
	position: relative;
	top: -10px;
	letter-spacing: 2px;
}

h3
{
	font-size: 250%;
	font-weight: 100;
	text-align: center;
	font-family: garamond;
}

h4
{
	font-family: garamond;
	font-size: 300%;
	font-weight: 100;
	letter-spacing: 2px;
	text-align: center;
}

/*formatting the links*/
a:link
{
	color: #000000;
	text-transform: uppercase;
}

a:hover
{
	color: #FF6666;
}

a:visited
{
	color: #000000;
	text-transform: uppercase;
}

/*left nav links*/
a.loc:link
{
	text-transform: lowercase;
	font-size: 14px;
}

a.loc:visited
{
	color: #000000;
	text-transform: lowercase;
	font-size: 14px;
}

a.loc:hover
{
	color: #FF6666;
}

/*footer links*/
a.ft:link
{
	text-transform: none;
}

a.ft:hover
{
	color: #FF6666;
}

a.ft:visited
{
	color: #000000;
	text-transform: none;
}

/*for special bullet points. Image possibly from http://www.coolpink.net/.*/
ul
{
	list-style-image: url(../images/0024_chevrons.png);
}
/*overall div getting rid of spaces*/
#main
{
	width: 750px;
	border-left: #666666 thin solid;
	border-right: #666666 thin solid;
	border-bottom: #666666 thin solid;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	min-height: 100%;
	position: relative;
	margin-left:25%;
	text-align: left;
	background-color:#FCFBF9;
	
}

#header
{
	height: 200px;
	background-image: url(../images/lily.jpg);
	background-position: center bottom;

}



#global
{
	text-align: center;
	font-size: 150%;
	margin-top: 50px;
	border-top: black 1px dotted;
	border-bottom: black 1px dotted;
}

#lowerContent
{
	min-height: 100%;
	background-color:#FCFBF9;
	border-top: black 1px solid;
}

#rightContent
{
	float: right;
	width: 70%;
}

/*image of rooms to be changed*/
#img1
{
	border: #CCCCCC 5px solid;
	margin-left: 20px;
}

#local
{
	width: 180px;
	border: #CCCCCC 2px solid;
	position: relative;
	top: 50px;
	margin-left: 20px;
	text-transform: lowercase;
	padding-bottom: 30px;
		
}



#caption
{
	width: 500px;
	border: #CCCCCC 2px solid;
	margin-right: 15px;
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 5px;
}

#footer
{
	clear: both;
	border-top: black 1px dotted;
	text-indent: 3px;
}