body{
	font-size: 14px;
	color: #333333;
	background-color: #616161;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
}
a{
	color: #333333;
	text-decoration: underline;
}
a:hover{
	color: #333333;
	text-decoration: none;
}
h1{
	font-size: 26px;
	font-weight: normal;
}
h2{
	font-size: 22px;
	font-weight: bold;
	color: #666666;
}
h3{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
div.hr {
  height: 2px;
  background: #cccccc;
  margin-bottom:40px;
  margin-top:40px;
  clear:both;
}
div.hr hr {
  display: none;
}
#top{text-align: center;}
#nav{text-align: center;}
#image{text-align: center;}
#content{
	background-color: #FFFFFF;
	text-align: left;
	width:920px;
	margin:0 auto;
}
#content img{
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#footer{
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 40px;
	text-align: center;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
