body
{
  background-image: none;
}

h2
{
	width: 100%; /*Clearing the news.css*/
}

/********* Decorative Rip **********/
#decorative_rip
{
  position: absolute;
  left: 0px;
  top: 400px;
  background: url("../images/rip_shadow.png") repeat scroll center top transparent;
  display: block;
  height: 50px;
  width: 100%;
}

/********* Home Page Content **********/
#home_content
{
  /*position: relative;
  top: 150px; */ /* From the bottom of the Main Menu. */
  margin-top: 150px;
  width: 920px;
  /* height: 525px; */ /* Pushing the Footer Navigation down. */
  background-position: center top;
}

#homemade
{
  position: relative;
  margin: 0px 0px 0px 600px;
  width: 296px;
  height: 100px;
  background: url('../images/homemade.png') repeat-y scroll center top transparent;
}

#homemade h2
{
  display: none;
}

#homemade p
{
  position: absolute;
  left: 102px;
  top: 68px;
  font-size: 10pt;
}

#homemade a:link, #homemade a:visited
{
  color: #9AfE8C;
}

.column
{
  margin-top: 75px; /* News and Events top. */
  /* float: left; */
  margin-left: 0px;
  padding: 5px;
  /* height: 150px; */
}

#only_news /* If there are no up coming Events use this tag. */
{
  width: 900px;
}

#news_events table, tr/*, td*/
{
    margin: 0px;
    padding: 0px;
    border: none;
    vertical-align: top;
    width: 100%;
}

#previous_news a
{
  float: right;
  margin: 0px 10px 3px 10px auto;
  padding: 1px 2px 1px 2px;
  color: #F36E21;
  text-decoration: none;
  font-size: 10pt;
}

#previous_news a:hover {
  color: #000;
  background: #F36E21;
}

#events
{
  margin-left: 10px;
  width: 250px;
}

#events div.title
{
  font-variant: small-caps;
  font-weight: bold;
  text-align: center;
}

#events div.date
{
  font-size: 9pt;
  color: #A94D25;
}

#events p
{
  text-indent: 1em;
  text-align: justify;
  color: #F9803A;
}

.event
{
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid #F36E21;
}

img
{
  border-style: none;
}


