/*
      Created by Keith Donegan of Code-Sucks.com
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
	  margin-top, margin-right, margin-bottom, margin-left
	  
### COLORS ###
---Green
Hex :	006331
R:0 ; G:99 ; B:49

---Tan
R:214 ; G:181 ; B:90
Hex : d6b55a

LIGHT ORANGE: 
R: 250; G: 230; B: 209
HEX: #FAE6D1
*/

* { padding: 0; margin: 0; }

body {
	background-color:#000000;
}

#wrapper { 
/*  margin: 0 auto; */
 margin: 0 auto 0 auto; 
 width: 922px;
}

/* CURRENT HEADER */

#header {
 width: 900px; 
 color: #333;
 padding: 10px; 
 border: 1px solid #ccc; 
 height: 155px; 
 margin: 10px 0px 5px 0px;  
 /*background: #E67817;  */
 background: #006331;
}

/* DEFAULT HEADER */
/*
#header {
 width: 900px; 
 color: #333;
 padding: 10px; 
 border: 1px solid #ccc; 
 height: 100px; 
 margin: 10px 0px 5px 0px;  
 background: #BD9C8C;  
}
*/

#content { 
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 height: 330px;
 margin: 0px 0px 5px 0px;
 background: #FAE6D1;
}

#content-I { 
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 background: #FAE6D1;
}

#footer { 
 width: 900px;
 color: #FAE6D1;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 10px 0px;
 /* background: #E67817; */
 background: #006331;
}

/* ############################## Individual Elements ############################## */
h1 {
 font-family:"Times New Roman", Times, serif;
 font-size:23px;
 line-height:25px; 
 margin-bottom: 12px; 
 color:#006331;
 text-align:center;
}

h2 {
 font-family:"Times New Roman", Times, serif;
 font-size:19px;
 line-height:21px; 
 margin-bottom: 12px;  
 color:#E67817; 
 text-align:center; 
}

p {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height:15px; 
 margin-bottom: 12px;
 color: #000000; 
}

p.contact {
  text-align:center;
}

p.menu {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 13px;
 line-height:15px; 
 color: #000000;
 font-weight:bold;
 margin-top: 8px;
 padding-left:0px;	
}

p.menu a {
	text-decoration:none;
	/*color: #000000;	*/
    color: #FAE6D1;
}

p.menu a:hover {
	text-decoration:underline;
	color:#FAE6D1;
}

p.promotion {
 font-weight:bold;
 color:#E67817;
 text-align:center;  
}


p.footer {
 font-size: 11px;
 line-height:13px;
 margin-top:3px;
 margin-bottom:3px;
 padding-left:0px;	
 color: #FAE6D1;
}

.dropcap {
 font-family:"Times New Roman", Times, serif;
 font-size:55px;
 line-height:40px; 
 float:left;
 color:#006331;
 padding-top:2px;
}

.question {
 font-weight:bold;
 color:#E67817;
}

.menu_F_letter {
 /* color: #FAE6D1;*/
    color: #FAE6D1;
}


ul {
  margin-bottom: 12px;
}

li {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height:14px; 
 margin-bottom: 3px;
 color: #000000;
 margin-left:12px;
}

a {
    text-decoration:none;
    color: #006331;
}

a:hover {
    text-decoration:underline;
    color: #000000;
}

a.footer {
	text-decoration:none;
	color: #FAE6D1;
}

a.footer:visited {
	text-decoration:none;
	color: #FAE6D1;
}

a.footer:hover {
	text-decoration:none;
	color:#000000;
}

img.floatimgright {
	float:right;
	margin-top:2px;
	padding-top:2px;
	margin-left:16px;
	margin-bottom:3px;
	border: 1px solid #000000;
}

img.zbody {
	border: 1px solid #000000;
	margin: 6px 6px -6px 6px;
    padding: 3px;
}