/* Made by Cheryl Briseno for SeaBriz Designs. 2006--CSS Document */

/**Tags**/
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #7fccff;
	color: #0066ff;
	background-attachment: fixed;
	background-image: url(assets/bkgrnd.gif);
	background-repeat: repeat-x;
}
h1 {
	color: #0066ff;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
	text-align: center;
	white-space: nowrap;
	text-transform: capitalize;
	margin-bottom: 10px;
}
h2 {
	text-indent: 10px;
}
a:link, a:visited  {
	color: #0066ff;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #bfe5ff;
	text-decoration: none;
	font-weight: bold;
	}
	
/**IDs**/
#wrapall {
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	}
#wrap {
	width: 700px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	}
#header{
	margin: 0px;
	padding: 0px;
}
#flower{
	float: left;
	margin-top: 0px;
	padding: 0px;
	width: 100px;
}

#maincontent {
	background-image: url(assets/wrapBckgrd.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	}
#maincontent p{
	padding-top: 25px;
	padding-right: 45px;
	padding-left: 25px;
	margin: 0px;
}
#floatR {
	float: right;
	margin: 20px;
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 0px;
	}
/*Quote Classes*/
.bottomAlgin{
	position: relative;
	bottom: 0ems;
}
.indent {
	text-align: right;
	font-size: 14px;
}

.quote1 {
	font-family: "Viner Hand ITC", "Script MT Bold", cursive;
	font-size: 36px;
	color: #999999;
}
.quote2 {
	font-size: 36px;
	color: #7fccff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: -3px;
	position: absolute;
	top: 314px;
	left: 140px;
}
.quote3 {
	font-size: 36px;
	color: #99cc00;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	line-height: 30px;
	position: absolute;
	width: 400px;
	top: 380px;
	left: 71px;
}
.quote4 {
	font-size: 18px;
	color: #0c6f12;
	position: absolute;
	top: 495px;
	left: 339px;
}
.address {
	color: #FF3366;
	font-weight: bold;
	position: absolute;
	left: 158px;
	top: 543px;
}
/*horizontal navigation bar*/
#nav {
	list-style-type: none;
	position: absolute;
	top: 15px;
	z-index: 2;
	left:240px;
	width:450px;
	text-align: right;
	margin: 0;
	padding: 0;
	border: none;
	}
#nav li {
	display: inline;
	margin: 5px;
	}
#nav p{
	color: #0c6f12;
	}
html>body #nav li {
	width: auto;
}
#nav a:link, #nav a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}
#nav a:hover {
	color: #0c6f12;
	}

