/* border: 1px solid black; */

* { margin: 0px; padding: 0px; }

body { 
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	background-color: #ffffff; 
	text-align: center; 
	overflow:hidden;
}
h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #B8B8B8;
	font-weight: bold;
	font-size: 10px;
}

#holder { 
	visibility: hidden;
	/*text-indent: -9000px;*/
	border: 0px solid #999999; 
	margin: 20px auto; 
	width: 780px; 
	background-color: #fff; 
	padding: 12px;
}
html > body #holder { 
	width: 720px; 
}

strong {
	color: #58739C;
	font-weight: bold;
}

.clearBoth { clear: both; }

 

a { 
	color: #FF3030; 
	text-decoration: none; 
	font-weight: bold; 
}

a:hover { 
	color: #ff3030; 
	/* background-color: #ff3030; */
	text-decoration: underline;
	font-weight: bold; 
}

/* -------------------------- SITE DESIGN ------------------------ */
a.siteDesign:link, a.siteDesign:link, a.siteDesign:visited {
	color: #B8B8B8;
	height: 10px;
	/*width: 125px;	*/
	text-decoration: none;
	font-weight: bold;
	background: #none;
	padding: 2px;
	margin-left: 0px;
}
a.siteDesign:hover, a.siteDesign:focus, a.siteDesign:active {
	color: #fff;
	height: 10px;
	text-decoration: none;
	font-weight: bold;
	background: #A2A7AB;
	padding: 2px;
}
.pos {
	bottom: 0px;
	
}
a.affiliates:link {font-size:10px;font-family:verdana,sans-serif;color:#B8B8B8;text-decoration:none;font-weight:bold;padding:0px;}
a.affiliates:hover {color:#693E12;background:none;text-decoration:none;}
a.affiliates:visited {font-size:10px;font-family:verdana,sans-serif;color:#B8B8B8;text-decoration:none;font-weight:bold;padding:0px;}

#footer {
	text-align:center;
	position:absolute; 
	margin-left:-321px; 
	left:50%; 
	bottom:0; 
	width: 676px;
	height:48px; 
	background-color:#D9C08A;
	background:url("../images/footer.gif");
	font-size:10px;
	line-height: 55px; 
	z-index:15; 
	/*border: 2px solid #D9C08A;*/
	font-family: verdana, arial, sans-serif;
	font-weight:normal;
	color:#663300;
	}
* html #footer {
	bottom:-1px; width:676px; height:49px;
	}
.footerLink a {color: #000; border: none;}
.footerLink a:hover {color: #fff;}

