body {
	font-size: 14px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	background-color:#000000;
	margin:0;
	padding:0;
	line-height:130%;
	background-image: url(images/bkgd.jpg);
	background-repeat:repeat-x;
	}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #cc0066;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0066;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}
	
a:link {color:#cc0066; text-decoration:none;}

a:visited {color:#cc0066; text-decoration:none;}

a:hover {color:#90b8e1; text-decoration: underline;}

a:active {color:#cc0066; text-decoration:none;}

a img {border-style: none;}

td {padding-left:15px;font-size: 14px; font-family: Arial, Verdana, Helvetica, sans-serif;color:#333333; }
.pinkrule {border-bottom:1px solid #cc0066;padding:10px 0 10px 15px;}

/******************* menu styles *******************/

#container {
	width: 882px; 
	margin: 0 auto; 
	padding: 0; 
	text-align: left; 
	}

#nav {
	width:882px;
	height:180px;
	padding:0;margin:0;	
}

#nav li	{
	float: left;
  	position: relative;
  	text-align:left;
  	list-style:none;
}

#nav	.last	{border-right:1px solid #ffffff;}

#nav li a {
  float:left;
  padding:0px;
  margin: 0 2px 0 0;
  color:#ffffff;
  text-decoration:none;
}

#nav li a:hover {
	position:relative;
}

#logo 					{width:340px; height:179px; background: url(images/tahtahs-logo.jpg) no-repeat;}
#logo a					{color:#000000;}

#auction 				{width:178px; height:179px; background: url(images/button-auction.gif) no-repeat;}
/* #auction:hover 	{color:#f25098;background: url(images/button-auction-over.gif) no-repeat;} */

#packages 			{width:178px; height:179px; background: url(images/button-packages.gif) no-repeat;}
/*#packages:hover	{color:#f25098;background: url(images/button-packages-over.gif) no-repeat;}*/

#about 				{width:178px; height:179px; background: url(images/button-about.gif) no-repeat; }
/*#about:hover 		{color:#f25098;background: url(images/button-about-over.gif) no-repeat; }*/

#join 				{width:178px; height:179px; background: url(images/button-join.gif) no-repeat; }


/******************** begin styles for main content ********************/

#main {width:882px;min-height:300px;padding-top:5px;}

#banner_left {float:left; width:235px;height:45px;padding:12px 20px 20px 252px;background: url(images/stay-tuned.gif) no-repeat;background-color:#cc0066;color:#ffffff;}
#banner_left a {color:#fff; text-decoration:underline;}
#banner_left a:hover {color:#fff; text-decoration:none;}
#banner_right  {float:right; width:200px;height:37px;padding:20px 20px 20px 152px;background: url(images/join-us.gif) no-repeat;background-color:#f38bb9;}
#banner_right a {text-decoration:underline;}
#banner_right a:hover {color:#fff; text-decoration:none;}
	
/******************** end main content ********************/


/******************** interior page styles ********************/

#submain	{
	width:867px;
	min-height:500px;
	margin-top:2px;
	background-color:#fff;
	background-image: url(images/interior-bkgd.jpg);
	background-repeat:repeat-x;
	padding-right:15px;
	
	color:#000;
}

#submain-left	{
	float:left;
	width:500px;
	padding-right:15px;
	margin-top:2px;
}

#submain-left	p, h1{padding-left:15px;}
#submain-right	{ float:right; width:225px;}


/******************** end interior page styles ********************/


/******************** footer styles ********************/
#footer {
	width:882px;
	margin: 0 auto;
	padding-top: 15px;
	font-size:12px;
	color:#ffffff;
	}	
	
#footer a {color:#fff;text-decoration:underline;}
#footer a:hover {color:#fff;text-decoration:none;}

#footer-left	{
	float:left; 
	width: 550px;
}

#footer-right	{
	float:right; 
	width: 300px;
	text-align:right;
}

#footer-small	{
	width: 650px;
	font-size:10px;
}

/******************** end footer styles ********************/

