body{
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#container {
	margin: auto;
	width: 751px;
	border: 1px solid #999999;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}
a{
	text-decoration: none;
		color: #666633;
		}
a:hover{
	text-decoration: underline;
		color: #A7A692;
		}
#header{
	width:751px;
	height:320px;
	border-bottom: solid 1px #55563a;
}
#content{
	width: 723px;
	border-top: solid 4px #747559;
	padding: 14px;
}
#logo_container{
	float:left;	
	width: 263px;
	height:320px;
}
#logo{
	width: 263px;
	height: 140px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	border-top: solid 1px #828364;
}
#logo h1{
	text-indent: -90000em;
}
#nav{
	line-height: 33px;
	padding-left: 15px;
}
#nav form{
	padding: 0px;
	margin: 0px;
}
#intro_text{
	padding-left: 15px;
}
#rotation{
	width: 243px;
	float: left;
	background-repeat:no-repeat;
	background-position: bottom center;
	height: 320px;	
}
#quote{
	width: 244px;
	float: right;
	background-image:url(../images/logos.gif);
	background-repeat:no-repeat;
	background-position: top right;
	padding-top: 190px;
}
#quote p{
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
	width: 222px;
	height: 96px;
	text-indent: -9000em;
}
#footer{
	width: 730px;
	margin: auto;
	margin-top: 20px;
	color: #999999;
}
#footer a{
	color: #999999;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#copyright{
	float:left;
}
#credit{
	float: right;
}
.home_box{
	border: solid 1px #c3c3c3;
	width: 229px;
	float: left;
}
#middle_box{
	margin-left: 15px;
	margin-right: 15px;	
}
.dog_ear{
	background-image:url(../images/dog_ear.gif);
	background-repeat:no-repeat;
	background-position: top right;
	padding: 20px;
	padding-top: 16px;
	margin-top: -1px;
	margin-right: -2px;
	width: 190px;
	position: relative;	
}
h1,h2,h3{
	font-size: 1.6em;
	color: #666633;
	font-weight: normal;
}
.clear{
	clear: both;
}
