/* CSS Document */
#body {background-color:#333; font:Georgia, "Times New Roman", Times, serif; }
#container {
  margin: 0px auto;
  padding: 0px;
  width: 900px;/* width of the layout -- can be set to any value including percentages */
  overflow: hidden;
}
#header {
	height: 100px;
	color: #009999;
	font: bold 36px Georgia, "Times New Roman", serif;
	width: 675px;
	position: relative;
	margin-top: 3%;
	margin-bottom: 2%;
	margin-right: auto;
	margin-left: auto;
	background-image: url("http://paulasnyder.biz/bg28.jpg");
	background-repeat: repeat;
	background-position: left bottom;
}
#header #picframe {
	float: left;
	height: 75px;
	width: 44px;
	padding-right: 15px;
	background-image: url("http://paulasnyder.biz/red%20winged%20blackbird2.jpg");
	background-repeat: no-repeat;
	background-position: center;}
#header #textframe1 {
	width: 615px;
	height: 40px;
	float: left;
}
#header #textframe2 {
	width: 615px;
	height: 40px;
	float: left;
	margin-bottom: 10px;
}
#header #tin {
	background-image: url("http://paulasnyder.biz/tintrim2.png");
	background-repeat: no-repeat;
	height: 15px;
	width: 675px;
	background-position: bottom;
	float: left;
}

#menu{
	width:475px;
	height:50px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu ul{
	display:block;
	list-style:none;
	margin:0px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
}
#menu ul li{
display:inline;
padding:0px;
margin:0px;
height:27px;
}
#menu ul li a{
	height:27px;
	display:block;
	padding:0px 10px 0 10px;
	margin:0 4px 0 4px;
	float:left;
	text-decoration:none;
	text-align:center;
	color:#BFBFBF;
	font-size:13px;
	line-height:27px;
	font-weight: normal;
}
#menu ul li a:hover{
	background-image: url("http://paulasnyder.biz/menu_bt_bg.gif");
	background-repeat: repeat-x;
	background-position: center;
}
#footer {
	height: 55px;
	background: #333;
	width: 688px;
	border: 2px solid #252525;
	margin-top: 3%;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
}
#footer #box1 {
  color: #111;
  text-align: left;
  float: left;
  height: 50px;
  width: 195px;
  list-style: none;
  padding-top: 5px;
  padding-right: 7px;
  padding-left: 7px;
  font: 11px Georgia, "Times New Roman", serif;
  background: #AAA;
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
}
#box1 a:link {color: #961212; text-decoration: none;}
#box1 a:visited {font-weight: 400; text-decoration: none;}
#box1 a:active {background: #FFF;}
#box1 a:hover {color: #961212; background: #FFF;}
#footer #box2 {
  text-align: center;
  float: left;
  height: 45px;
  width: 184px;
  list-style: none;
  padding: 5px;
  background: #959595;
  display: inline;
  font: 11px/2em Georgia, "Times New Roman", serif;
  border-left: 1px #007D7D;
  border-left-style: dotted;
  border-left-color: #961212;
}
#box2 a:link {text-decoration: none; color: #2E2E2E;}
#box2 a:visited {
  color: #2e2e2e;
  background: #999;
  text-decoration: none;
}
#box2 a:active {color: #2e2e2e; background: #FFF;}
#box2 a:hover {color: #961212; background: #FFF;}
#footer #box2 a {font-weight: 600;}
#footer .idbox {
  width: 70px;
  list-style: none;
  padding-top: 20px;
  background: #838383;
  font: 600 12px Georgia, "Times New Roman", serif;
  border-left: 1px;
  border-left-style: dotted;
  border-left-color: #961212;
  float: left;
  text-align: center;
  height: 35px;
}
#footer .idbox a:link {
  text-decoration: none;
  color: #2E2E2E;
}
#footer .idbox a:visited {
  color: #2e2e2e;
  background: #999;
  text-decoration: none;
}
#footer .idbox a:active {color: #2e2e2e; background: #FFF;}
#footer .idbox a:hover {color: #961212; background: #FFF;}
#hosted {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	color: #993399;
}
#hosted a {text-decoration: none; color:#993399;}
#inner_content2 h3{color:#006699;text-decoration:none;}
#inner_content2 a{text-decoration:none;color:#961212;}