@charset "utf-8";
/* CSS Document */

body {
   background: white;
   font: 11pt "Times New Roman", Times, serif;
   }
h1 {
	font-size:14pt;
	color: #c03000;
	width:  auto;
	}
h2, h3, h4, h5, h6 {
	font-size:13pt;
	color: #c03000;
	width:  auto;
	}
img {
	}
ol#navigation {
	display: none;
	}
div#header {
	background: #b4af91;
	}
img#logo {
	float: none;
	margin: 5px;
	}
#container, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#homepage {
	width: 100%;
	width:  auto;
	}	
div#content {
   margin-left: 10%;
   padding-top: 1em;
	width:  auto;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.raulininc.com" attr(href) ") ";
   }
#address {
	display:none;
	}
ul#printaddress {
	margin-top:20pt;
	list-style-type:none;
	display:block;
	}
#contact_address {
	display:none;
	}
