BODY
{
	
	background-color: #D7DBBA;
	
	
}

#container
{
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;

	z-index: 6;
	width: 720px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;	
	
	
	
	
	
}

#header
{
	/*background-image: url(images/two-pansies.jpg);
	background-repeat: no-repeat;*/
	/*background-color:  #D7DBBA;*/
	height: 400px;
	width: 720px;
	color: #25017D;
	/*margin: 0 auto;*/
	font-family: Tahoma, Arial, Verdana, sans-serif;
	
	
	
}
	
	
#header h1
{
	font-family: Papyrus, Lucida Calligraphy, Serif;
	color: #280592;
	padding: 75px 0 0 40px;
}

#header h2
{
	font-family: Papyrus, Lucida Calligraphy, Serif;
	color: #937DCA;	
	margin-top: -12px;
	padding: 0 0 0 85px;
}

#header p
{
	text-align: left;
	margin-left: 120px;
}
 
#header ul 
{
	list-style-type: none;
	margin-left: 125px;
}	

#header ul li
{
	padding: 5px 5px 5px 24px;
}

#header .pansy
{
	text-indent: 6px;
	text-align: center;
	position: relative;
	display: block;
	overflow: hidden;
	
	font-family:Papyrus, Lucida Calligraphy, Serif;
}
#content
{
	color: #3007BD;
	background: url(images/RiverRockBar.jpg);
	background-repeat: no-repeat;
	font-family: Papyrus, Lucida Calligraphy, Perpetua, Serif;
	width:720px;
	height: 130px;
	margin-left: 0px;
	z-index: 1;	
	
}

#content ul
{
	list-style: none;
	display: inline;
	position: relative;
}

#content ul li
{
	display: inline;
	position: relative;
	padding: 4px 10px 2px 10px;
}

#content a
{
	color: #5E02FC;
	text-decoration: none;
	font-family:Papyrus, Lucida Calligraphy, Serif;
}

#content a:active
{
	color: #5E02FC;
	text-decoration: none;
	font-family:Papyrus, Lucida Calligraphy, Serif;
	
	
}


#content a:visited
{
	color: #5E02FC;
	text-decoration: none;
	font-family:Papyrus, Lucida Calligraphy, Serif;
	
	

}

#content a:hover
{
	background: #D3BFEE;
	text-decoration: none;
	
}


#footer
{
	color: #25017D;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 70%;
	text-align: center;
	padding-top: 90px;
}