@charset "utf-8";
/* CSS Document */


h1{
	color:#3c376c;
}


/*-------------------------------------------------------------MAIN SITE DIVS---------------------------------------------------------*/

#garden-menu{
	float:left;
	display:inline;
	width:249px;
	height:40px;
	background-image:url(../images/menu-buttons/garden.gif);
}

#garden-menu:hover{
	background-image:url(../images/menu-buttons/garden_over.gif);
}

#header-image{
	background: url(../images/background/archive-content-bg.gif);
}

#nav{
	background: url(../images/background/archive-nav-bg.png) top repeat-x;
}

#nav-small{
	border-left: 1px solid #3c376c;
	background: url(../images/background/archive-nav-bg.png) top repeat-x;
}


#content{
	background: url(../images/background/archive-content-bg.gif);
}

#footer, #footer a{
	color:#3c376c;
}

#footer #left{
	background: url(../images/background/archive-footer-left.gif);
}
				
#footer #right{
	background: url(../images/background/archive-footer-right.gif);
}
			
/*-------------------------------------------------------------------------- Navigation, The Unordered List --------------------------------------------------------------------------*/


/* -------------------- archive mailers  -----------------------*/

.mailer-outer {
	float:left;
	display:inline;
	margin-right:35px;
	width:175px;
	height:280px;
	text-align:center;
	color:#a2a1a1;
	font-weight:bold;
	margin-bottom:20px;
}

.mailer-outer a{
	color:#ffffff;
	text-decoration:none;
}

.mailer-outer img {
	padding:6px;
	border:1px solid #303030;
	margin-bottom:15px;
}

.mailer-outer .mailername {
	color:#3c376c;
	font-size:11px;
	line-height:16px;
}

.outer-mailer {
	padding:10px 0 20px 20px;
}
