/* United Removers Style Sheet */

/* Remove default margin padding */
* {
	margin: 0;
	padding: 0;
}
h1 {
	color: #CC9900;
	font-size: 24px;
	font-weight: normal;
	padding: 15px 0 0 15px;
}
h2 {
	color: #CC9900;
	font-size: 17px;
	font-weight: normal;
	padding: 15px 0 0 15px;
}
a {text-decoration: none;}
a:visited, a:hover {text-decoration: none;}
ul {list-style: none;}
img {border: none;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Page layout element styles */
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#header {}
#anim, #logo {float: left;}
#blue-bar {
	height: 27px;
	margin-bottom: 5px;
	background-color: #BEDDEF;
	clear: left;
}
#content {}
#left {
	float: left;
	width: 225px;
}
#right {
	float: left;
	width: 575px;
}
#footer { border-top: 1px solid #BEDDEF;}
#footer p {text-align: center;}
/* Navigation styling */
#nav {
	padding-top: 5px;
	background-color: #BEDDEF;
	font-family: Verdana;
	font-size: 13px;
	line-height: 25px;
}
#nav li {
	height: 25px;
	text-indent: 20px;
}
#nav a {color: #007CC4;}
#current {background-color: #82BEE2;}
#contact {background-color: #DEEDF7;}
.clear { clear: left;}
#right p {
	padding: 15px 0 0 15px;
	color: #666;
}
#right ul {
	padding: 15px;
	color: #666;
}
#promo {
	float:right;
	padding-bottom: 5px;
}
.ast {
	font-size: 15px;
	color: #f00;
	margin-right: 3px;
}