/* CSS Document */
html, body {
	height:100%;
	font-size: 62.5%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 0 0 0;
}
/*div#page {
	width:100%;
	background-color:#fff;
	height:100%;
	padding:0;
	margin:0;
}*/
div#header {
	background-color:#382922;
	background:#382922 url("../img/topShadow.jpg") 0 100% repeat-x;
	width:100%;
	height:113px;
	margin:0;
	padding:0;
}
h1#title {	
	height:23px;
	width:152px;
	float:left;
	
	color:#98CB00;
	font-weight:normal;
	margin:0 0 0 0;
	
	margin-top:64px;
	
}

h1#title a {
	display:block;
	height:23px;
	width:152px;
	margin:0;
	padding:0;
	background:url("../img/txtSamEdwards2.jpg") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
div#content {
	width:720px;
	/*
	position:relative;
	left:50%;
	margin-left: -360px;
	*/
	margin:auto;
	background-color:#fff;
	color:#333;
	min-height: 70%;
	
}
div#footer {
	background-color:#382922;
	background:#382922 url("../img/botShaddow.jpg") 100% 0 repeat-x;
	color:#DBDAC6;
	text-align:center;
	padding-top:42px;
	width:100%;
	height:15%;
}
div#footer p {
	font-size:8pt;
}
div#headerMenu {
	width:720px;
	position:relative;
	left:50%;
	margin-left: -360px;
}
ul.headerLinks{	
	float:right;	
	font-size:9pt;
	list-style-type:none;
	margin-top:70px;
}
ul.headerLinks li {
	display:inline;
	margin-left:15px;
}


ul li a:link, ul li a:visited, ul li a, #footer p a:link, #footer p a:visited, #footer p a  {	
	color:#DBDAC6;
	text-decoration:none;
}
ul li a:hover, #footer p a:hover {
	color:#72C7B0;
	border-bottom: 1px solid #72C7B0;
}
.HappyTalk {
text-decoration:line-through;
color:#600;
}
.BullShit{
font-weight:bold;
}