/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(http://www.tropinkals.com/images/bgr.gif) #1ba6b2 repeat-x top;
	color: #333333;
	font: 11px Arial,Verdana,Helvetica,Sans-Serif;
	padding: 25px 0 0;
}
table td,  table th{
padding:5px;

}

a{
	color: #e1589b;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
li{
	list-style: none;
}
h2 span{
	display: none;
}
h2 img{
	display: block;
}
/*=== Layout ===*/
#page, #footer{
	background: url(http://www.tropinkals.com/images/page-bgr.gif) repeat-y;
	margin: 0 auto;
	width: 800px;
}
/*=== Header ===*/
#header{
	background: url(http://www.tropinkals.com/images/header-bgr.gif) no-repeat top;
	height: 153px;
}
/*=== Logo ===*/
#logo{
	height: 100px;
	margin: 0 auto;
	width: 368px;
}
#logo h1{
	background: url(http://www.tropinkals.com/images/logo.gif) no-repeat;
	clear: both;
	float: left;
	text-indent: -9999px;
	width: 368px;
}
#logo h1 a{
	display: block;
	height: 100px;
}
#logo h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	font-size: 16px;
	height: 48px;
	overflow: hidden;
	padding: 86px 0 0 75px;
}
#nav1 li{
	float: left;
	line-height: 55px;
	margin: 0 0 0 -2px;
	text-align: center;
}
#nav1 li a{
	background: url(http://www.tropinkals.com/images/nav1-bgr.png) no-repeat top;
	color: #ffffff;
	display: block;
	float: left;
	letter-spacing: -1px;
	width: 90px;
}
#nav1 li a:hover,
#nav1 li.active a{
	background: url(http://www.tropinkals.com/images/nav1-hover.png) no-repeat top;
	text-decoration: none;
}
/*- Nav2 -*/
.nav2{
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}
.nav2 li{
	margin: 0 0 1px;
}
.nav2 li a:hover,
.nav2 li.active a{
	color: #7fc31b;
	text-decoration: none;
}
/*=== All Columns ===*/
#columns{
	clear: both;
	font: 14px "Comic Sans MS", "Comic Sans MS", cursive;
	height: 1%;
	margin: 20px 0 0;
	padding: 0 38px 15px;
}
#columns h2{
	color: #5f9215;
	font-size: 18px;
	margin: 0 0 10px;
}
#columns p{
	padding: 0 0 13px;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 185px;
}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 520px;
}
/*=== Footer ===*/
#footer{
	background: url(http://www.tropinkals.com/images/footer-bgr.gif) no-repeat top;
	clear: both;
	color: #ffffff;
	height: 30px;
	padding: 73px 0 0;
}
#footer a{
	color: #ffffff;
}
#footer div{
	float: left;
	width: 33%;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}

