/*Copyright MaryDesigns 2007*/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#666666;
	text-align:center;
	margin:0;
	padding:0;
	background: url(images/flourishbk.jpg) repeat;
}
#outsidewrapper{
	width:750px;
	margin:0 auto;
	text-align:left;
	background-color:white;
	background-image: url(images/smokyswirls.jpg);
	background-repeat: repeat;
	border: 1px solid #333333;
}
#masthead{
	height:80px;
}
#masthead img{
border:none;
display:inline;
}
#nav{
	float: left;
	width: 274px;
	margin: 5px;
	}
#nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#nav li{
	display:inline;
}
#nav li a{
	text-decoration:none;
}
#nav img{
border:2px solid #666666;
}
#content{
	clear:both;
	padding-left:15px;
	padding-right:15px;
	line-height:175%;
}
#content a{
	color:#8CB082;
	font-weight: bold;
}
#content a:hover{
	color:#A5899D;
}
#content li {
	list-style-image: url(images/bullet.png);
}

#fadingimages{
	width:450px;
	padding:0;
	margin:0 5px 0 285px;
	border:2px solid #666666;
}
#footer{
	background-color:#87ab7d;
	height:40px;
	color:white;
	font-size:8pt;
	font-weight:bold;
	padding:10px;
	background-image: url(images/footerbk.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#footer a{
	color:white;
	text-decoration:none;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
	color: #8EA787;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	letter-spacing:1px;
	font-weight: bold;
	color: #A5899D;
}

.Rfloat {
	margin: 5px;
	float: right;
	border: 1px solid #666666;
}
.Lfloat {
	margin-right: 5px;
	float: left;
	border: 1px solid #666666;
}
