@charset "UTF-8";
body {
	background-image: url(../images/grfx/bkgd1.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainNav {
	position:absolute;
	top:0;
	width:960px;
	height:50px;
	z-index:1;
	right: 12px;
}
/* CSS Document */

#quotes {
	position:absolute;
	left:0px;
	top:620px;
	width:480px;
	height:300px;
	z-index:2;
}
#textBlock {
	position:absolute;
	top:240px;
	width:960px;
	height:auto;
	z-index:2;
	right: 12px;
}

#copyright {
	position:absolute;
	left:24px;
	top:720px;
	width:950px;
	height:24px;
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9CC;
}

