p {
	margin-bottom:7px;
}
/*Navigation---------------------------------------------------------*/
.first {
	margin-left:20px;
}
.first a:hover {
	border-bottom:5px solid #dab483;
}
.second a {
	border-bottom:5px solid #28190c;
}
.third a:hover {
	border-bottom:5px solid #799419;
}
.forth a:hover {
	border-bottom:5px solid #107a83;
}
.fifth a:hover {
	border-bottom:5px solid #942924;
}
/*Sub Navigation---------------------------------------------------------*/
#subMenu {
	margin-top:15px;
}
#subNav li {
	display: inline;
	text-decoration:none;
	text-align:right;
}
#subNav li a {
	color: #fff;
	padding: 0 13px;
	text-decoration:none;
	background-color: #666;
	padding:5px;
}
#subNav li a:hover {
	background-color: #C63;
}
#subNav #trickNav a {
	background-color: #999933;
}

/* ----------------- Main content -------------------------------------------------------*/
#bottomcontenttop {
	width:900px;
	height:10px;
	background: url(../images/b_contenttop.jpg) no-repeat;
	margin-top:15px;
}
#bottomcontent {
	width:898px;
	height:480px;
	border-right:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
}
#bottomcontentbtm {
	width:900px;
	height:10px;
	background: url(../images/b_contentbtm.jpg) no-repeat;
}
.left {
	float: left;
	width: 270px;
	margin: 28px 6px 5px 10px;
	padding:10px;
}
.middle {
	float: left;
	width: 270px;
	margin: 0 6px 5px 0;
	padding:10px;
}
.right {
	float: left;
	width: 270px;
	margin: 0 6px 5px 0;
	padding:10px;
}
#secondCol {
	clear:both;
}
#tpLogo {
	margin:53px 0px 0px 105px;
}