body {
	margin: 0px;
	background: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-position:center;
	background-image:url('images/back_fade.jpg');
	background-repeat:repeat-y;

}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #627a00;
}

h1 {
	font-size: 1.7em;
	
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 170%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: none;
	color: #0A0A0A;
}

a:hover {
	background: none;
}

#wrapper {
	width: 768px;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF;
border-style:solid;
border-color:#3c4c00;

}

/* Header */

#header {
	width: 768px;
	height: 244px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #FFffff url(images/merchandise.jpg) no-repeat left top;
}





/* Menu */

#menu {
	width: 768px;
	height: 25px;
	margin: 0 auto;
	padding: 0px 0px 17px 0px;	
	background: #ffffff;
	background-image:url('images/nav-grass2.jpg');
	background-repeat:repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;	
	color: #3c4c00;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #b2d034;
	background: ;
	}
	
}

#menu a:hover {
	text-decoration: none;
}



/* Page */

#page {
	width: 768px;
	margin: 0 auto;
	
}

/* Content */

#content {
	float: left;
	width: 768px;
	padding: 0px 0px 0px 0px;
		
background-image: none;
 background-repeat: no-repeat;
 background-position: bottom right;
}


.post {
}

.post .title {
	color: #ec008c;
	padding: 5px 0px 0px 20px ;
}

.post .title a {
	background: none;
	color: #ec008c;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 0px 0px 0px 20px;
	text-align: left;
}

.bl {background: url(bl.gif) 0 100% no-repeat #fff300; width: 20em}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

/* Footer */

#footer {
	width: 768px;
	height: 64px;
	margin: 0 auto;
	padding: 0;
	border-top: 3px #ffffff solid;
	background: #FFffff url(images/footer.png) no-repeat right bottom;

}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#footer li {
	float: left;
}

#footer a {
	display: block;
	padding: 1px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#footer a:hover, #footer .current_page_item a {
	color: #ec008c;
	
	}
	
}

#footer a:hover {
	text-decoration: none;
}