@charset "utf-8";
/* CSS Document */

#master {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	color: #D6D6D6;
}
body {
	text-align: right;
	background-color: ea8ba9;
	background-repeat: no-repeat;
	color: #66B3FA;
	background-image: url(../Images/lgbg.jpg);
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:1240px;
	z-index:auto;
	background-image: url(../Images/homebg.jpg);
	border: medium solid #000;
	color: #D5AE07;
	background-repeat: no-repeat;
}
#nav {
	position:absolute;
	left:28px;
	top:339px;
	width:161px;
	height:382px;
	z-index:auto;
	border: 1px none #000;
}
#txt {
	position:absolute;
	left:200px;
	top:330px;
	width:746px;
	height:757px;
	z-index:auto;
	border: 1px none #000;
	text-align: center;
	color: #000;
}

