#holder {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#content {
	width: 762px;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#nav {
	clear: both;
	text-align: left;
}
#leftcol {
	float: left;
	width: 281px;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #423A2A;
}
#rightcol {
	float: right;
	width: 481px;
	height: 100%;
	text-align: left;
}
body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightcol p {
	margin-right: 25px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #736851;
	font-size: 15px;
	text-align: justify;
}
#rightcol h1{
	margin-right: 25px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #736851;
	font-size: 18px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 0px;
}
#article {
	top: 200px;
}
#article2 {
	display:none;
}
#article3 {
	display:none;
	}
#contactform {
	padding: 10px;
}
p.clearall {
	clear:both;
}
