html, body {
	margin: 				0px;
	padding: 				0px;
	font-family:			arial;
	font-size:				14px;
	background-color:		#F0ECD0;	
	color:					#000000;
	width:					100%;
	height:					100%;
}

hr {
	color:					#C06C58;
	border:					1px solid #C06C58;
}

h1 {
	color:					#C06C58;
	font-size:				24px;
	font-weight:			bold;
	margin-bottom:			0px;
}

td {
	line-height:			2;
	font-size:				14px;
}

A {
	color:					#000000;
}

#header {
	background-image:		url( assets/header_rptr.jpg );
	background-position:	bottom right;
	background-repeat:		repeat-x;
}

#header A {
	display:				block;
	font-size:				24px;
	font-family:			arial;
	padding:				5px;
	text-decoration:		none;
}

#content {
	font-size:				14px;
	line-height:			2;
	padding: 				10px;
}

#menu {
	background-image:		url( assets/menu_bar.jpg );
	background-repeat:		no-repeat;
	background-position:	top left;
	padding:				5px;
	padding-left:			25px;
	white-space:			nowrap;
}

#menu A {
	color:					#000000;
	display:				block;
	font-size:				14px;
	font-family:			'Times new Roman';
	font-weight:			bold;
	margin-bottom:			15px;
	text-decoration:		none;
	line-height:			1;
}

#footer {
	color:					#000000;
	font-size:				10px;
	padding:				4px;
	text-align:				center;	
}

#footer A {
	color:					#000000;
	text-decoration:		none;
}

#footer A:hover {
	color:					#000000;
	text-decoration:		underline;
}

