body  {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background: #e4ded7; 
	margin: 0; 
	padding:10px 0;
	text-align: center;
	color: #000000;
}

a:link {color:#C0272C; text-decoration:none; border-bottom:1px dotted #e73e97;}
a:visited {color:#C0272C; text-decoration:none; border-bottom:1px dotted #e73e97;}
a:hover {color:#C0272C; text-decoration:none; border-bottom:1px solid #e73e97;}
a:active {color:#C0272C; text-decoration:none}
	
#container { 
	width: 960px;
	padding:3px;
	background: #FFFFFF;
	margin:0 auto;
	border:1px  solid #C0272C;
	text-align: left;
} 
#header { 
	height:216px;
	background: #000;
	background-image:url(images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	clear:both;
} 

#header_sub { 
	height:80px;
	background: #000;
	background-image:url(images/header_sub.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	clear:both;
} 

#header_block {
	float:right;
	text-align:center;
	width:300px;
	height:176px;
	margin:20px 20px 0 0;
	padding:10px 0 0 0;
	color:#e4ded7;
	font-size:24px;
	line-height:36px;
	}

#sidebar1 {
	float: left; 
	width: 200px;
	background: #f2efec; 
	border-left:1px solid #e4ded7;
	border-right:1px solid #e4ded7; 
	padding: 10px 0 0 0;
	height:500px;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar2 {
	float:right; 
	width: 200px;
	background: #f2efec; 
	border-left:1px solid #e4ded7;
	border-right:1px solid #e4ded7; 
	padding: 10px 0 0 0;
	height:500px;
}
#sidebar2 h3, #sidebar2 p {
	margin-left: 10px;
	margin-right: 10px;
}

#mainContent { 
	height:500px;
	margin:0 200px 0 200px; 
	padding:10px 10px 0 15px;
	background:#f6f4f2;
	background-image:url(images/store_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:1.2em;
}

#mainContent td {
	font-size:smaller;
	}
	
#subContent { 
	height:auto;
	margin:0 200px 0 200px; 
	padding:10px 10px 10px 15px;
	background:#f6f4f2;
	border-right:1px solid #e4ded7; 
	border-left:1px solid #e4ded7;
}

#blogbox {
	line-height:20px;
	}
	
div.feedburnerFeedBlock ul { 
	padding:0 0 0 15px;
	margin:0 0 0 5px;
}

div.feedburnerFeedBlock li { 
	padding-bottom:15px;
}
	
img {
	border:1px solid #000;
	}
	
#footer {
	height:60px;
	background:#000;
	background-image:url(images/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 0;
	margin:0;
	clear:both;
	}
	
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
   	height:0;
    	font-size: 1px;
    	line-height: 0px;
}

.plain {
	border:none;
	text-decoration:none;
	border-style:none;
	}
	
.plain:link {text-decoration:none; border:0}
.plain:visited {text-decoration:none; border:0}
.plain:hover {text-decoration:none; border:0}