/* CSS Document */

/* ------------------------------- formatting ----------------------------- */
body {
	font-family: 	Bookman Old Style, BookmanOldStyle, Georgia, Times New Roman, Times, serif;
	font-size: 		12px;
	letter-spacing: -0.01em;
	margin: 		0px;
	padding: 		0px;
	color: 			#000000;
	background: 	#FFFFFF;
    /*background-image: 	url(../images/howla_tile.gif);*/
	}
	
html {
	height: 	100.02%;
}	
	
td	{
	font-family: 		Bookman Old Style, BookmanOldStyle, Georgia, Times New Roman, Times, serif;
	font-size: 			12px;
}
a:link		{color:#961819;text-decoration:none;		}
a:visited	{color:#961819;text-decoration:none;		}
a:hover		{color:#961819;text-decoration:underline;	}
a:active	{color:#961819;text-decoration:none;		}

/* ------------------------------- layout ----------------------------- */

* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
 	width: 850px;  
	text-align: center;
	}
.footer, .push {
    height: 4em;
 	width: 850px; 
 	margin: 0 auto; 
	text-align: center;
	}

/* ------------------------------- -------- ----------------------------- */

#columnLayout	{
	font-family: 	Bookman Old Style, BookmanOldStyle, Georgia, Times New Roman, Times, serif;
	font-size: 		12px;
	letter-spacing: -0.01em;
	font-weight:	bold;
	text-align: 	left;
	color:			#8F7E6F;

	position: 		relative;
	left: 			10px;
	top: 			10px;
	width: 			215px;
}

#placesLayout	{
	font-family: 	Bookman Old Style, BookmanOldStyle, Georgia, Times New Roman, Times, serif;
	font-size: 		12px;
	letter-spacing: -0.01em;
	font-weight:	bold;
	text-align: 	left;
	color:			#8F7E6F;
	position: 		relative;
	left: 			10px;
	top: 			10px;
	width: 			215px;
	height:			1300;
}

#formColumn	{
	font-family: 	Bookman Old Style, BookmanOldStyle, Georgia, Times New Roman, Times, serif;	
	font-size: 		12px;
	letter-spacing: -0.01em;	
	text-align: 	left;
	font-weight:	bold;
	color:			#8F7E6F;
	
	position: 		relative;
	left: 			10px;
	top: 			10px;
	width: 			215px;
	height:			400px;	
}
