/* USA Defaults CSS Document - set defaults for all USAMotorHost.com websites */
/* Set values to remove defaults from all browsers.  Then set values as desired. */
/* Sets size to 960 x 630, centers page, sets font size to 13/20 */
/* html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, pre, code, address, variable, form fieldset, blockquote */
* {padding:0; margin:0; font-size:100%; font-weight:normal;}
	
table {border-collapse: collapse; border-spacing:0;}

td, th, caption {font-weight:normal; text-align: left;}

img, fieldset {border:0;}

ol {padding-left:1.4em; list-style:decimal;}

ul {padding-left:3em; list-style:dot;}

q:before, q:after {content:'';}

body {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:0 auto;
	margin-right:0 auto;	
	font-size:13px;
	line-height:20px;}

#wrapper {text-align:center;
	padding-top:1px;
	margin:0 auto;
	width:960px;
	height:100%;
	min-height:650px;}