@charset "UTF-8";
/* CSS Document
The Wrights
Common CSS
© 2007 The Wrights
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Updated 8/3/07 8:35AM
Validated 8/3/07 8:35AM */

/* 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%;
	}

/* Remove list-style from lists*/
ol, ul {
	list-style: none;
	}
	
/* Normalize font-style and font-weight */
address, captin, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* 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;
	background: url(../images/backgroundsquare_02.jpg) top center repeat;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	}
	
	
/* Global Layout Elements */	
	
div#wrapperdiv {
	width: 814px;
	margin: auto;
	}
	
div#flashdiv {
	width: 814px;
	height: 245px;
	}
	
div.clearfloatsdiv {
	clear: both;
	}
	
div#navdiv {
	height: 39px;
	width: 100%;
	}
	
div#bottomnavdiv {
	color: #7b7e6f;
	font-size: 80%;
	text-align: center;
	font-weight: normal;
	padding: 10px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
div#bottomnavdiv a {
	color: #7b7e6f;
	text-decoration: none;
	}
	
div#bottomnavdiv a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
div#bottomnavdiv .on {
	color: #fff;
	text-decoration: underline;
	}
	
strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}