		body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #fff;
	text-align:center;
	background-image: url("/images/wood054b.jpg")}
		
		p { margin:0; }

		#wrap {
			width:960px;
			\width:980px;
			w\idth:960px;
			border:1px solid #1c0000;
			border-style: solid ;
			border-color:#1c0000;
			border: 0 2px 0 1px;
			margin-left:auto;
			margin-right:auto;
			text-align:left;
			background-color:#003870;
			
		}

		#masthead {
			padding:10px;
			margin-bottom: 0;
			background-color:#700000;
			border-bottom:2px solid #1c0000;
			height:150px;
			background-image:url("/images/bloglogo-r.jpg");
			background-position:top left;
			background-repeat:no-repeat;
			
		}
		

		#content {
			padding:30px;
			margin-left:170px;
			background-color:#FFECDA;
			
			border-left:1px solid #1C0000; 
			border-BOTTOM:2px solid #1C0000; 
			border-BOTTOM:Spx solid #1C0000; 
			background-image: url("/images/tanback790.gif");
			
		}

		#sundries {
			float:left;
			width:150px;
			\width:170px;
			w\idth:150px;
			margin:0;
			margin-right:0;
			padding:10px;
			background-color:#003870;
			background-image: url("/images/blueback.gif");
			background-repeat:no-repeat;
			color: ivory;
			font-weight:bold;
			
			
			
		}

		#footer {
			clear:both;
			padding: 5px 0;
			margin-top:0;
			background-color:#700000;
			border-top:1px solid #700000;
			color: ivory; 
			font-weight:bold;
			border-TOP:2px solid #1C0000;
			width: 100%;
		}


#footer ul
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

#footer ul li
{
    display: inline;
}

#footer a
{
    float: left;
    text-decoration: none;
    padding: 5px;
    border-right: #003870 solid 1px;
    background-color: #700000;
    color: ivory;
}

#footer a:hover, #footer a:active, #footer a:focus 
{
    background-color: #003870;
    color: white;
}

	

