/* CSS Document 
================================================*/
/* living4landscape.css                            	       
================================================*/
/* HTML tag styles                           
================================================*/

body {
	background-color: #000000;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/body.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: Arial Narrow,Arial,Helvetica,Geneva,sans-serif;
}

/* Main
================================================*/

* {
	margin: 0;
}
html, body {
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
.footer, .push {
	height: 4em;
	color: #999999;
	font: normal 15px Arial Narrow,Arial,Helvetica,Geneva,sans-serif; 
}
#container {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: transparent;
}
#navigation {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	height: 30px;
	width: 900px;
	text-align: left;
	color: #F3F2F2;
	font: normal 17px Arial Narrow,Arial,Helvetica,Geneva,sans-serif;
}
#main {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 880px;
	height: 324px;
	text-align: justify;
	font: normal 15px Arial Narrow,Helvetica,Geneva,sans-serif;
	color: #CCCCCC;
	line-height: 1.3em;
	background-color: #333333;
}
#main_b {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	width: 880px;
	height: 324px;
	text-align: justify;
	font: normal 15px Arial Narrow,Helvetica,Geneva,sans-serif;
	color: #CCCCCC;
	line-height: 1.3em;
	overflow: auto;
	border-left: 10px solid #333333;
	border-top: 10px solid #333333;
	border-bottom: 10px solid #333333; 
	background-color: #333333;
	scrollbar-face-color: #89B02A;
	scrollbar-arrow-color: #58585A;
	scrollbar-track-color: #212121;
	scrollbar-shadow-color: #58585A;
	scrollbar-highlight-color: #212121;
}
#bottom {
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	width: 900px;
	height: 15px;
	text-align: right;
	font: normal 15px Arial Narrow,Helvetica,Geneva,sans-serif;
	color: #fff;
	background-color: transparent;
}

/* Forms
================================================*/

input {
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #F3F2F2;	
	font: Arial,Helvetica,Geneva,sans-serif;
	}
.text {
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
 	background: #F3F2F2;
 	color: #000000;
	font: normal 13px Arial,Helvetica,Geneva,sans-serif;
	border: 1px solid #212121;
	}
	
/* Headings
================================================*/

h1 {
	background: transparent;
	font: normal 18px Arial Narrow,Arial,Helvetica,Geneva,sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 350px 0px 0px;
}
h2 {
	background: transparent;
	font: normal 28px Arial Narrow,Arial,Helvetica,Geneva,sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 150px 0px 0px 0px;
}
h3 {
	background: transparent;
	font: normal 15px Arial Narrow, Arial, Helvetica, Geneva, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
}
.style1 {
	color: #F3F2F2;
	font-style: italic;
	font-size: large;
}
.style2 {
	color: #89B02A;
}
.style3 {
	color: #58585A;
	font-size: smaller;
}
.style4 {
	color: #999999;
	font-style: italic;
}
.style5 {
	color: #F3F2F2;
	font-size: small;
}
.style6 {
	color: #F3F2F2;
}


/* Hyperlink Styles
================================================*/

a:link {
	background: transparent;
	color: #89B02A;
	text-decoration: none;
}
a:visited {
	background: transparent;
	color: #89B02A;
	text-decoration: none;
}
a:hover {
	background: transparent;
	color: #F3F2F2;
	text-decoration: none;
}
a:active {
	background: transparent;
	color: #F3F2F2;
	text-decoration: none;
}
	
/* End
================================================*/
