body	{
	position: relative;
	background: rgb(235,235,235);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663333; 
}

a:link		{color: rgb(245,245,245); text-decoration: underline;}
a:visited	{color: rgb(240,240,240); text-decoration: underline;}
a:hover		{color: rgb(200,218,200); text-decoration: underline;}
a:active	{color: #e7f5e7; text-decoration: underline;}

#wrapper {
	width: 800px;
	margin:0px auto;
	background-color: white;
	padding: 10px;
	border: rgb(210,210,210) solid 1px;
}

#top {
	background-color: #663333;
	width: 788px;
	margin-top: 7px;
	border: 6px ridge rgb(220,220,220);
}

#address {
	width: 707px;
	padding: 12px 0px 10px 93px;
	font-weight: bold;
	margin:0px auto;
	border-bottom: solid #666666 3px;
}

.li {
	padding: 0px 50px 0px 50px;
}

#middle {
	width: 800px;
	/*min-height: 490px;
	height:auto !important;
	height:490px;*/
	margin-top: 20px;
}

#menu {
	width: 150px;
	height: 339px;
	border: ridge rgb(230,230,230) 3px;
	background-color:#738c75; /*green*/
	padding:11px 0px 0px 10px;
	margin-top: 8px; 
	vertical-align: top;
	font-size:11px;
	text-decoration:none;
	float:left; 
	list-style:none; 
	display: block;
}

#menu ul {
	display: block;
	width: 100px;
	background-color: rgb(100,50,50);
} 

#menu li {
	display: block;
	width: 135px;
	background-color: rgb(100,50,50);
	font-weight: bold;
	line-height:24px;
	font-size:11px;
	text-decoration:none;
	text-indent:10px;
	list-style: none;
	margin: 1px 0px 0px -40px;
}

#menu li a:link {
	width: 130px;
	background-color: rgb(100,50,50);
	display:block; 
	float:left;
	color:white; 
	line-height:24px;
	text-indent:10px;
	margin-bottom: 1px;
	text-decoration: none;
}

#menu li a:visited {
	width: 130px;
	background-color: rgb(100,50,50);
	color:#fff;
	font-size:11px;
	text-decoration:none;
	text-indent:10px;
	margin-bottom: 1px;
	display: block;
}

#menu li a:hover {
	width: 130px;
	background-color: rgb(100,50,50);
	color:#fff;	
	color:#738c75; /*green*/
	font-size:11px;
	text-decoration:none;
	text-indent:10px;
	margin-bottom: 1px;
	display: block;
}

#menu li a:active {
	width:130px;
	height:24px;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	text-indent:10px;
	margin-bottom: 1px;
	display: block;
}

/*#menu li a.current {
	height:24px;
	background-color: rgb(130,50,50);
	color: white;
}*/

#menu ul ul {	
	width: 0px;
	left: 15px;
	background-color: rgb(115,60,60);
}

#menu ul ul li {
	height:24px;
	width: 0px;
	background-color: rgb(115,60,60);
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}

#menu ul ul li a:link {
	background-color: rgb(115,60,60);
	text-decoration: none;
}

#menu ul ul li a:visited {
	background-color: rgb(115,60,60);
	text-decoration: none;
}

#menu ul ul li a:hover {	
	background-color: rgb(115,60,60);
	color:#738c75; /*green*/
	text-decoration: none;
}

#menu ul ul li a:active {
	background-color: rgb(115,60,60);
	text-decoration: none;
}

#menu ul ul li a.current {
	background-color: rgb(130,60,60);
	text-decoration: none;
}

#facebook {
	width: 120px;
	border: solid rgb(80,80,80) 1px;
	background-color:#e7f5e7;
	padding:8px 0px 8px 0px;
	float: left;
	margin: 75px auto 0px 4px; 
	vertical-align: top;
	font-size:12px;
	text-align: center;
}

#facebook a:link{
	font-size:11px;
	color: rgb(84,50,50);
}

#facebook a:visited{
	font-size:11px;
	color: rgb(84,50,50);
}

#facebook a:hover{
	font-size:11px;
	color: rgb(92,117,94);
}

