@charset "UTF-8";
/* CSS Document
Gretchen Peters
Common CSS
©2009 Gretchen Peters
Created 10/01/09 7:49AM
Updated 10/01/09 7:49AM
Validated 10/01/09 7:49AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* 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 headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

/* Remove list-style from lists */
ol, ul {
	list-style: none;
	}
	
/* Display lists inline */
li {
	display: inline;
	}
	
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, strong, 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;
	}
	
/* Reset bold and italic */

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

em strong, strong em {
	font-style: italic;
	font-weight: bold;
}
		
/* UNIVERSAL */

html, body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background: url(../images/background2.png) top center repeat;
	}
	
div#backgrounddiv {
	background: url(../images/background.png) top center repeat-x;
}
	
/* LAYOUT ELEMENTS */
	
div#wrapperdiv {
	position: relative;
	width: 1139px;
	margin: 0 auto;
	z-index: 0;
	visibility: visible;
	}
	
div.clearfloats {
	clear: both;
}
	
/* LINKS */

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #cab5ba;
	text-decoration: underline;
}

div#footerdiv a {
	color: #3d3f35;
	text-decoration: none;
}

div #footerdiv a:hover {
	color: #fff;
	text-decoration: underline;
}
