


/**layout**/
body
{ 
background: #ffffcc
} 

#wrapper {
	text-align: left;
	margin: auto;
	width: 720px;
	background: ffffff;
  position: relative;
  
}

#header {
  background: #f4eddb url(image/headbg.jpg);
  background-repeat: repeat-x;
  height: 216px;
 
  
}

img.headimage {
	
  height: 200px;
  width: 182px;
  padding-left: 15px;
  padding-top: 10px;
}

#logo {
  position: absolute;
  top: 3px;
  left: 210px;
  width: 420px;
  color: #000000;
}
#logo h1 {
  font: bold 36px courier new, sans-serif, arial;
  letter-spacing:6px;
  text-decoration:underline;
}


#dateheader {

  position: absolute;
  top: 100px;
  left: 210px;
  width: 480px;
  color: #000000;
	
}

#dateheader h2 {
  font: bold 24px courier new, sans-serif, arial;
  letter-spacing:1px;
}

#countdown {
  position: absolute;
  top: 130px;
  left: 210px;
  width: 500px;
  color: #000000;
}
#countdown h2 {
  font: bold 24px courier new, sans-serif, arial;
  letter-spacing:1px;
}

#menucontainer {
  background:#fff;
  width: 720px;
  }
  
#body {
background:#fff url(image/bodytransbg.jpg) ;
height:100%;
background-repeat: repeat-x;
border-left: #663300 2px solid;
border-right: #663300 2px solid;
border-bottom: #663300 2px solid;
padding-top: 10px;
padding-left:10px;
padding-right:10px;

  }
#post{
background:#fff ;
height:100%;
border-bottom: #663300 1px solid;
padding-top: 5px;
padding-left:2px;
padding-right:2px;

  }
  
  
  
h1.body {
font: bold 26px courier new, sans-serif, arial;
color: #003300;
letter-spacing:1px;
}
h2.body {
font: bold 20px courier new, sans-serif, arial;
color: #003300;
letter-spacing:1px;
}
p.body {
font: bold 14px courier new, sans-serif, arial;
color: #003300;
letter-spacing:1px;
}
img.body {
vertical-align: middle;
margin: 0 0 15px 15px;
padding: 5px; border: 1px solid #aaa;
}
a:link { 
	color: #333333;
	}
a:visited { 
	color: #333333;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}


/**Menu Style**/

#menu {
	background: #663300 ;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 720px;

}
#menu li {
	float: left;
	font: 15px "courier new", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	
}
#menu a {
	background: #663300 url("image/seperator.gif") top right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	
}
#menu a:hover {
	background: #666600 url("image/turtlepointer.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;

