BODY {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #e1e7ab;
	font-family: arial;

	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
}
IMG {
	border: 0px;
}
TD
{
	font-size: 12px;
}
A 
{
	text-decoration: underline;
	color: #333333;
}
H2{
	font-size: 18px;
}
A:Hover 
{
	text-decoration: underline;
	color: #000000;
}
FORM
{
	margin: 0px;
	padding: 0px;
}
#merchbox
{
	float: left; 
	border: 1px solid gray; 
	padding: 5px; 
	margin: 5px; 
	font-size: 14px;
}

#nav_button
{
	width: 181px; 
	height: 36px; 
	background-image: url(images/button_bg.gif);
	font-family: 'comic sans ms', arial;
	font-size: 14px;
	text-decoration: none;
}
/* --------------- BLOG ----------------- */
#blog_date
{
	font: normal normal 16px Georgia, Times New Roman,sans-serif; 
	font-variant: small-caps;
	line-height: 1.5em;
}
#blog_title
{
	font: normal normal 18px Georgia, Times New Roman,sans-serif; 
	color: #333333;
	text-decoration: underline;
}
#blog_body
{
	font: normal normal 14px Georgia, Times New Roman,sans-serif; 
	color: #000000;
	line-height: 1.5em;
}
#blog_footer
{
	font: normal normal 12px Georgia, Times New Roman,sans-serif; 
	border-top: 1px dotted #333333;
	padding-top: 5px;
	margin-top: 5px;
}
#blog_archive
{
	font: normal normal 10px arial, Times New Roman,sans-serif; 

}
/* --------------- COMMENTS ----------------- */
.comment
{
	border: 1px solid #cccccc;  /*e1e7ab*/
	font: normal normal 12px Georgia, Times New Roman,sans-serif; 
	padding: 5px;
}
.comment #url-link
{
    TEXT-DECORATION: none;
}
.comment #url-link A
{
    COLOR: #f2f2d5;
	TEXT-DECORATION: none;
}
.comment #url-link A:hover
{
    COLOR: #777777;
    TEXT-DECORATION: none
}
.comment #url-link STRONG
{
    COLOR: #333333
}
.comment #url-link EM
{
    FONT-SIZE: 10px;
    FONT-STYLE: normal;
    FONT-FAMILY: 'Trebuchet MS', Arial
}

#footer
{
	font-size: 12px;
}