/* Index (home page) CSS */


body {
	margin: 0;
	padding: 0;
	background: url(../img/bkgrnd.jpg) 0 0 repeat;
	text-align: center;
	font-size: 62.5%;
	font-family: Arial, sans-serif;
}

div#wrapper {
	width: 766px;
	margin: 20px auto 0px auto;
	text-align: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	position: relative;
}


div#content {
	position: realtive;
	background: #fff;
	width: 766x;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 0;
	margin-top: 0;
}


div#copyright {
	background: url(../img/bkgrnd.jpg) 0 0 repeat;
	position: relative;
	height: 39px;
	width: 766px;
	text-align:center;
	margin: 0 auto;
	padding-top: 10px;
}

div#copyright p { 
	font-size: 1.2em; 
	color: #000; 
}

div#copyright p a, div#copyright p a:visited { 
	color:#000; 
	text-decoration: none; 
	font-size: 1.0em; 
	font-style: normal;
	font-weight: normal;
	font-family: Arial, sans-serif;
}
