* {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial, sans-serif;
  color: #2d1e02;
	background-color: #2D1E02;
}
a {
	color: 
}
#mainContainer {
 	width: 750px;
	margin: 0 auto;
}
#header {
	float: left;
	width: 800px;
	background: url(img/logo.jpg) top left no-repeat;
}
#imgLogo {
	float: left;
	width: 750px;
}
#contactInfo {
	list-style:none;
	color: #b4a889;
	border-left: 25px solid #fff;
	border-right: 25px solid #fff;
	background: #543904 url(img/big-new.gif) no-repeat 380px 0;
	padding-bottom: 15px;
	font-size: 13px;
	padding-left: 30px;
	float: left;
	width: 720px;
	margin-top: 135px;
}
#contactInfo li {
	padding-left: 35px;
	padding-right: 15px;
	float: left;
}
#contactInfo a {
	color: #b4a889;
}	
#contactInfo a:hover {
	color: #f2f2e0;
}	
#contactInfo li#phone {
	background: url(img/phone.gif) 0 50% no-repeat;
}
#contactInfo li#email {
	background: url(img/email.gif) 0 50% no-repeat;
	padding-top: 5px;
}
#ribbon {
	/*	height: 17px;*/
	background:url(img/ribbon-bg.jpg) top left no-repeat;
	width: 750px;
	float: left;
}
#wrapper {
	margin: 0 auto;
	width: 750px;
	border: 25px solid #fff;
	border-top: none;
}
#mainNav {
	width: 750px;
	float: left;
}
#mainNav ul {
	list-style: none;
	float: left;
	background: #9c5800;
	width: 740px;
	padding-top: 5px;
	padding-left: 10px;
}
#mainNav ul li {
	display: inline;
	background: url(img/left-tab-over.gif) top left no-repeat;
	float: left;
	padding-left: 4px;
	padding-right: 3px;
}
#mainNav ul li a {
	color: #b4a889;
	font-size: 11px;
	font-weight: bold;
	background: url(img/right-tab-over.gif) top right no-repeat;
	line-height: 1.5em;
	padding: .5em 2.0em;
	float: left;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

#mainNav ul li a:hover {
	color: #fff;
}
#p-home #nav-home,
#p-formschecks #nav-formschecks,
#p-shopping #nav-shopping,
#p-software #nav-software {
	background: url(img/right-tab.gif) top right no-repeat;
	color: #543904;
}


#p-home #li-home,
#p-formschecks #li-formschecks,
#p-shopping #li-shopping,
#p-software #li-software {
	background: url(img/left-tab.gif) top left no-repeat;
}
#mainContent {
	width: 550px;
	padding: 25px 175px 100px 25px;
	background: #f2f2e0 url(img/content-bg.gif) top left repeat-y;
	float: left;
	font-size: 15px;
	line-height: 18px;
	min-height: 500px;
}
#mainContent h1 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 0.5em 0;
	background: url(img/header-bg.gif) bottom left no-repeat;
	padding-bottom: 8px;
}
/*#mainContent h1:first-letter {
	font-size: 1.5em;
}*/
#mainContent p {
	margin-bottom: 1.5em;
}
#mainContent a {
	border-bottom: 1px dotted;	
	text-decoration: none;
}
#mainContent a:hover {
	color: #000;
}
#mainContent ol {
	padding-left: 30px;
}
#footer {
	padding: 15px 0 35px 25px;
	background: #f2f2e0 url(img/content-bg.gif) top left repeat-y;
	width: 725px;
	clear: both;
	font-size: 90%;
	float: lft;
}
#footer p {
	color: #878774;	
}
#bottom {
	background: url(img/footer-bg.gif) top left no-repeat;
	width: 750px;
	height: 6px;
}
#footer ul {
	list-style: none;
	margin-bottom: 3px;
	border-top: 1px solid #bbbbaf;
	padding-top: 10px;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #878774;
}
#footer ul li a:hover{
	color: #000;
}
#footerContact {
	color: #878774;	
	line-height: 1.5em;
	padding: 8px 0;
}
#footerContact a {
	color: #878774;
}
#footerContact a:hover {
	color: #000;
}
#footer #creditCards {
	float: right;
	padding: 30px;
}