#facebook a:active{
	font-size:11px;
	color: rgb(84,50,50);
}

#content {
	display: inline;
	float: right;
	left: 1px;
	width: 570px;
	border: 3px ridge rgb(230,230,230);
	margin: 8px 0px 0px 8px; 
	padding: 8px;
	min-height: 334px;
	height:auto !important;
	height:334px;
	line-height:150%;
}

#content a:link{
	color: rgb(84,50,50);
}

#content a:visited{
	color: rgb(84,50,50);
}

#content a:hover{
	color: rgb(92,117,94);
}

#content a:active{
	color: rgb(84,50,50);
}

#content-left {
	width: 240px;
	float: left;
	padding-left: 5px;
	margin:0px auto;
}

#content-right {
	width: 255px;
	background-color: #e7f5e7;
	padding: 15px 18px 30px 13px;
	float: right;
	font-weight: bold;
	min-height: 130px;
	height:auto !important;
	height:130px;
	font-size: 12px;
	line-height: 150%;
}

#bottom {
	width: 800px;
	text-align: right;
	font-size:9px;
	z-index: 20;
}

#h1	{
	background-color: #738c75;
	width: 544px;
	line-height: 35px;
	font-size: 17px;
	font-weight: bold;
	padding-left: 24px;
	margin-bottom: 10px;
	border: solid 1px rgb(190,190,190);
	color: #fff;
}

h2	{
	border: solid rgb(138,88,87) .07em;
	width: 60%;
	color: #738c75;
	font-size:13px;
	font-weight: bold;
	padding: 1px;
	margin-left: 15px;
}

h3	{font-size: 17px;
	width: 65%;
	color: white;
	background-color: #663333;
	font-style: italic;
	font-weight: bold;
	padding: 2px;
}

p	{font-size: 12px;
	font-style: normal;
	color: #663333; 
}

.p1{
	font-size: 12px;
	font-style: normal;
	color: #663333;	
	margin-left: 20px;
}

#p1	{font-size: 14px;
	font-weight: bold;
	color: white; 
} 

#p2	{font-size: 10px;
	font-weight: bold;
	color: #red; 
}

li	{font-size: 13px;
	color: #cccccc; 
} /* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== 
#flyout {float:left; padding:0; margin:3px 0 0 0; list-style:none; position:relative; width:130px;}
#flyout ul {padding:0; margin:0; list-style:none; width:130px; height:auto; background: url(trans.gif); position:absolute; left:-9999px; top:0;}
#flyout table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#flyout li {float:left; margin-bottom:1px;}
#flyout li a {display:block; float:left; width:130px; height:24px; background:rgb(100,50,50); color:white; line-height:24px; font-family:arial, sans-serif; font-size:11px; text-decoration:none; text-indent:10px;}
#flyout li a.fly {background: rgb(100,50,50) /*url(right-arrow.gif)*/ /*no-repeat right center;}
#flyout li a.currentfly {background:rgb(115,50,50) /*url(right-arrow.gif)*//* no-repeat right center;}

#flyout li:hover {position:relative;}
#flyout li a:hover {position:relative; background-color:white; color:red;}
#flyout li:hover > a {background-color: rgb(80,40,40); color:#fff;}

#flyout ul li a {background:rgb(100,50,50);}
#flyout ul li a.fly {background:#aaa /*url(right-arrow.gif)*/ /*no-repeat right center;}
/*#flyout ul ul li a {background:#369;background: white;}
#flyout ul ul li a.fly {background:purple /*url(right-arrow.gif)*/ /*no-repeat right center;}
#flyout ul ul ul li a {background:white;}

#flyout li a.current,
#flyout ul li a.current,
#flyout ul li,
#flyout ul li a.fly,
#flyout ul ul li a.current,
#flyout ul ul ul li a.current { background-color: rgb(130,50,50); color:white;}

#flyout :hover ul,
#flyout :hover ul :hover ul,
#flyout :hover ul :hover ul :hover ul {left:120px;}

#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {left:-9999px;}

#flyout ul li:hover > a {background-color:rgb(80,40,40); color:white;}
#flyout ul ul li:hover > a {background-color:#e60; color:pink;}*/

