* {
	margin:0;
	padding:0;
}

html, body 
{
	margin:0;
	height:100%;
}

img
{
	margin:0px;
	padding:0px;
}

body 
{
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance 
{ 
	width:1px;
	height:50%;
	margin-bottom:-257px; /* half of container's height */
	float:left;
}

#container 
{
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:514px;
	width:735px;
	clear:left;
}

h1
{
	font-size:14pt;
	margin:0px;
	margin-left:5px;
}

.title
{
	position:relative;
	clear:left;
	background-color:#CCFFCC;
	layer-background-color:#CCFFCC; /* for Netscape */
	height:25px;
	width:695px;
	margin-top:15px;
	margin-bottom:-15px;
}

.dateField
{
	position:relative;
	text-align:right;
	left:-5px;
	top:-5px;
	margin:0px;
}

.photo
{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

#newsContainer
{	
	text-align:left;
	position:absolute;
	left:20px;
	width:620px;
	margin:0px;
	padding-bottom:30px;
}

#titlebar
{
	position:relative;
	left:0px;
	margin:0px;
	padding:0px;
}

#menubar
{
	margin:0px;
	background-color:#CCFFCC;
	layer-background-color:#CCFFCC;
	position:relative;
	left:0px;
	top:0px;
	height:32px;
	width:735px;
	font-size:14pt;
}

.item
{
	position:relative;
	top:6px;
	margin-left:80px;
	color:black;
	text-decoration:none;
}

#selectKindBar
{
	position:absolute;
	left:91px;
	top:15px;
}
	
#content
{
	position:relative;
	text-align:left;
	left:0px;
	top:0px;
	margin:0px;
	border:0px;
	width:735px;
	height:415px;
	background-color:white;
}

#gallery_table
{
	position:absolute;
	left:91px;
	top:50px;
}

#page_iterator
{
	position:absolute;
	top:380px;
	left:91px;
	width:560px;
	text-decoration:none;
	text-align:center;
	word-spacing:15px;
}

#footer
{
	position:relative;
	top:0px;
	left:0px;
	width:735px;
	height:23px;
	background-color:#CCFFCC;
	layer-background-color:#CCFFCC;
	z-index:0;
}

#right_corner
{
	position:absolute;
	left:719px;
	top:10px;
	z-index:1;
}

#left_corner
{
	left:-2px;
	position:absolute;
	top:10px;
	z-index:2;
}

#address
{
	position:absolute;
	left:52px;
	margin:0px;
	top:5px;
}


