/* screen.css */
p   {
	color:#949494;
	}
a	{
	color:#949494;
	text-decoration:none;
	}

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:850px;
	background:#fff
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:700px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(images/bg_outer.gif) repeat-y center center;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	font-size:11px;
	line-height:18px;
	}
html>body #outer{height:auto;}
#header
	{
	position:absolute;
	top:0;
	width:700px;
	height:120px;
	overflow:hidden;
	z-index:100;
	}
#header p
	{
	text-align:center;
	color:#b3b3b3;
	padding:13px 0px 0px 0px;
	}
#header a
	{
	color:#b3b3b3;
	text-decoration:none;
	}
#header a:hover
	{
	text-decoration:underline;
	}
#footer 
	{
	width:700px;
	clear:both;
	height:50px;
	left:0;
	bottom:0;
	position: absolute;
	border-top:#b3b3b3 1px solid;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:102px;/* for ie5 */
	he\ight:100px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:700px;
	padding:120px 0px 0px 0;
	margin-left: auto ;
  	margin-right: auto ;	
	}
#clearfooter {width:100%;height:102px;clear:both}
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-102px;} /*safari wrapper */
div#content {
	margin-left: auto ;
  	margin-right: auto ;
	}
div.galleryitem
	{
	float:left;
	padding:10px 20px 5px 42px;
	}
div.galleryitemlist
	{
	float:left;
	padding:20px 10px 10px 17px;
	}
div#slideshow
	{
	width:500px;
	height:200px;
	margin:0 0 10px 100px;
	}
.logo {
	margin:30px 0 0 0;
	}
.heading {
	margin:10px 0;
	}
.imgborder {
	padding:2px; 
	}
p.url {
	float:right;
	margin:0 35px 0 0;
	}
.mainimage {
	padding:1px;
	border:#999 1px solid;
	margin-bottom:10px;
	}
div#address {
	float:left;
	}
div#map {
	float:right;
	}