/* CSS Document */
body	{
	background-color:	#FFFFCC;
}
.cm_main	{
	margin:	auto;
	width:	60em;
}
.cm_header	{
	width:	100%;
	text-align:	center;
}
.cm_body	{
	width:	100%;
	text-align:	center;
}
.cm_footer	{
	width:	100%;
	text-align:	center;
	color:	#990000;
}

.menu	{
	width:	100%;
	text-align:	center;
	font-variant:	small-caps;
	font-weight:	bold;
	margin: auto;
}
.menu	p	a	{
	text-decoration:	none;
	color:	#FF0000;
	padding:	0 1em;
}
.menu	p	a:hover {
	background:	#000000;
	text-decoration:	none;
	color:	#FFFFFF;
	padding:	0 1em;
}
.bottom { 
position: absolute; 
bottom: 0; 
border: 0; 
left: 46%
}

