body {
	font-family: Georgia, Times New Roman, Times, serif;
	background-color:#FAF5ED;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image:url(images/bg_love.gif);
	background-repeat:no-repeat;
	background-position:center 280px;
	text-align: center;
}

#top, #main, #content, #extra, #bottom, #footer {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}


div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

h1, div {
	margin: 0px;
	margin-bottom: 15px;
    padding: 0px;
    border: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;    
	font-size: 13px;
    color: #FDF5E6;
    line-height: 18px;
}

h2 {
	margin: 0px;
	margin-bottom: 0px;
    padding: 0px;
    border: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;    
	font-size: 20px;
    color: #841601;
    line-height: 24px;
}

h3 {
	margin: 0px;
	margin-bottom: 0px;
    padding: 0px;
    border: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;    
	font-size: 24px;
    color: #841601;
    line-height: 30px;
}

a:visited {
	text-decoration:none;
	color:#CFB087;
}

a:link {
	text-decoration:none;
	color:#B02011;
}

a:hover {
	text-decoration:underline;
	color:#9B7868;
}

a:active {
	text-decoration:underline;
	color:#421F0F;
}

.blackline{
	background-image: url(images/blackline.gif);
	background-repeat: repeat-x;
}

.mainhead {
	background-image: url(images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.text {
	color: #841601;
	letter-spacing: 0px;
}

.text a {
	color: #9b7868
}

.text a:hover {
	color: #cfb087
}

.nav_main {
	letter-spacing: -2px;
	font-size: 12px;
	text-align: center;
}

.nav_main span {
	cursor:default;
}

.nav_main a:visited {
	letter-spacing: 3px;
	text-decoration:none;
	color:#421F0F;
}

.nav_main a:link {
	letter-spacing: 3px;
	text-decoration:none;
	color:#421F0F;
}

.nav_main a:hover {
	letter-spacing: 3px;
	text-decoration:underline;
	color:#841601;
}

.nav_main a:active {
	letter-spacing: 3px;
	text-decoration:none;
	color:#421F0F;
}

.arrow {
	cursor:default;
}

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#content-wrapper {
	background: #841601;
	padding-top: 25px;
	padding-bottom: 25px;
}

#content h1 {
	font-size: 20px;
	color: #000;
	line-height: 24px;
}
	
#featured-thumb {
	float: left;
	width: 250px;
}
	
#featured-content {
	float: right;
	width: 500px;
}

/* ----------------------------------- */
/* BOTTOM
/* ----------------------------------- */
#bottom-wrapper {
	background: #F5DEB4 url(images/bottom.jpg) 0 -40px repeat-x;
	padding-top: 15px;
	padding-bottom: 25px;
}

	#bottom h1 {
		font-size: 20px;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */

#footer-wrapper {
	background: #000 repeat-x;
	padding: 15px 0 15px 0; 
}
	#blog {
		width: 250px;
		float: left;
	}
	#footer-menu {
		width: 500px;
		float: right;
		text-align: right;
		margin-top: 20px;
		font-size: 12px;
		color: #FDF5E6;
	}
#copyright {
	color: #FDF5E6;
}