body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background:url(../images/BG.jpg) repeat-x #E96E35; 
	margin: 0px 0px 20px 0px;
	height:100%;
}
.marginLt {
	margin-left:10px;
}
.marginRt {
	margin-right:10px;
}

/* header */
#top {
	height: 39px;
	background: url(../images/HDR01.jpg) top;
}
#header {
	height: 156px;
	background: url(../images/HDR02.jpg) top;
}
#body {
	background: url(../images/BODY.jpg) repeat-y top;
}
#bodyLt {
	background: url(../images/BODY_left.jpg) no-repeat top right;
}
#bodyRt {
	background: url(../images/BODY_right.jpg) no-repeat top left;
}
#content {
	background: url(../images/TEM_contentBG.jpg) no-repeat top right;
	padding:60px 25px 7px 5px;
}


/* nav */
#navMain {
	background: url(../images/NAV.jpg) no-repeat;
	padding:5px 5px 5px 15px;
}
#navMain a:link, #navMain a:visited {
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	line-height:25px;
}
#navMain a:hover {
	color:#396610;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

.navBtm{
	padding:10px 10px 5px 10px;
	float:left;
	color:#315c13;
	text-decoration:none;
}
.navBtm a:link, .navBtm a:visited {
	color:#315c13;
	text-decoration:none;
}
.navBtm a:hover {
	color:#315c13;
	text-decoration:underline;
}

.admin{
	padding:10px 10px 5px 10px;
	float:right;
	color:#315c13;
	text-decoration:none;
}
.admin a:link, .admin a:visited {
	color:#315c13;
	text-decoration:none;
}
.admin a:hover {
	color:#315c13;
	text-decoration:underline;
}

/* copyright */
#copyright {
	background:url(../images/TEM_copyright.jpg) no-repeat top; 
	font-size: 10px; 
	color: #373502; 
	text-Decoration: none; 
	text-align:left;
}
#copyright a:link, #copyright a:visited { 
	font-size: 10px; 
	color: #373502; 
	text-Decoration: underline; 
}
#copyright a:hover { 
	font-size: 10px; 
	color: #373502; 
	text-Decoration: none; 
}
.groom{
width:200px;
float:left;
padding-left:25px;
}
.aquariums{
width:260px;
padding:5px;
float:left;
background-color:#FFFF99;
border:2px solid #F6CC6A;
}
.clearFloat{
    height:0px;
	font-size:1px;
	line-height:0px;
	clear:both;
}
.heading{
font-size:14px;
font-weight:bold;
color:#FF9900;
}