/**
 * master.css
 *
 * Master CSS file for blackbearhaus.com
 *
 * @author			Sevenforty.com
 * @license			n/a
 * @link			http://www.blackbearhaus.com/css/master.css
 * @since			Version 1.0
 * @param 			n/a
 * @copy			2007
 * 
 */
 
 /* == Tags ========================================= */
 
 body {
	text-align: center;
	padding: 0;
	margin: 0;
	background-image: url(../images/mainBg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
 }
 
 p {
 	font: 11px georgia;
	color: #555;
	line-height: 1.5em;
 }
 
 h1 {
	font: italic bold 26px georgia;
	color: #555;
	letter-spacing: -2px;
	padding: 3px 0px 0px 0px;
	margin: 0px;
 }
 
 h2 {
 	font: italic 18px georgia;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	color: #555;
 }
 
 ul {
 	padding: 3px 0px 3px 14px;
	margin: 0;
 }
 
 ul li {
	font: 11px georgia;
	color: #555;
	padding: 2px;
	margin: 0px;
	list-style-type: square;
 }
 
 a {
 	color: #555;
	text-decoration: none;
 }
 
 a:visited {
 	color: #555;
	text-decoration: none;
 }
 
 a:hover {
 	color: #555;
	text-decoration: underline;
 }
 
 img {
 	border: none;
 }
 
 td {
 	font: 11px georgia;
	color: #555;
	line-height: 1.5em;
 }
 
 label {
 	padding: 4px 0px 2px 0px;
	margin: 0px;
	font: 11px georgia;
	color: #555;
	display: block;
	font-weight: bold;
 }
 
 textarea {
 	display: block;
 	margin-bottom: 12px;
 }
 
 /* == Containers =================================== */
 
 div#wrapper {
 	padding: 0px;
	margin: 18px auto;
	text-align: left;
	background-color: #EFECE1;
	width: 639px;
 }
 
 div#left {
 	float: left;
	width: 217px;
	padding: 8px;
	margin: 0px;
 }
 
 div#right {
 	float: right;
	width: 392px;
	padding: 8px 10px 8px 4px;
	margin: 0px;
 }
 
 div#center {
 	width: 620px;
	padding: 8px;
	margin: 0px;
 }
 
 div#footer {
 	clear: both;
 }
 
 /* == Container Tags =============================== */
 
 div#header img {
 	display: block;
 }
 
 div#left img {
 	display: block;
 }
  
 div#footer img {
 	display: block;
 }
 
 /* == Classes ====================================== */
 .center {
 	text-align: center;
 }
 
 .errorText {
 	color: #FF0000;
 }
 
 .leftAlign {
 	position: relative;
	text-align: left;
 }
 
 .rightAlign {
 	position: relative;
	float: right;
 }
 
 .tdHeader {
	background-color: #ccc;
	font-style: italic;	
 }
 
 .tableBorder {
 	border: 1px solid #ccc;
	margin: 10px 0px;
 }
 
 .tdOffwithWidth {
 	width: 50%;
 	background-color: #DCD9CF;
 }
 
  .tdOff {
 	background-color: #DCD9CF;
 }
 
 .tdOn {
 	background-color: #E7E4D9;
 }