@charset "UTF-8";
#tips_main {
	float: left;
	width: 710px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 15px;
	border-bottom-width: 10px;
	border-left-width: 15px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
	height: auto;
	font-size: 90%;
	padding-bottom: 20px;
	border-right-width: 0px;
	border-right-color: #666633;
	border-right-style: solid;
}
#tips_nav {
	float: right;
	width: 160px;
	padding-right: 10px;
	font-size: 85%;
	color: #666633;
	text-decoration: none;
	background-color: #999966;
	padding-left: 10px;
	height: auto;
	line-height: 125%;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 666633;
	border-right-color: 666633;
	border-bottom-color: 666633;
	border-left-color: 666633;
	padding-bottom: 20px;
}
#tips_nav p {
	text-align: center;
	line-height: 50%;
}
#tips_nav h5 {
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #666633;
	background-color: #FFFFFF;
	text-align: center;
}
#tips_nav a {
	color: #000000;
	text-decoration: none;
}
#tips_nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#tips_nav a:visited {
	color: #000000;
	text-decoration: underline;
}

