body {
	background-color:#D8C9C0;
 font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif  height:100%;
	margin:0px;
}
a {
	color:#48372D;
}
a:hover {

}
h1 {font-size:18px;}

#divContainer {
	position: relative;
	margin: 0 auto;
	width: 600px;
	background-color:#faf8f6;
	height: 100%;
}
#divHead {
	width:600px;
	height:175px;
	text-align:center;
	border-bottom:#48372D 2px solid;
}
#divMenu {
	width:600px;
	color:#48372D;
}
#divMenu a {
	color:#48372D;
	text-decoration:none;
}
#divMenu a:hover {
	text-decoration:underline;
}
#divMain {
	width:560px;
	color:#48372D;
	padding:20px;
	font-size:12px;
}
#divButtonBar {
	width:600px;
	height:45px;
	background-image:url(../images/buttonBG.jpg);
	background-repeat:repeat-x;
}
.button {
	background-image:url(../images/button.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:21px;
	float:left;
	padding:10px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
#divFooter {
	width:590px;
	text-align:center;
	color:#48372D;
	font-size:10px;
	padding:5px;
	border-bottom:#48372D 2px solid;

}
