html,body {
	MARGIN: 0px;
	PADDING: 0px;
background-color:#44433f;
width:100%;
height:100%;
margin-left: auto;
background-position:center top;
margin-right: auto;
text-align:center;
}

A:link {
	COLOR: #707b5f;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #855E42;
	TEXT-DECORATION: none;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #009acd;
	TEXT-DECORATION: none;
}
A:active  {
	COLOR: #220000;
	TEXT-DECORATION: none;
}
/*******************************************************************************
| xCMS
| Copyright WebsiteCM Software Inc.
| All rights reserved.
| License: http://www.websitecm.com/downloads/license-agreement.pdf
********************************************************************************
| CSS Styles
********************************************************************************/

.titlel a:link {text-decoration:none;}
.titlel a:hover {text-decoration:none;}
.titlel a:active {text-decoration:none;}
.titlel a:visited {text-decoration:none;}
.titlel {color:#8b93aa;letter-spacing:-1px;font-weight:bold;font-family:lucida sans,arial;line-height:28px;font-size:30px;}

.pinktext {color:#971845;font-weight:bold;text-transform: uppercase;font-size:10px;font-face:lucida sans,arial;letter-spacing:1px;}


.pinktext a:link {text-decoration:none;}
.pinktext a:hover {text-decoration:none;}
.pinktext a:active {text-decoration:none;}
.pinktext a:visited {text-decoration:none;}

.blogwrite {font-family:georgia;lucida sans;color:#8fbafb;font-size:20px;font-style:italic;line-height:20px;}

.encased {width:100%;float:right;background-color:#fff;}



/*******************************************************************************
| Side Navigation Menus
********************************************************************************/



/* 'Subcategories' and 'Recent Entries' headings */
.xcms-menu-header
{
	font-weight: bold;
	padding: 3px;
	background-color: #c3d9ff;
}

/* Display of subcategory links */
.xcms-menu-subcats ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /* bottom spacing between each UL and rest of content */
}
.xcms-menu-subcats ul li
{
	padding-bottom: 4px; /* bottom spacing between menu items */
}
.xcms-menu-subcats ul li a
{
	background: url(images/arrow-menu-cat.png) no-repeat top left;
	display: block;
	padding: 4px 0;
	padding-left: 19px; /* link text is indented for image */
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
}
.xcms-menu-subcats ul li a:hover
{
	text-decoration: none;
}

/* Display of entry links */
.xcms-menu-entries
{
	padding-top: 4px;	
}
.xcms-menu-entries ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /* bottom spacing between each UL and rest of content */
}
.xcms-menu-entries ul li
{
	padding-bottom: 2px; /* bottom spacing between menu items */
}
.xcms-menu-entries ul li a
{
	background: url(images/arrow-menu-entry.png) no-repeat top left;
	display: block;
	padding: 2px 0;
	padding-left: 19px; /* link text is indented for image */
	text-decoration: none;
}
.xcms-menu-entries ul li a:hover
{
	text-decoration: none;
}

/*******************************************************************************
| Category Pages
********************************************************************************/
.xcms-category-border
{
	padding: 10px;
	border: 1px solid #c7c5c5;
	background-color: #f7f6f4;
}
.xcms-category-image
{
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FFF;

}
.xcms-category-synopsis
{
	width: auto;
	padding: 0px;
	margin-bottom: 20px;
}

/*******************************************************************************
| Entry Pages
********************************************************************************/
.xcms-entry-border
{
	padding: 10px;
	border: 1px solid #c7c5c5;
	background-color: #f7f6f4;
}
.xcms-entry-image
{
	float: left;



}
.xcms-entry-synopsis
{
	width: auto;
	padding: 0px;
	margin-bottom: 20px;
}
.xcms-entry-title-link
{
	font-size: 120%;
}
.xcms-entry-body
{
	border: 1px solid #CCC;
	padding: 15px;
}
.xcms-entry-related-products
{
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 15px;
}

/*******************************************************************************
| Rss Listing Page
********************************************************************************/
.xcms-rss-table
{
	background-color: #C5D0E1;
}
.xcms-rss-tableheader
{
	padding: 4px;
}
.xcms-rss-category
{
	background-color: #eaeaea;
	padding: 4px;
	white-space: nowrap;
}
.xcms-rss-subcategory
{
	background-color: #FFFFFF;
	padding: 4px;
	white-space: nowrap;
}















