body {
	background-color: white;
	font-family: arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #336633;
}

img {
	border: 0;	
}

a {
	text-decoration: none;
	color: #d2232a;
}

h1, h2 {
	color: black;
	font-size: 1.6em;
	margin-top: 0px;
	padding-top: 0px;	
}

#page {
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
}

#contact {
	border-bottom: 1px solid #336633;
	text-align: right;
	padding: 5px 7px 5px 0;
}
	#contact a {
		color: #black;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
		padding-right: 50px;
		color: black;
		font-size: 1.1em;
	}

#content {}
	.first-col {
		width: 414px;
		margin-right: 32px;
	}
	.second-col {
		width: 558px;
	}
	.third-col {
		width: 270px;
	}
	.forth-col {
		width: 270px;
	}
	.top {
		height: 280px;
		margin-top: 25px;
	}
		.top .first {
			float: left;
		}
		.top .second {
			float: right;
		}
	.link-line {
		height: 40px;
		font-size: 1.1em;
	}
		.link-line a {
			color: black;
			font-weight: bold;
		}
		.link-line div {
			border-bottom: 1px solid #336633;
			float: left;
		}
		.link-line div.last {
			float: right;
		}
	.bottom {
		height: 210px;
	}
		.bottom .first {
			float: left;
		}
		.bottom .second {
			float: left;
		}
		.bottom .third {
			float: right;
		}
#footer {
	text-align: center;
	font-size: .8em;
	clear: both;
	height: 23px;
	padding-top: 7px;
}
