/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serifl;
	font-size:14px;
	color:#FFF;
	margin:0 auto;
	background:url(../images/pageBg.gif) repeat-x;
	background-color:#dbebff;
}

div.header{
	width:980px;
	margin:0 auto;
}

div.nav{
	width:202px;
	padding-left:10px;
}

div.body{
	width:960px;
	margin:0 auto;
	clear:both;
	background-color:#7c4e34;
	border:solid 1px #FFF;
	padding:20px 10px 20px 10px;
}

div.text{
	width:710px;
	padding:0px 10px 10px 20px;
	float:right;
	text-align: center;
}

div.words{
	text-align:left;
	width:700px;
	background:url(../images/mainBg.gif) no-repeat center center;
}

div.footer{
	clear:both;
	width:960px;
	margin:0 auto;
	background-color:#7c4e34;
	border:solid 1px #FFF;
	margin-top:20px;
	height:15px;
	color:#FFF;
	padding:10px;
	margin-bottom:10px;
}

div.footerLeft{
	float:left;
}

div.footerRight{
	float:right;
}

a.subNav, a.subNav:active, a.subNav:link, a.subNav:visited {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
	font-size:14px;
}

a.subNav:hover {
	color:#CCC;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

a, a:active, a:link, a:visited {
	color:yellow;
	text-decoration:underline;
}

a:hover {
	color:#999;
	text-decoration:none;
}
