body {
	background-color:#A39F7B; 
	}
.cream {
	background-color:#FAF9F6; 
	}
.content {
	background-color:#E2DFC5; 
	font-family: arial;
	font-size:12px;
	line-height:20px;
	color:#333333;
	}
.black {
	background-color:#000000;
	}
.border { 
	border-style: solid;
    border-width: 1px;        /* sets border width on all sides */
    border-color: #000000;
	}
.greyborder { 
	border-style: solid;
    border-width: 1px;        /* sets border width on all sides */
    border-color: #C8C7C5;
	}
.footer {
	background-image:url("images/right_shadow.gif");
	background-repeat:repeat-y;
	}	
.nav {
	background-color:#E2DFC5; 
	font-family: arial;
	font-size:11px;
	line-height:25px;
	color:#333333;
	}
.header {
	color:#BD4C14;
	font-weight:bold;
	font-size:15px;
	font-family:arial narrow;
	}