* {
margin: 0;
}

html, body {
	font-family: Garamond; Verdana, Arial;
	background-image: url(../images/top_strip.gif);
	background-repeat: repeat-x;
	background-color: #a91a04; 
	height: 100%;
	color: #330000;
	text-align: center;
}
.wrapper {
	background-image: url(../images/middle_strip.gif);
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -57px; /* the bottom margin is the negative value of the footer's height */
	width: 950px;
	text-align: left;
}

.footer, .push {
	height: 57px; /* .push must be the same height as .footer */ 
}
	

.footer {
	background-image: url(../images/footer_strip.gif);
	background-repeat: repeat-x;
}

.footer .footer_content { 
	background-image: url(../images/bottom_strip.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 950px;
	margin: 0 auto 0 auto;
	height: 57px;
	text-align: left;
}

.footer .footer_content #copyright { 
	margin-left: 35px;
	margin-top: 38px;
	float: left;
	color: #85b998;
	font-size: 12px;
}

.footer .footer_content #designby { 
	margin-right: 35px;
	margin-top: 38px;
	float: right;
}

.header {
	background-image: url(../images/top_strip.gif);
	background-repeat: repeat-x;
	height: 177px; 
} 

.header .top_content { 
	background-image: url(../images/top_header.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 177px; 
	width: 950px;
	margin: 0 auto 0 auto;
}

#figure {
	top:8px;
	left: 50%;
	background-image: url(../images/figure.gif);
	width: 148px;
	height: 157px;
	position: absolute;
	margin-left: -440; 
}

#ask {
	top: 20px;
	left: 50%;
	background-image: url(../images/ask.gif);
	width: 249px ;
	height: 26px;
	position: absolute;
	margin-left: -287; 
}

#loving {
	top: 92px;
	left: 50%;
	background-image: url(../images/loving.gif);
	width: 405px ;
	height: 80px;
	position: absolute;
	margin-left: -202; 
}

#subscribe {
	top: 25px;
	left: 50%;
	position: absolute;
	margin-left: 185; 
}

#subscribe .text {
	background-color: #daf0e3;
	border: 1px solid #000;
	font-size: 11px;
	width: 190px;
	margin-right: 3px;
}


a:link, a:visited, a:hover, a:active { 
	color: #330000;
}





#main_nav {
	top: 50px;
	left: 50%;
	position: absolute;
	margin-left: -125; 
	color: #FFF;
}


#main_nav .nav_spacer { 
	width: 2px;
	height: 25px;
	float: left; 
	background-image: url(../images/nav_vert_spacer.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
} 

#main_nav #home {
	float: left; 
	padding: 15px;
}

#main_nav #buy {
	float: left; 
	padding: 15px;
}

#main_nav #about {
	float: left; 
	padding: 15px;
}

#main_nav a:link, #main_nav a:visited, #main_nav a:hover, #main_nav a:active { 
	color: #FFF;
}


#main_content .fav_link {
	width: 150px;
	text-align: center;
	line-height: 18pt;
}


#link_header {
	margin-bottom: 5px;
	font-family: Garamond, Verdana; 
	text-align: center; 
	width: 150px; 
	font-weight: bold 
}


