body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: justify;
	background: url('http://sellingbin.com/img/bg_grad.gif');
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
	color: #122;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

#container {
	margin: 0 auto;
	width: 950px;
}

#header {
	height: 122px;
}

#logo {	
	height: 68px;
	width: 217px;
	margin: 15px 0px 0px 0px;
	float: left;
}

#tagline {
	color: #42AD49;
	font-size: 1.5em;
	font-weight: bold;
	margin: 35px 0px 0px 10px;
	float: left;
}

#sharethis {
	float: right;
	margin-right: 0px;
	margin-top: -35px;
}

#menu {
	float: left;
	text-align: left;
	width: 100%;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 22px;;
	padding: 9px 0px;
	clear: both;
}

#menu ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	margin: 0px -3px;
}

#menu li a {
	color: #999;
	padding: 5px 10px;
	margin-bottom: 5px;
	text-decoration: none;
}

#menu li a:hover {
	color: #444;
}

#menu .active {
	color: #444;
}

#banner {
	margin-top: 20px;
	height: 90px;
}

#banner_sub {
	width: 285px;
	height: 92px;
	margin-left: 19px;
	margin-right: 10px;
	background-color: #3A9842;
	color: #fff;
	float: left;
}

#banner_sub img {
	margin-left: -19px;
	margin-top: 26px;
	float: left;
}

#banner_sub h1 {
	font-size: 2em;
	padding: 5px;
	margin-top: -1px;
	margin-left: 20px;
}

#banner_sub h2 {
	font-size: 1em;
	padding: 5px;
	margin-top: -20px;
	margin-left: 20px;
}



#content {
	width: 950px;
	margin: 20px 0px;
	clear: both;
	background-color: #41AD49;
}

.content_inside a {
	width: 220px;
	height: 39px;
	background: url(http://sellingbin.com/img/cat_button.gif);
	background-color: #41AD49;
	text-align: center;
	font-size: 1.8em;
	float: left;
	color: #444;
	text-decoration: none;
	margin: 0px 0px 14px 14px;
	font-weight: bold;
	padding-top: 10px;
}
.content_inside a:hover {
	color: #0c6;
	text-decoration: none;
}



#footer {
	width: 950px;
	text-align: center;
	padding-top: 20px;
	clear: both;
	color: #444;
	background-color: #fff;
}

#footer a {
	color: #0c6;
}

