img, div { behavior: url(iepngfix.htc) }
body {
	text-align:center;
	font-family:serif;
	font-size:11pt;
	color:#444;
		background-color: #bdce9d;

}
#outer {
	border:2px #000 solid;
	width:987px;
	height:652px;
	margin:10px auto;
	padding:2px;

}
#container {
	text-align:center;
	background-image:url(../img/silk-bg.jpg);	
	background-repeat:no-repeat;
	position:relative;
	height:650px;

	border:1px #000 solid;
}
#footer {
	text-align:center;
	font-size:10pt;
	margin:20px 0 0 0;
	clear:both;
}
/*NAV BAR*/
#navigation {
	background-color: #A3BA79;
	border-width: 1px 0;
	font-size: 1.1em;
	position:absolute;
	bottom:105px;
	left:0px;
	width:985px;
}
/* for Internet Explorer */
/*\*/
* html #navigation{
		width:977px;
}
/*end hack*/

#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul {
	padding: 5px 0;
	text-align: center;
}

#navigation ul li {
	display: inline;
	margin-right: 0;
}

#navigation ul li.last {
	margin-right: 0;
}

#navigation ul li a {
	padding: 5px 0.5em;
	color: #000;
	text-decoration: none;
}
#navigation ul li a:hover {
	background-color:#69754E;
}

#navigation ul li a:hover span {
	color: #FFF;
	text-decoration: none;
}