/* CSS Document */

body{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #565659;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #51642F;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #565659;
}

#container {
	width: 955px;
	height: 385px;
	margin: 115px auto;
}

#leftcol {
   float: left;
	width: 205px;
	height: 385px;
	margin-left:70px;
}

#rightcol {
   float: left;
	width: 615px;
	margin-right:65px;
}

.text {
width: 205px;
height: 350px;
margin-top: 86px;
position: relative;
bottom: 0px;
}

