body
{
  margin: 0px;
  background-color: #f4c724;
  text-align: center;
  font-family: verdana;
  font-size: 12px;
}

#mainContainer
{
  margin: auto;
  width: 800px;
  height: 1200px;
  background: url( ../images/background.jpg ) no-repeat;
}

#topLinks
{
  height: 68px;
}

#bottomLinks
{
  margin-top: -43px;
}

#header
{
  height: 119px;
  background: url( ../images/new_header.jpg ) no-repeat;
}

#splash
{
  margin-left: 22px;
}

#newContent
{
  height: 189px;
  margin-left: 28px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 150px;
  background: url( ../images/new_bg.jpg ) no-repeat;
  color: #A80000;
  text-align: left;
}

#newGallery
{
  height: 318px;
  width: 800px;
  text-align: center;
}

#creation
{
  float: left;
  margin-left: 29px;
  margin-top: -16px;
  padding: 60px 30px 0px 20px;
  width: 200px;
  height: 498px;
  color: #A80000;
  text-align: left;
  background: url( ../images/creation_bg.jpg ) no-repeat;
}

#gallery
{
  float: right;
  width: 470px;
  margin-top: 15px;
  margin-right: 50px;
  text-align: left;
}

#events
{ 
  width: 655px;
  height: 515px;
  margin-top: 9px;
  margin-left: 26px;
  padding: 60px 0px 0px 30px;
  color: #A80000;
  text-align: left;
  background: url( ../images/events_bg.jpg ) no-repeat;	
}

#aboutContent
{
  float:left;
  margin-top: -12px;
  margin-left: 19px;
  width: 315px;
  height: 468px;
  padding: 85px 0px 0px 30px;
  color: #A80000;
  text-align: left;
  background: url( ../images/about_bg.jpg ) no-repeat;	
}

#aboutImg
{
  float: right;
}

#contact
{ 
  width: 655px;
  height: 515px;
  margin-left: 17px;
  padding: 60px 0px 0px 30px;
  color: #A80000;
  text-align: left;
  background: url( ../images/contact_bg.jpg ) no-repeat;	
}

#contact .inputbox
{
  border: 1px solid #e9a91f;
  background-color: #f4c724;
  font-family: verdana;
  width: 250px;
  padding: 5px;
}

#contact textarea
{
  border: 1px solid #e9a91f;
  background-color: #f4c724;
  font-family: verdana;
  font-size: 12px;
  width: 595px;
  height: 175px;
  padding: 5px;
}

#contact .button
{
  border: 1px solid #e9a91f;
  background-color: #f4c724;
  font-family: verdana;
  color: #A80000;
  font-weight: bold;
  width: 75px;
  height: 30px;
}

#logFrame
{
  visibility: hidden;
  position: absolute;
  top: 250px;
  left: 0px;
  right: 0px;
  margin-right: auto;
  margin-left: auto;
  
  width: 300px;
  height: 150px;
  
  border: 1px solid #e9a91f;
  background-color: #f4c724;
}

#logFrame .ajax-loading
{
  padding: 20px 0;
  background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}

#logFrame h1
{
  color: #A80000;
  font-size: 18px;
}

#contactInfo
{
  width: 200px;
  border: 1px solid #e9a91f;
  text-align: left;
  padding-bottom: 3px;
}

#contactInfo div
{
  padding: 3px 0px 0px 6px;
}

#contactInfo .header
{
  border-bottom: 1px solid #e9a91f;
  background-color: #e9a91f;
  padding: 3px;
}

#footer
{
  clear: both;
  color: #A80000;
  font-size: 10px;
  font-weight: bold;
}

#designBy
{
  color: #A80000;
  font-size: 10px;
}

#designBy a
{
	color: #A80000;
	text-decoration: none;  
}

.button
{
  border: 1px solid #e9a91f;
  background-color: #f4c724;
  font-family: verdana;
  color: #A80000;
  font-weight: bold;
  width: 75px;
  height: 30px;
}

#logDiv.ajax-loading 
{
  padding: 20px 0;
  background: url( ../images/spinner.gif ) no-repeat center;
}

