/* CSS Document */

	body {
	width:auto;
    background:  url('bgLine.jpg') repeat-y 53% 0;
	background-color:#FFFF99;
	}
	
	#wrapper {
position: relative;
margin: 0 auto;
text-align: left;
width: 800px;
}

a 
{
    font-family:Arial,sans-serif;
	font-size: 12px;
	color: #ff0000;
	text-decoration:none
	}
	
a:hover 
{
    font-family:Arial,sans-serif;
	font-size: 12px;
	color: #ff0000;
	text-decoration:underline;
}

div.Article{
  background: 
	url(images/topleft_popItems.gif) 
  top left no-repeat;
  width:100%;
  }
div.Article h2 {
  background: 
	url(images/topright_popItems.gif) 
  top right no-repeat;
  font-size:12px;
  padding:15px;
  margin:0;
  text-align:center;
  }
div.ArticleBody{
  background: 
	url(images/rightborder_popItems.gif) 
  top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  }
div.ArticleFooter {
  background: 
	url(images/bottomleft_popItems.gif) 
  bottom left no-repeat;
  }
  
div.ArticleFooter p {
  background: 
	url(images/bottomright_popItems.gif) 
  bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
  }
  
  #main
{

	width:85%;
    font-family:Arial,sans-serif;
	font-size: 11px;
	
	}
	
#countdown
{
  background:  url('images/countdown.jpg');
  background-repeat:no-repeat;
  font:Verdana, Arial, Helvetica, sans-serif;
  font-size:18px;
	background-color:#EEF2FB;
  }