/* Rutledge Bradford Law -- DIV CSS

author: Created and developed by EVOK Interactive
website: http://www.evokinteractive.com
contact: info@evokinteractive.com
version: 06 October 2005

*/

@import url("div.css");
@import url("typography.css");

html, body {
	width: 767px;
	background-color: #FFFFFF;
	background-image: url(../i/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #4A4A4A;
	height: 100%;
}
