html {
	height: 100%;
}
body {
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	height: 100%; 
}
#top {
	margin: 0px;
	padding: 0px;
}
#content {
	width: 780px;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
	overflow:visible;
}

#content #left {
	position: relative;
	width: 330px;
	left: 0px;
	clear: none;
	float: left;
	padding: 20px 20px 10px 40px;
	background-color: #FFFFFF;
	overflow:visible;
}
#content #right {
	position: relative;
	float: right;
	width: 334px;
	clear: right;
	margin: 0px;
	padding: 10px 36px 10px 20px;
	background-color: #FFFFFF;
	overflow:visible;
}
h1 {
	font-size: 16px;
	color: #000000;
}

h2 {
	font-size: 13px;
	color: #000000;
}
.leftover {
	left: -30px;
	position: relative;

}
.hometbl {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
}
#footer {
	font-size: 9px;
	clear:both;
	background-color: #FFFFFF;
	overflow:visible;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #378C31;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	color: #256A22;
}
a:visited {
	color: #256A22;
}
a:hover {
	color: #50C549;
}
/*
Please note the table around the content was added to correct a buggy CSS implementation
Please upgrade to a standards compliant browser http://www.getfirefox.com
*/
.greenborder {
	border: 2px solid #367634;
}
#login{
height:70px;
/*width:355px;*/
border: #C2E297 1px solid;
float:right;
font-weight:bold;
color:#000000;
margin-top:10px;
margin-right:45px;
}
.loginb{
float:left;
padding-top:17px;
}
.user{
width:120px;
float:left;
margin-top:5px;
/*line-height:30px;*/
margin-left:5px;
}
#login_title{
background-color:#5C9536;
color:White;
font-family:Arial;
font-weight:bold;
padding-left:5px;
}
