html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body {
	color: #000;
	padding: 0;
	background-color: #fff;
    font-family: Lucida Grande, Arial, sans serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000;
	text-decoration: none;	
}

.container1
{
	margin:100px auto 0px auto;
	width: 825px;
}

.nav {
	margin:0 0 20px 0;
}

.text1 { 
	font-family: Lucida Grande, Arial, sans serif;
	font-size: 0.8em; 
	font-weight: bold; 	
	color: #000; 
} 

.text2 { 
	font-family: Lucida Grande, Arial, sans serif;
	font-size: 1.1em; 
	font-weight: bold; 	
	color: #000; 
} 

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #fe2000;
	text-decoration: underline;
}

a:active {
	color: #fe2000;
	text-decoration: underline;
}
