/* Blanket settings */
* {
  padding: 0;
  margin: 0;
  border: 1;
}

blockquote {
  margin-left: 2em;
}

#front-page {
  background: #f9f2df;
  margin: auto;
  width: 701px;
  font-family: arial, verdana, sans-serif;
}

#wrapper {
 clear: both;
 background: #fff;
 border: 1px solid black;
 width: 701px;
 text-align: center;
}

#main {
  clear: both;
  background: #fff;
  border-top: 1px solid black;
  width: 701px;
}

#col_one {
  float: left;
  width: 260px;
}

#col_one p, #col_two p {
	text-align: center;
}

#col_two {
  float: right;
  width: 300px;
}

#header1 {
  width: 140px;
  height: 140px;
  float: left;
  border-right: 1px solid black;
}

#header2 {
  width: 559px;
  height: 140px;
  border-right: 1px solid black;
  float: right;
}

#col_one {
  float: left;
  width: 260px;
}

#col_one p, #col_two p {
	text-align: center;
}

#col_two {
  float: right;
  width: 300px;
}

#tier1 {
  clear: both;
/*  height: 534px;  */
  font-family: arial, verdana, sans-serif;
}

/* Side Navigation */
#side_nav {
  width: 140px;
/*  height: 534px; */
  float: left;
  font-weight: bold;
  font-size: 12px;
  background-color: #f3e5c0; 
  border-right: 1px solid black;
  text-align: left;
}

#side_nav2 {
  background-color: #f3e5c0; 
} 

#side_nav ul, #side_nav2 ul {
 /* border-right: 1px solid black; */
}

#side_nav ul li {
  list-style-type: none;
/*  height: 26px; */
  border-bottom: 1px solid black;
  overflow: hidden;
}

#side_nav a, #side_nav2 a {
  text-decoration: none;
  color: #000;
  display: block;
  padding-left: 5px;
  padding-top: 5px;
}

#coming {
  text-decoration: none;
  color: #000;
  display: block;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 8px;
}

#side_nav a:hover, #side_nav2 a:hover {
  text-decoration: none;
  color: #000;
  background-color: #e5c66b;
  display: block;
  padding-left: 5px;
  padding-top: 5px;
}

#side_nav a, #side_nav a:hover {
  height: 26px;
}

#side_nav2 ul li {
  list-style-type: none;
  height: 26px;
  border-bottom: 1px solid black;
}

#side_nav2 a, #side_nav2 a:hover {
  height: 21px;
}

#giving {
  padding-top: 0px; 
  height: 18px;
}

#small_div {
  background: url(/images/bar.jpg) repeat-x;
  height: 25px;
  padding-top: 2px; 
}

#small_div a, #small_div a:hover {
  margin-top: 2px !important;
  margin-top: 4px;
  height: 21px;
}

.bar {
    background: url(/images/bar.jpg) repeat-x;
	height: 1px;
	width: 701px;
}

#hl_pic {
  height: 334px;
  width: 560px;
  float: left;
  text-align: left;
  font-size: 12px;
}

#extra_info {
  width: 160px;
  height: 334px;
  float: left;
}

.imgborder{
  border: 2px solid #CC9933;
  padding: 2px;
}

#bottom{
color:#999999;
font-family: "Times New Roman", Times, serif;
font-size:12px;
width:742px;
text-align:center;
border-width:thin;
border-color:#000000;
}

#bottom a{
color:#999999;
text-decoration:none;
}

#bottom a:hover{
text-decoration:underline;
color:#999999;
}

