* {
	padding:0;
	margin:0;
}
html {
	padding:0;
	margin:0;
}

body {
	padding:0;
	margin:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.6em;
	color: #37230b;
	background:#cce57f;
}
a:link, a:visited {
	color: #37230b;
	text-decoration: underline;
}
a:active {
	color: #37230b;
}
a:hover {
	color: #fff;
}

#container {
	padding: 0;
	text-align: left;
	border-left:8px #cce57f solid;
	border-right:8px #cce57f solid;
	border-bottom:8px #cce57f solid;
	background: #aecd4d;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	z-index:2;
}
#container_border {
	width: 798px;
	margin: 0 auto 8px auto;
	border-left:1px #523819 solid;
	border-right:1px #523819 solid;
	border-bottom:1px #523819 solid;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-box-shadow: 0 6px 10px rgba(0,0,0,.6);
	-moz-box-shadow: 0 6px 10px rgba(0,0,0,.6);
	box-shadow: 0 6px 10px rgba(0,0,0,.6); 
}


/* ============= HEADER ============ */

.header {
	width: 800px;
	height:100px;
	margin: 10px auto 0 auto;
	text-align:center;
	background:#523819 url(../graphics/bg_header1.gif);
	z-index:5;
	-moz-border-top-left-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	
	-webkit-box-shadow: 0 6px 10px rgba(0,0,0,.6);
	-moz-box-shadow: 0 6px 10px rgba(0,0,0,.6);
	box-shadow: 0 6px 10px rgba(0,0,0,.6); 
}
.logo {
	width:530px;
	height:80px;
	margin: 10px auto 0px auto;
}

/* ============= Main Text Section ============ */

.main_container_wide {
	width: 780px;
	margin: 0 auto;
}

.main_container {
	float: left;
	display: inline;
	width: 560px;
	background: #ded5cc;
}


.main {
	padding: 10px 60px 10px 60px;
}



/* ============= TEXT ============ */



h1 {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 42px;
	line-height: 32px;
	text-align:center;
	color:#aecd4d;
	text-shadow: 1px 1px 2px rgba(0,0,0,.8);
	padding: 16px 0 0 0;
}



h2 {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	margin:0 30px 0 30px;
	text-align:center;
	color:#523819;
	text-shadow: 1px 1px 3px rgba(0,0,0,.2);
	padding: 16px 0 0 0;
}

h4 {
	font-weight:bold; 
	font-size:14px; 
	line-height:26px; 
	text-align:center; 
	color:#aecd4d;
}
 
 /* ============= COPYRIGHT ============ */
 


#footer {
	text-align:center;
	padding: 6px 0 8px 0;
	background:#523819 url(../graphics/bg_header1.gif);
}
#footer h4 a:link, #footer h4 a:active, #footer h4 a:visited{
	color:#aecd4d;
}
#footer h4 a:hover{
	color:#fff;
}
#copyright {
	text-align:right;
}

.copyright_text {
	padding: 10px 10px 10px 0;
	font-size: 11px;
	line-height: 14px;
	text-align:center;
	color: #363;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color: #5b7e16;
	text-decoration: underline;
}
#copyright a:hover {
	color: #fff;
}




 /* ============= Dropquotes ============ */
 

.dropquote {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align:right;
	margin:18px 12px 24px 0;
	float:right;
	width:350px;
	padding: 14px 0 14px 0;
	color: #996;
	border-top: 4px double #996;
	border-bottom: 4px double #996;
}


.quote_author {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin: 4px 6px 4px 0;
	font-weight: normal;
	text-align:right;
}

.quote_open {
	margin: -4px 0 2px 0;
	display: inline;
}

.quote_close {
	margin: 0 0 0 2px;
	display: inline;
}


/* ============= Firefox uses padding-left for ul; IE uses margin-left ============ */
ul {
	padding-left:0;
    margin-left:0;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}

table {
	cellpadding: 0;
	cellspacing: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.spacer {  
	clear: both;
	float: none;
	height: 1px;
	margin:0;
	padding:0;
	overflow:hidden;
}

p {
	padding: .6em 0 .6em 0;
}
.lessair{
	margin: 2px 0 4px 0;
	padding: 0;
}

.air{
	line-height: 2em;
}

.small {
	font-size: 11px;
	line-height: 12px;
}

.tight  {
	margin-top:-10px;
	margin-left:8px;
	padding-left:8px;
}
