@charset "utf-8";
/* HTML Element styling */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bodytile-01.jpg);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
	color: #999;
}

a:hover {
}

h1, h2, h3, h4, h5 {
	margin: 0px;
}
h1 {
	font-size: 18px;
	color: #054224;
}
h2 {
	font-size: 21px;
	color: #054224;
}
h3 {
	font-size: 28px;
	color: #054224;
}
h4 {
	font-size: 36px;
	color: #054224;
}
h5 {
	font-size: 48px;
	color: #054224;
}


/* Layout ID Styles */
#body-image-layer-01 {
	height: 100%;
	min-height: 600px;
	width: 100%;
	background-image: url(images/floral-01.png);
	background-repeat: no-repeat;
	background-position: center top;	
}

#container {
	height: auto;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#headerimage {
	height: 170px;
	width: 100%;
	background-image: url(images/bartile-01.png);
	background-repeat: repeat-x;
	background-position: center 75px;
}
#header {
	height: 170px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	height: 145px;
	width: 450px;
	margin-top: 25px;
}

#menubar {
	height: 70px;
	width: 500px;
	margin-top: 75px;
}

#maincontent {
	height: auto;
	min-height: 500px;
	width: 660px;
	float: left;
}

#ad-space {
	height: auto;
	min-height: 200px;
	width: 260px;
	padding: 10px;
	margin-top: 15px;
	background-color: #FFF;
	float: right;
	border: 1px solid #F7CBE8;
	
}

#sidebar {
}

#footer {
	height: 170px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/footer-01.png);
	background-position: left top;
	background-repeat: no-repeat;
}
/* Layout Class Styles */
.menu-link {
	float: left;
	margin-left: 10px;
}

.post-box {
	width: 638px;
	height: auto;
	padding: 10px;
	border: 1px solid #F7CBE8;
	margin-top: 15px;
	background-color:#FFF;
}

.divider {
	width: 100%;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #F7CBE8;
}

.med-image {
	max-height: 320px;
	max-width: 320px;
	margin: 5px;
}

.small-image {
	max-height: 160px;
	max-width: 160px;
}

.ad-image {
	max-width: 240px;
}

/* Utility Class Styles */
.float-left {float: left;}
.float-right {float: right;}
.float-left-10 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.float-right-10 {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clear {clear: both;}
.grey {
	color: #666;
	text-decoration: none;
}

.green {
	color: #054224;
	text-decoration: none;
}

