/* CSS Basics and Resets */html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, fieldset, input, select, textarea, div, p, img, table, th, td, object, pre, blockquote, address { 	margin: 0; 	padding: 0;	font-size: 100%;}address, abbr { 	font-style: normal;}body, a {	color: #000;}body {	background: #DFCEBA url(images/bg-main.jpg) no-repeat scroll top center; 	/*background-color: #DFCEBA;*/	font-size: 62.5%;}a { 	text-decoration: none;	outline: none;	font-weight: bold;	color: #8B242E;	/*color: #c00;*/}a:hover { 	text-decoration: underline; }ul { 	list-style: none;}blockquote {	margin-left: 1em;}img {	border: none;}table {	border: none;}.spacer {	clear: both;	height: 0px;	overflow: hidden; 	display:inline;}