/* ------------------------------------
// Style Sheet for Gustitis Law
// Writen by Brazos Valley Design
// http://www.brazosvalleydesign.com
//
// note this style sheet is intended to 
// make the layout of gustitislaw.com 
// dependant on CSS and not HTML. Any 
// changes to this document WILL change
// the layout of the website. Be very 
// carefull and make backups before you 
// change anything.
---------------------------------------*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	background-color: #ffffff;
}

h1 {
	font-family: arial;
	font-size: 18pt;
	color: #000000;
}
#footer {
	padding: 20px 0 0 0;
	color: #000000;
	font-size: 10pt;
}
/* stuff I don't want to display when someone prints */
#leftcell, #rightcell,#topheader,#navlist,#consultations,#certified,#address,#topbanner{ display: none; }.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
