* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
img, div { behavior: url(iepngfix.htc) }
body {
	text-align:center;
	font-family:serif;
	font-size:11pt;
	color:#444;
	background-color: #bdce9d;
		background-image:url('../img/background.png');

}
#outer {
	border:2px #000 solid;
	width:961px;
	height:652px;
	margin:10px auto;
	padding:2px;

}
#container {
	text-align:center;
	background-image:url(../img/home-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_choice {
	width:620px;
	text-align:center;
	margin:30px auto 0 auto;
}
#nav_choice a {
	display:block;
	width:250px;
	height:125px;
	background:#A3BA79;
	font-family:'Ovo', 'Sorts Mill Goudy', serif;
	font-size:30pt;
	color:#000;
	text-decoration:none;
	padding:23px 0 0 0;
	float:left;
	margin:30px;
	border:3px #FFF solid;
	line-height:25pt;

}
#nav_choice a:hover {
		background-color: #69754E;
		color:#fff;
}
