html {
	width: 	100%;
	height: 100%;
}

body {
	width: 			99%;
	text-align: 	center;
	font-family: 	Verdana, Arial, sans-serif;
	font-size: 		13px;
}

#container {
	margin: 		0px auto 30px auto;
	width: 			871px;
}

#header img {
	float: 			left;
	display: 		block;
	margin: 		0;
	border: 		0;
	padding: 		0;
}

#menu {
	float: 			left;
	width: 			213px;
	padding-top:	10px;
	padding-left: 	20px;
	text-align: 	left;
	line-height: 	18px;
}

#menu a {
	font-weight:		bold;
	text-decoration:	none;
	color:				#821416;
}

#menu a:hover {
	text-decoration:	underline;
}

#mailing {
	margin-top: 			20px;
	color:					#821416;
	font-size: 				12px;
	font-weight: 			bold;
	background-color: 		#fce2e1;
	border: 				1px solid #821416;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	padding: 				5px;
}

#content {
	float: 					left;
	margin-left: 			30px;
	width: 					608px;
	text-align: 			left;
	color: 					#272727;
}

#main {
	margin-left: 			5px;
	margin-bottom:  		20px;
}

/* -- BLOG ------------------------------------------ */
.list-item {
	margin-top: 	20px;
	padding-bottom: 5px;
	border-bottom: 	1px dotted #CCCCCC;
}

.list-item-product {
	margin-top: 	20px;
	padding-bottom: 5px;
}

.list-image {
	float: 			left;
	width: 			150px;
	margin-right: 	10px;
}

.list-text {
	
}

.list-text-image {
	float: 			left;
	width: 			340px;
}


/* -- TEXT STYLES AND UNIVERSAL --------------------- */
h1 {
	margin-left: 	5px;
	font-size: 		16px;
	font-weight: 	bold;
}

h2 {
	font-size: 		14px;
	font-weight: 	bold;
	margin: 		0px;
	padding: 		0px;
	line-height: 	18px;
}

h2 a {
	color:			#821416;
}

.clear {
	clear: 			both;
	height: 		0px;
	line-height: 	0px;
}