html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
	text-decoration:none;
}
a:hover {
	color: #999;
	/** awesome orange to use on this page color: #FFA405; **/
	text-decoration:none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background:#333 url(images/Floral4.jpg); 
	text-align: center;
	font: 11px arial, sans-serif;
	color: #CFB472;
	padding: 20px 0 0 0;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 678px;
  position: relative;
  background:#333;
}
#nav {
  /** padding-top: is header img height**/
  padding-top: 275px;
  background: url(images/header1.jpg) no-repeat;
}
#nav ul {
  margin: 0;
  padding: 0;
  height: 36px;
  line-height: 36px;
  border-left: 2px solid #1c1c1c;
  background: bottom left url(images/nav_litG.gif) repeat-x;
}
#nav li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 18px;
}
#nav li.home {
  padding-left: 25px;
}
#nav li.men {
	background-color:#1c1c1c;
}
#nav a {
  font: 16px "Times new roman", serif;
  color: #FFE5C3;
  text-decoration: none;
}
#nav a:hover {
  color: #669900;
}
#nav2 {
	padding-left: 18px;
	/** background-color:#2e2e2e;
	border-bottom: 2px solid #1c1c1c;  **/
  	border-left: 2px solid #1c1c1c;
	background: bottom left url(images/navm2.gif) repeat-x;
}
#nav2 ul {
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20p;
}
#nav2 li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 9px;
}
#nav2 a {
	font: 12px "Times new roman", serif;
	color: #FFE5C3;
}
#nav2 a:hover {
  color: #669900;
}
/** content **/

#content {
  padding-left: 20px;
}
/** This block needed for text decor on main pg **/
#content h2 {
  font: 24px "Times new roman", serif;
  color: #cc9933;
  font-weight: normal;
  border-left: 3px solid #615331;
  padding: 1px 1px 1px 8px;
  margin-top: 22px;
}
#content p {
  margin-left: 11px;
  line-height: 1.4;
}
#content .left-col {
	/** was width: 522px before right col elim **/
  float: left;
  width: 678px;
}
#content #welcome {
  	margin-right: 40px;
  	font-size:13px;
 	color: #d0a54e;
}
#content #welcome a{
  color: #669900;
  /** color: #3E341E; **/
  text-decoration:underline;
}
#content #welcome a:hover{
  color: #FFF;
  /** color: #cc9933; **/
  text-decoration:underline;
}
#content #welcome .right {
	float:right;
	padding: 0px 10px 10px 10px;
}
#content #welcome .note {
	color: #669900;
	 font-size:12px;
}
#content #welcome .note2 {
	 font-size:10px;
	 font-style:italic;
	 color:#f6cf82;
}
#content #welcome .sec {
	color: #cc9933;
	font-weight:bold;
	padding-top: 16px;
}
#content #welcome .hd {
	color: #cc9933;
	font-weight:bold;
	font: 16px "Times new roman", serif;
  	border-left: 1px solid #615331;
	/** border-bottom: 1px solid #615331; **/
  	padding: 1px 1px 1px 4px;
}
#content #welcome .col {
	float:left;
	width: 184px;
	padding: 4px 28px 10px 0px;
}
#content #welcome .ct {
	float:left;
	width: 286px;
	padding: 4px 32px 10px 0px;
}
/**menu tables **/
#content #welcome table.m {
	width:100%;
	border:1px;
	border-top-style:solid;
	border-left-style:solid;
	border-color:#1c1c1c;
	padding:3px;
}
/**form tables**/
#content #welcome table.f {
	  margin-left: 11px;
}
#content #welcome input, select, textarea {
	background-color: #666;
	border:1px solid #1c1c1c;
	font-size:13px;
 	color: #f6cf82;
}
#content #welcome td {
	vertical-align:top;
}
#footc {
  height: 10px;
}
#footer-ph {
	float:left;
	background: #282828;
	text-align:left;
	padding: 4px;
}
#footer-m {
  background: #282828;
  text-align: center;
  padding: 4px;
}
