/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}

/*html{
min-height: 100%;
margin-bottom: 1px;
}*/
 
body {
	font:69%/1.2 Arial, Helvetica, sans-serif;
	color:#fff;
	background:#f8f7d9;
	overflow: -moz-scrollbars-vertical;
}

body.home{
	background:#a3cd39 url(../img/bg-home.png) top center no-repeat;
}

body.main{
background:#f8f7d9 url(../img/bg-other.gif) top center no-repeat;}

body.contact{
background:#f8f7d9 url(../img/bg-contact.gif) top center no-repeat;}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:bold;
}
 
h1 {
font-size: 130%;
padding: 0 0 5px 0;
margin: 0 0 8px 0;
border-bottom: solid #e7d2ad 1px;
}
 
h2 {
	font-size: 1.1em;
	padding: 0 0 10px 0;
	margin: 0;
	color: #becdce;
}
 
h3 {
font-size: 130%;
}
 
p {
	margin:0;
	padding:0 0 10px 0;
	font-size:1.1em;
}

ul, ol {
margin:0;
padding:0 0 15px 0;
}
 
li {
	padding:0;
	margin:0 0 10px 15px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

 
/***** Links *****/
 
a, a:visited {
	color:#becdce;
	text-decoration:underline;
	font-weight:normal;
}

span.dead-link {
	color:#becdce;
	text-decoration:none;
	font-weight:normal;

}

a:hover {
	color:#353030;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0;
	padding:0;
}
 
table tr td {
	padding:3px;
	font-size: 1.1em;
}
 
 
/***** Global Classes *****/
 
.clear { clear:both; font-size:1px; }
.float_left { float:left !important; }
.float_right { float:right !important; }
.align_left { text-align:left !important; }
.align_center { text-align:center !important; }
.align_right { text-align:right !important; }
.align_justify { text-align:justify !important; }
.align_bottom { vertical-align:bottom !important; }

