/* css base */

/*  debug div 
	div { border: 0.1em solid #ff0000;} 
*/

html, body, h2, h3, h4, div, p, ul, li, input, textarea
{
	font-family: "Gill Sans MT", "Gill sans", "Trebuchet ms", sans-serif;
}

body
{
	font-size: 0.9em;
	color: #000000;
	background: #ffffff;
	text-align: center;
	padding-top: 2em; 
	padding-bottom:	1em;
	margin: 0 auto;
}

#container 
{
	margin:	0 auto; 
	width: 47em;
	text-align: center;
}

#copyright 
{
	margin-top:	2em; 
	font-size: 0.9em;
}

.capitalize 
{ 
	text-transform: capitalize;
}

.hidden 
{ 
	display: none; 
}

.justify 
{ 
	text-align: justify; 
	margin-top: 1em;
	margin-bottom: 2em;
}

.left 
{ 
	text-align: left; 
	margin-top: 1em;
	margin-bottom: 2em;
}

.right 
{ 
	text-align: right; 
	margin-top: 1em;
	margin-bottom: 2em;
}

a:link, 
a:visited,
a:active 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}