body  {
	padding: 0;
	text-align: center;
	color: #FEDC92;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #12422E;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.kellycottage #container {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg_container.jpg);
}
.kellycottage #sidebar1 {
	float: left;
	width: 460px;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 20px;
}
.kellycottage #mainContent {
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 500px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
	line-height: 22px;
	background-image: url(../images/bg_maincontent.gif);
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.text_align {
	text-align: left;
	font-size: 12px;
}
.text_small{
	font-size: 11px;
}
.text_small_italic {
	font-style: italic;
	font-size: 9px;
	line-height: 16px;
}
a:link {
	color: #FEDC92;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FEDC92;
}
a:hover {
	text-decoration: none;
	color: #D35A66;
}
a:active {
	text-decoration: none;
	color: #FEDC92;
}
a.page:link {
	color: #12422E;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a.page:visited {
	text-decoration: none;
	color: #12422E;
	font-size: 11px;
	font-weight: bold;
}
a.page:hover {
	text-decoration: none;
	color: #D35A66;
	font-size: 11px;
	font-weight: bold;
}
a.page:active {
	text-decoration: none;
	color: #12422E;
	font-size: 11px;
	font-weight: bold;
}