@charset "UTF-8";
/* CSS Document
Mando Saenz
Common CSS
© 2008 Mando Saenz
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Written 1/6/08 11:12AM
Updated 1/6/08 11:12AM
Validated 1/6/08 11:12AM */

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for paragraphs and headers */
p, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

/* Remove list-style from lists*/
ol, ul {
	list-style: none;
	}
	
/* Normalize font-style and font-weight */
address, captin, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
	

/* Universal */

html, body {
	color: #000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100.01%;
	background: url(../images/backgroundfinal.jpg) top center repeat;
	}	
	
/* Global Layout Elements */

div#wrapperdiv {
	width: 1066px;
	margin: 0 auto 0 auto;
	}
	
div#insidewrapperdiv {
	width: 846px;
	height: 770px;
	float: left;
	}
	
div#footerdiv {
	width: 846px;
	height: 63px;
	background: url(../images/home03_20.jpg) top left no-repeat;
	color: #b29b7e;
	font: normal normal bold 75% normal Helvetica, Arial, sans-serif;
	}
	
div#copyrightdiv {
	width: 400px;
	float: left;
	text-align: left;
	padding: 10px 0 0 20px;
	}
	
div#dvmdiv {
	width: 400px;
	float: right;
	text-align: right;
	padding: 10px 20px 0 0;
	}
	
div.clearfloats {
	clear: both;
	}
	
/* Links */

div#footerdiv a {
	color: #b29b7e;
	text-decoration: none;
	}
	
div#footerdiv a:hover {
	color: #eddabd;
	text-decoration: underline;
	}