/***********/
/* general */
/***********/
body
{
	background-color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	max-width: 750px;
	padding: 0px;
	margin: 0px;
}
a:link { color: #730a0d; }
a:visited { color: #bcb0a3; } 
a:hover, a:active { color: #cb100a; } 

/**********/
/* header */
/**********/
.header
{
	width: 100%;
	height: 120px;
	overflow: auto;
}

/* use the banner instead of string for H1 */
.header h1
{
	background: transparent url(img/logo.gif) no-repeat top left;
	margin-left: 20px;
	margin-top: 20px;
	width: 296px;
	height: 70px;
}
.header h1 span
{
	display: none
}

/***********/
/* content */
/***********/
.content
{
	top: 150px;
	margin-left: 100px; 
	margin-right: 100px; 
	/* background-color: yellow; */
}
.content p
{
	/* background-color: red; */ /* debug */
	text-align: justify;
}


/**********/
/* bottom */
/**********/
.bottom
{
	width: 100%;
	margin-top: 30px;
}
.bottom p
{
	/* background-color: yellow; */
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 0.9em;
}
