html { position:relative; }
body {
	width:970px;
	background-color: #fefefe;
	background-image: url(graphics/bkg_top.gif);
	background-repeat:repeat-x;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position:relative;
}
div {
	overflow: hidden;
	border: 0px;
	margin: 0px;
}
img {
	border: 0px;
	margin: 0px 0px 0px 0px;
}
#gallery_top{
	width:730px;
	height:58px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	font: 11px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#CCCCCC;
	text-align:center;
	font-weight:bold;
	background-image: url(graphics/bkg_gallery.gif);
	background-repeat: no-repeat;
}
#content{
	width:650px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	text-align:center;
}
#topnav {
	width:970px;
	height:39px;
	position:relative;
	text-align: left;
}
#topnav p {
	margin-top:8px;
	margin-left:10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#ccc;	
}
#topnav a { color:#ccc; }
#topnav a:hover {color:#fff; }

p {
	font: 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#333;
}
h1 {
	font: 24px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#CC0000;
}
h2 {
	font: 18px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#CC0000;
}
h3 {
	font: 11px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#333;
}
em {
	font-weight:bold;
	font-style:normal;
	color:#111;
}
strong { color:#111; }
a {
	color: #CC0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#CC0000;
}
a:active {
	text-decoration: none;
}
