@charset "UTF-8";

a {
    color: #333;
	font-weight:bold;
    text-decoration: none !important;
}

a:hover {
	text-decoration: underline !important;
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
#container  {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 861px;
}
#header  {
	width: 841px;
	padding-right: 10px;
	padding-left: 10px;
}
#cafepress {
	height: 182px;
	width: 269px;
}
#mainContent  {
	width: 841px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

}
#footer   {
	width: 841px;
	padding-left: 10px;
	padding-right: 10px;
}
#secondsight {
	float: left;
	width: 103px;
	height: 90px;
}
#kmc {
	float: right;
	height: 90px;
	width: 80px;
}
#plan_b {
	height: 94px;
	width: 104px;
	float: left;
	padding-left: 276.5px;
	padding-right: 276.5px;
}
#copyright   {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	text-align: center;
	letter-spacing: -0.1em;
	padding-top: 50px;
	padding-bottom: 20px;
	clear: both;
}
