*{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	text-align:center;
	background: #fff url(images/page_bg.jpg) repeat-x;
	}

p{
  font-size: 12px;
  padding: 10px;
}

h2{
  font-family: Arial, Verdana, Helvetica;
  font-size: 18px;
  font-style: italic;
}

img{
  border: 0;
}
#container{
	width:854px;
	text-align:left;
	margin: 0 auto 0 auto;
	}

#top{
	width: 845px;
	height:27px;
	background: url(images/top_bg.jpg) no-repeat;
	padding-top: 110px;
	text-align: center;
	}

#menu{
	width: 813px;
	height: 25px;
	margin: 0 0 0 16px;
	background: #fff url(images/menu_bg.jpg) repeat-x;
	border: 1px solid #999;
	text-align: center;
	padding-top: 5px;
	}

a{
  font-size: 12px;
  color: #036;
  text-decoration:none;
  padding: 0 5px 0 5px;
}
a:hover{
  color: #f00;
  text-decoration:underline;
}

#content{
	width: 813px;
	min-height: 400px;
	_height: 400px;
	margin: 0 0 0 16px;
	background:#fff url(images/watermark.jpg) no-repeat center;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	text-align: center;
	
}

#footer{
	width: 845px;
	height:42px;
	background:url(images/footer_bg.jpg) no-repeat;
	text-align: center;
	font-size: 10px; 
}



