/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:1000px;/* for mozilla*/
	background: url(images/bg_body1.gif) no-repeat #fff;
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.5em;
	}
h1
	{
	font-size:19px;
	margin: 10px 0px 10px 0px;
	}
p
	{
	margin: 0px 0px 20px 0px;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:1000px;
	text-align:left;
	margin:auto;
	position:relative;
	background: url(images/bg_outer2.gif) repeat-y;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:1000px;
	height:200px;
	overflow:hidden;
	z-index:100;
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:205px;
	float:left;
	padding:200px 10px 0px 0px;
	}
#footer 
	{
	width:100px;
	clear:both;
	height:150px;
	left:0;
	bottom:0;
	position: absolute;
	}
#footer p
	{
	position: relative;
	left: 50px;
	top: 5px;
	}
#footer a {color:#000;text-decoration:none;}
#footer a:hover {color:#a9965d;}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:152px;/* for ie5 */
	he\ight:150px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:750px;
	float:right;
	padding:220px 0px 0px 0px;
	margin:0 0 10px 0;
	}
#clearfooter {width:100%;height:152px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-152px;} /*safari wrapper */

#topnav
	{
	position:absolute;
	top:230px;
	left:0px;
	margin:10px 0 0 0;
	}
#topnav img {
	margin:10px 0 0 0;
	}
#topnav a
	{
	margin:0px 0px 0px 0px;
	}
.galleryitem
	{
	width:180px;
	float:left;
	margin: 10px 23px;
	}
* html .galleryitem
	{
	margin: 0px 15px;
	}
.galleryitem p
	{
	text-align:center;
	}
.imgplace
	{
	margin:5px;
	}
.imgplace img {
	border:solid #000 1px;
	padding:0px 0px 0px 0px;
}
#leftbox {
	margin:10px 0 0 0px;
	}
*.html #leftbox {
	margin:10px 0 0 0px;
	}	
img.headimg {
	float:left;
	margin:10px 30px 0 30px;
	}
div#headimg {
	margin:40px 0 0 300px;
	}	
div#contentleft {
	float:left;
	width:270px;
	}
div#contentright {
	float:right;
	width: 420px;
	margin:20px 0 0 0; 
	}
div#footerimg {
	margin:0 0 0 270px;
	}
div#footerimg img {
	margin:0 23px;
	}
div.teamimg {
	float:left;
	width: 155px;
	height: 225px;
	margin:0 0 0 25px;
	}
#contentleft li
	{
	font-weight:bold;
	font-size:16px;
	line-height:25px;
	}
#centrecontent a { color:#000; font-weight:bold; }