body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bkg4-repeat.png);
	background-repeat: repeat-x;
	background-color: #448D82;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.bold {
	font-weight: bolder;
}
.center {
	clear: both;
	text-align: center;
}
#container {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	height: auto;
	width: 860px;
	background-image: url(../images/page-top2.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#hidden-text {
	color: #448D82;
}
#main {
	text-align: center;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#top-spacer {
	height: 110px;
	width: 700px;
}
#navbar {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	height: 30px;
	width: 700px;
	background-color: #287C6F;
	padding-top: 8px;
	margin: 0px;
	font-weight: lighter;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar ul li {
	display: inline;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 3px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #D17D8B;
	padding-right: 10px;
}
#navbar a:link {
	text-decoration: none;
	color: #FFF;
}
#navbar a:hover {
	color: #C1272D;
	text-decoration: underline;
}
#navbar a:visited {
	color: #FFF;
	text-decoration: none;
}
#page-header {
	height: 150px;
	width: 550px;
}
#left-col {
	text-align: left;
	height: auto;
	width: 150px;
	float: left;
}
#postit {
	text-align: center;
	height: 150px;
	width: 150px;
}
#left-menu {
	background-color: #85B2AB;
	height: auto;
	width: 120px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	line-height: 14px;
	font-size: 12px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E4304C;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#left-menu ul {
	margin: 0px;
	padding: 0px;
}
#left-menu ul li {
	text-align: left;
	display: list-item;
	list-style-type: none;
}
#left-menu ul li  a:link {
	color: #6B0814;
	text-decoration: none;
}
#left-menu a:hover {
	color: #FA8B99;
	text-decoration: underline;
}
#left-menu a:visited {
	color: #98313E;
	text-decoration: none;
}
#pink-line {
	background-color: #EA2C4A;
	height: 3px;
	width: 550px;
}
#page-container {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	width: 550px;
	float: right;
}
#page-content {
	background-color: #D8E0E0;
	padding-top: 1px;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 19px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}
#page-content h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #BF1E2E;
}
#page-content h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #BF1E2E;
}
#pink-line-bottom {
	background-color: #EA2C4A;
	height: 3px;
	width: 550px;
}
#footer {
	font-size: 8px;
	text-align: center;
	height: 50px;
	width: 550px;
	color: #8DB5AD;
}

