html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	
}
body {
	background-color: ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}
h1 {
  color: #000000;
  font-size:24px;
  font-weight: bold;
  line-height: 28px;
}
h2 {
  color: #000000;
  font-size:16px
  font-weight: bold;
  line-height: 18px;
}
a,  a:link {
  color: #FFCC00;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #996600;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #996600;
  text-decoration: none;
}
a:focus {
  color: #996600;
}
a:active {
  color: #666666;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 0;
	max-width: 750px;
	min-width: 750px;
	width: 750px;
}
#outerWrapper #header {
	border-bottom: solid 1px #767a7f;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/bg_small_busines_marketing.jpg);
	background-repeat:no-repeat;
	height: 200px;
	margin: 0px 0px 0px 0px;
}


#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #FFCC00;
  border-right: solid 1px #9ea3aa;
  float: left;
  padding: 5px 5px 5px 5px;
  width: 150px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 160px;
  padding: 5px 5px 5px 5px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #000000;
  border-top: solid 1px #9ea3aa;
  padding: 5px 5px 5px 5px;
}
