@charset "UTF-8";
/* CSS Document
Anthony Smith
Common CSS
©2009 Anthony Smith
Created 6/15/09 7:28PM
Updated 6/15/09 7:28PM
Validated 6/15/09 7:28PM
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;
	}
		
/* UNIVERSAL */

html, body {
	color: #000;
	background: #000;;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
	}
	
/* GLOBAL LAYOUT ELEMENTS */	
	
div#wrapperdiv {
	position: relative;
	width: 1133px;
	margin: 0 auto;
	z-index: 0;
	visibility: visible;
	}
	
div#headerdiv {
	background: url(../images/top.jpg) top left no-repeat;
	width: 1133px;
	height: 71px;
}

div#leftcontentdiv {
	width: 59px;
	height: 645px;
	float: left;
	background: url(../images/AS_2_11_10_10.jpg) top left no-repeat;	
}

div#centercontentdiv {
	position: relative;
	width: 1016px;
	height: 645px;
	float: left;
	visibility: visible;
	z-index: 0;
}

div#rightcontentdiv {
	width: 58px;
	height: 645px;
	float: left;
	background: url(../images/AS_2_11_10_r.jpg) top left no-repeat;	
}

div#footerdiv {
	position: relative;
	visibility: visible;
	z-index: 0;
	width: 1133px;
	height: 62px;
	background: url(../images/AS_2_11_10_24.jpg) top left no-repeat;
}

div#creditdiv {
	width: 245px;
	height: 15;
	position: absolute;
	visibility: visible;
	z-index: 10;
	top: 28px;
	left: 430px;
}

div.clearfloats {
	clear: both;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

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