/* CSS Document
Karen Stalye
Home CSS
© 2008 Karen Stalye
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Built 1/13/07 10:39AM
Updated 1/13/07 10:39AM
Validated 1/13/07 10:39AM */
	
	
/* 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/tile2.jpg) top left repeat;
	}	
	
/* Global Layout Elements */

div#wrapperdiv {
	width: 750px;
	margin: 10px auto 0 auto;
	position: relative;
	z-index: 0;
	}
	
div#flooddiv {
	width: 297px;
	height: 133px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: 0;
	top: 511px;
}


div#repdiv {
	width: 350px;
	height: 95px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: 324px;
	top: 542px;
	text-align: center;
	color: #E7DFBA;
	font-size: 90%;
	line-height: 130%;
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-weight: normal;
}
	
div#navdiv {
	width: 750px;
	height: 59px;
	}
	
div#bodydiv1 {
	width: 750px;
	height: 366px;
	background: url(../images/home2_16.jpg) top left no-repeat;
	}
	
div#newsdiv {
	width: 750px;
	height: 44px;
	}
	
div#myspacediv {
	width: 750px;
	height: 44px;
	}
	
div#bodydiv2 {
	width: 750px;
	height: 168px;
	background: url(../images/home2_23.jpg) top left no-repeat;
	}
	
div#footerdiv {
	width: 750px;
	height: 31px;
	background: url(../images/home2_24.jpg) top left no-repeat;
	font-size: 70%;
	color: #59120b;
	}
	
div#copyrightdiv {
	width: 300px;
	float: left;
	text-align: left;
	padding: 7px 0 0 20px;
	}
	
div#dvmdiv {
	width: 300px;
	float: right;
	text-align: right;
	padding: 7px 20px 0 0;
	}
	
div#entersitediv {
	width: 61px;
	height: 46px;
	position: absolute;
	visibility: visible;
	z-index: 10;
	top: 545px;
	left: 363px;
	}
	
div.clearfloats {
	clear: both;
	}
	
/* Links */

div#footerdiv a {
	color: #59120b;
	text-decoration: none;
	}
	
div#footerdiv a:hover {
	color: #000;
	text-decoration: underline;
	}
	
div#repdiv a {
	color: #F1EBD5;
	text-decoration: underline;
	}
	
div#repdiv a:hover {
	color: #DACA8F;
	text-decoration: underline;
	}

