/* intro_css.css - Landing Page */
/* MoneyPants.com */

html, body {
  height: 100%;
  margin:0px;
  padding:0px;
  text-align:center;
  background: #ffffff url(../images/site/intro/red-bkg.jpg);
}

td,tr,p,div {
  font-family: Comic Sans, Comic Sans MS, cursive;
  font-size: 11px;
  color: #000000;
}

a:link, a:visited {
  font-family: Comic Sans, Comic Sans MS, cursive;
  font-size: 12px;
  line-height: 14px;
  color: #726214;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  font-family: Comic Sans, Comic Sans MS, cursive;
  color: #ae3a3a;
  font-weight: bold;
  text-decoration: none;
}

#footer a:link {
  font-family: Comic Sans, Comic Sans MS, cursive;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#footer a:visited {
  font-family: Comic Sans, Comic Sans MS, cursive;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#footer a:hover {
  font-family: Comic Sans, Comic Sans MS, cursive;
  color: #f1c80e;
  font-weight: bold;
  text-decoration: none;
}

h3 {
  color: #889110;
  font-size: 18px;
}

blockquote {
  margin-top: -10px;
}

ul {
  margin: 0px;
  padding: 0px 0px 0px 27px;
}

ul li {
  color: #ba3f41;
  background: transparent;
  margin-bottom: 1px;
}

.imgborder {
	border: 1px;
	border-color: #cfcfcf;
	border-style: solid;
	background: transparent;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

@media print {
#leftcol{display:none;} #rightcol{display:none;}
#twocols, #maincol{width:100%; float:none;}}

