/* ------ structure ------ */

body   {
text-align : justify;
background-image: url("http://www.meredithdillman.com/images/bgtest8.jpg");
background-repeat: no-repeat;
background-position: 50% 0%;  
margin: 40px; 
/* background: #ffffff url("http://www.meredithdillman.com/images/bgtest8.jpg") no-repeat; margin: 0 */
}

#header {
	width: 1070px;
	}

#maincontent {
	width: 1100px;
	margin: 0 0px 0 0px;
	padding: 0px 0px 0 0;
	}

#content {
	width: 875px;
	float: right;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin: 0 0px 0 0px;
	}

#catalog {
	width: 621px;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 0 0px 0 0px;
	text-align: center;
	}

#menubox {
	width: 205px;
	text-align : center;
	float: left;
	margin: 0 0px 0 0px;
	padding: 0px 0px 0 0;
	}

#rightmenu {
	width: 231px;
	float: right;
	margin: 0 0px 0 0px;
	padding: 0px 0px 0 0;
	}

#footer {
	margin: 0 0 -5px 0;
	width: 1070px;
	}


/* ------ main text styles ------ */

body {
	font: normal 10pt Georgia;
	color: #422A27;
	}



/* ------ links ------ */

a {
	color: #663333;
	font: normal 9pt Georgia;
	text-decoration: underline;
	font-weight: regular;
	font-style: regular;
	}

a:visited {
	color: 663333;
	}

a:hover {
	color: #663333;
	}

