body {
	background-color:	#FFFFFF;
	background-image:	url( assets/bg_fern.gif );	
	background-attachment:	fixed;
	background-position:	bottom left;	
	background-repeat:	no-repeat;
	font-family:            'Trebuchet MS', Helvetica, sans-serif;
	font-size:		12px;
	color:			#000000;
	padding: 		0;
   	margin: 		0;
}

.footer {
	font-size:		10px;
	color:			#000000;
	text-align:		center;
	padding:		5px;
}

A {
	color:			#5B3B00;
	font-weight:		bold;
	text-decoration:	none;
}

A:hover {
	text-decoration:	underline;
}

.pink, .page {
	background-image:	url( assets/pink_pixel.jpg );
	width:			860px;
}

.menu A {
	text-decoration:	none;
	font-size:		13px;
	color:			#5B3B00;	
}

.menu A:hover {
	text-decoration:	underline;
}

.menu {
	position: 		absolute;
	top:			65px;
}

.page {
	width:			875px;
	border: 		1px #5B3B00 solid;
}

.content {
	padding:		15px;
	font-size:		12px;
	text-align:		justify;
}

.header, h1 {
	font-size:		17px;
	color:			#5B3B00;
	font-weight:		bold;
}

h1 {
	margin:			0;
}

P {

}