body  {
	margin: 0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #9d948c;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-Size: 11px; 
	font-Weight: normal; 
	COLOR: #7f7363; 
	line-height: 17px; 
	font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif; 
	Text-Decoration: none
}

p { font-Size: 11px; font-Weight: normal; COLOR: #7f7363; line-height: 17px; font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif; Text-Decoration: none }

#homewrapper {
	margin: 0 auto;
	width: 910px;
}

#wrapper {
	margin: 0 auto;
	width: 910px;
	background-image: url(content-bg.gif);
}
#faux { margin-bottom: 0px; width: 100%; background: url(content-bg.gif); 
}
#faux2 {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
}
#header { width: 910px; margin: 0px auto; z-index: 1; background-image: url(../layout/headbg.jpg); }

#headertop { width: 910px; height70px; z-index: 1; height: 70px; }
#headerbottom { width: 903px; height40px; z-index: 1; height: 40px; margin-left: 7px; text-align: left; }



#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #ABBEBE;
}
#footer {
	width: 910px;
	clear: both;
	margin: 0px auto;
	height: 70px;
	background-color: #9D948B;
	text-align: left;
}
.clear { clear: both; background: none; }

#footerleft {
	margin: 20px 0px 0px 30px;
	float: left;
	width: 550px;
	font-Size: 11px;
	font-Weight: normal;
	COLOR: #777777;
	line-height: 18px;
	Text-Decoration: none;
	FONT-FAMILY: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;	
	text-align: left;
}

#footerright {
	margin: 12px 0px 0px 550px;
	width: 200px;
	font-Size: 11px;
	font-Weight: normal;
	COLOR: #777777;
	line-height: 18px;
	Text-Decoration: none;
	FONT-FAMILY: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	text-align: right;
}



#bloghead {
	float: left;
	width: 100%;
	height: 36px;
	background-image: url(bloghead.png);
	background-repeat: repeat-x;
	padding-top: 12px;
}

#blogtext {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

#blogcomment {
	float: right;
	text-align: right;
	background-image: url(../icons/comment.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

