@charset "UTF-8";
/* CSS Document */

#container {
	width: 900px;
	position: relative;
	height: 100%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
body {
	background-color:#EAEAEA;
}
#topdecoration {
	background-image: url(topdec.png);
	height: 84px;
	width: 900px;
}
#bottomdecoration {
	background-image: url(bottomdec.png);
	height: 29px;
	width: 900px;
	clear: both;
	float: left;
}
#page {
	background-image: url(middledec.png);
	background-repeat: repeat-y;
	width: 790px;
	padding-right: 55px;
	padding-left: 55px;
	float: left;
}
#signoff {
	height: 25px;
	width: 900px;
	padding-top: 15px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	float: left;
}
.signoff a:link {
	text-decoration: underline;
	color: #000000;
}
#navigation {
	height: 50px;
	width: 850px;
	margin-left: -43px;
	float: left;
	margin-bottom: 15px;
	background-image: url(img/end.gif);
	background-repeat: repeat-x;
	padding-left: 26px;
}
#columnleft {
	float: left;
	width: 550px;
	margin-right: 30px;
}
#columnright {
	width: 180px;
	float: left;
	padding-top: 35px;
	background-image: url(img/Whats_inside.gif);
	background-repeat: no-repeat;
	background-color: #dedcd0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 16px;
}
#towncolumnright {
	width: 180px;
	float: left;
	padding-top: 35px;
	background-image: url(img/around_twon.gif);
	background-repeat: no-repeat;
	background-color: #dedcd0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 16px;
}
#joincolumnright {
	width: 180px;
	float: left;
	padding-top: 35px;
	background-image: url(img/join_us.gif);
	background-repeat: no-repeat;
	background-color: #dedcd0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 16px;
}
#helpcolumnright {
	width: 180px;
	float: left;
	padding-top: 35px;
	background-image: url(img/help.gif);
	background-repeat: no-repeat;
	background-color: #dedcd0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 16px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #ABABAB;
	line-height: 38px;
	font-weight: normal;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
p a:link {
	color: #000000;
	text-decoration: underline;
}
p a:hover {
	color: #ABABAB;
	text-decoration: underline;
}
.columnright p {
	font-size: 12px;
	line-height: 16px;
}