/*
-----------------------------------------------
version:   Aaron Poling 1.0
author:    Blenderhouse Creative
website:   http://www.blenderhousecreative.com
----------------------------------------------- */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}
.bkg-interior {
	background-image: url(../images/bkg-content.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.bkg-footer {
	background-image: url(../images/bkg-footer.gif);
	background-position: center top;
	background-repeat: repeat-x;
}




.redtext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #942011;
}




a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #901F0F;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #942011;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: underline;
}
a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #912010;
	text-decoration: none;
}




.footer  {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}
.footer2  {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #999;
}
.footer a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #942011;
	text-decoration: none;
}
.footer a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #982010;
	text-decoration: none;
}
.footer a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.footer a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #931F10;
	text-decoration: none;
}
.redtext-large {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 17px;
	color: #942011;
}
