/* ================================================================ 
basic css styles for the site
=================================================================== */

/* page title */
h1 	{
	}

h2 	{
	letter-spacing:0.2em;
	margin-left:-35px;
	margin-top:40px;
	padding-left:10px;
	border-left:25px solid #0000FF;
	}

h3 	{
	border-top:1px solid #AAAAFF;
	margin-bottom:0;
	margin-left:0;
	margin-top:10px;
	padding:2px;	
	}

h4 	{
	font-size:12px;
	margin-top: 10px;
	margin-left: 0px;
	padding: 10px;
	border-top:1px solid #CCDDEE;
	border-bottom:1px solid #CCDDEE;
	}

html 	{ 
	background-image: url("/images/betternv_2_crop.jpg");
	background-color: #aac;
	color: #000;
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
	}

body 	{ 
	font-family: sans-serif;
	font-size:14px;
	margin-top: 0;
	margin-left: 0px; 
	margin-right: 0px; 
	padding: 0;
	}

.header { 
	background-color: #cde;
	text-align: center; 
	margin-top: 0px;
	padding: 10px;
	border-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: black;
	}
	
.fp	{
	display:block;
	float:left;
	width: 28%;
	background:#eef none repeat scroll 0 0;
	color:#000;
	padding: 5px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-bottom:1px solid #00c;
	border-top:1px solid #00c;
	}

.haiku	{
	display:block;
	float:left;
	width: 18em;
	background:#eef none repeat scroll 0 0;
	color:#000;
	padding: 5px;
	text-align: center;
	font-style: italic;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-bottom:1px solid #030;
	border-top:1px solid #030;
	}


.indent { margin-left: 30px; }

em { font-style: normal; font-weight: bold; }

.header a {text-decoration:none;  font-weight: bold;}

a:link { color:#000; }
a:visited { color:#333; }
a:hover { color:#00c; }
a:active { color:#f00; }

a img { border: none; }

.footer {color:gray;}

