/* CSS Document */
body{
	padding:0;
	margin:0;
	font-family:"Times New Roman", Times, serif;
	font-size:large;
	color:#000000;
	background-color:#ffffff;
}

#wrapper{
	width:1000px;
	margin:0 auto;
	background-color:#ffffff;
}

#masthead{
	height:40px;
	background-image:url('images/masthead.jpg');
	background-repeat:no-repeat
}

#middle{
	height:460px;
	background-image:url('images/middle.jpg');
	background-repeat:no-repeat;
	padding-left:135px;
	padding-top:0px
}

#lower{
	height:75px;
	background-image:url('images/lower.jpg');
	background-repeat:no-repeat
}

#container{
	z-index:1;
	left: 0px;
	top: 0px;
	clip: rect(0px,430px,430px,0px);
	height:430px;
	width:430px;
		position:relative;
	float:left;

	overflow: hidden;
}

#content{
	position:absolute;
	height:589px;
	width:420px;
	bottom:430px;
	right:430px;
	z-index:1;
	left: -1px;
	top: 2px;
}
#scroller{
	height:100px;
	width:25px;
	float:right;
	margin-top:0px;
	margin-left:0px;
}

#navigation{
	height:275px;
	width:275px;
	float:right;
	margin-top:150px;
	text-align:right;
}


#navigation ul{
	list-style:none;
	padding:0;
	margin:0;
}

#navigation li{
	padding:0;
	margin:0;
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	font-size-adjust:none;
	font-style:none;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	font-variant:small-caps;
}

#navigation a{
	display:block;
	max-width:100px;
	max-height:35px;
	overflow:hidden;
	text-align:right;
	padding:0px 0px 0px 0px;
	height:35px;
	width:275px;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-size-adjust:none;
	font-style:none;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	font-variant:small-caps;
}


a {
	color: #A54221;
}

a:hover {
	color: #FF6600;
}
