body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
	text-align: center; /* for IE */
	margin:auto;
}

div.container {
	margin: 0 auto;   /* align for good browsers */
	width:1000px;
	text-align:left;  /* counter for text align center on body */
	
}

div.header{
}

div.nav {
}


div.image{
text-align:center;
padding-top:10px;
padding-bottom:5px;
}

div.quote{
text-align:center;
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.footer{
clear:both;
height:100px;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
padding-left:8px;
padding-right:8px;
}

.bold{
font-weight:bold;
}

a.bottom, a.bottom:active, a.bottom:link, a.bottom:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

a.bottom:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
	
a, a:active, a:link, a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
