html, body {
	margin:0;
	padding:0;
}
body{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}

.addthis_default_style {

background-color: #FFFFFF;
width:190px;
padding:3px;


}

p, li {
/* 	line-height: 1.8em;    This caused problems with the nav so I commented it out*/  
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;

}
h1 {
	margin-bottom: 4px;
	padding: 0;
	font-size:1.8em;
	color:#FFFFFF;
	letter-spacing:0px;
	display: inline;	
	
}
h2 {
	padding-top: 0px;
	font-size:1.4em;
	letter-spacing:1px;
	color:#CCCCCC;
	margin-bottom:6px;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 1000px;
	background-color:#000000;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 0px 0px;
	position: relative;  /*  this is critical for allowing div tags to align to this tag and not the page  */
			


	
}
div#container {
	padding: 10px;

}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	text-align: center;
}
