body	{
	padding: 0px;
	margin: 0px;
	background-color:#000;
	text-align:center;
	font-family: "Times New Roman", "Arial", "Verdana";
	color: #eee;
	font-size:11pt;
	}
#inner	{
	 margin-left:auto; 
	 margin-right:auto;
	 width: 1029px;
	 padding: 1px;
	 border: #5e3303 solid 1px;
	 text-align:justify;
	 background-color: #000;
	}
#top	{
	width: 1029px;
	background-color: #000;
	background-image:url(img/tara_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 80px;
}
#top2	{
	width: 1029px;
	background-color: #000;
	background-image:url(img/tara_top2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 158px;
}
#main_content	{
	text-align:justify;
	width: 1029px;
	margin-top:1px;
	background-color:#000;
	
}
#content	{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:40px;
	width: 1009px;
}
#bottom	{
	background-color:#000000;
}
#bottom_content	{
	padding: 20px;
	text-align: center;
	}
h1	{
	color: #b8570e;
	font-size: 13pt;
	font-weight: 100;
}
h2	{
	color: #fff;
	font-size: 12pt;
	font-weight:100;
}
ul	{
	color:#333;
}
p	{
	color: #ddd;
	font-weight:100;
}	

a.nothing:link  
	{
	color: #fff;
	text-decoration: none
	}
a.nothing:visited 
	{
	color: #fff;
	text-decoration: none;
	}
a.nothing:active 
	{
	color: #fff;
	text-decoration: none;
	}
a.nothing:hover 
	{
	color: #fff;
	text-decoration: none;
	background-color: inherit;
	}	
	


a:link  
	{
	color: #b8570e;
	text-decoration: none
	}
a:visited 
	{
	color: #b8570e;
	text-decoration: none
	}
a:active 
	{
	color: #b8570e;
	text-decoration: none;
	
	}
a:hover 
	{
	color: #fff;
	padding:0px;
	background-color:#000000;
	}
	
	
