:focus 
{
  -moz-outline-style: none;
}

*{
	margin:0; padding:0; border:0; color:#444; 
}

:focus 
{
  -moz-outline-style: none;
}

body { background: url(/web_images/bg_site.png) top left no-repeat; font-family:helvetica, arial, sans-serif; font-size:0.75em; line-height:1.7em;}	


/* IMAGES */

img { position:relative; border:0; }

img.link { position:relative; top:1px;}


/* DIVS */

div { position:relative; }

#container { width:1109px; margin:0 auto; }

.next, .prev{
	cursor:pointer; 
}

#left_nav { float:left; margin-right:18px; position:relative; top:213px;}

#right_nav { float:left; margin-left:18px; position:relative; top:213px;}

#screen{
	position:relative;
	width:1110px;
}

#screen .next, #screen .prev{

}
			
#sections{
	overflow:hidden;
	width:928px; 
	height:627px;
	float:left; 
}

#sections ul{
	width:10000px;
}

#sections li{
	float:left;
	width:928px; 
	height:627px;
	display:inline;
	}

#header { height:100px; padding-bottom:60px; width:927px; margin:0 auto; }

.nav { margin-bottom:3px; }

#link { position:relative; float:left; top:0px; left:90px; }

#right { float:right; }


/* TABLES */

table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color:none;
	
}

table td {
	border-right:9px solid transparent;
	-moz-border-radius: 0px 0px 0px 0px;
	border-bottom:9px solid transparent;
}

*html table td {
border-color: white;
filter: chroma(color=white);
}

td.gallery_blank {
	background-image:url(web_images/bg_repeat.gif); background-position:0px 0px;  filter:alpha(opacity=99);	opacity:.99;
}


/* TEXT */

p {
	margin-top:4px;
}

p.photo_title { font-size:.92em; margin-top:10px; margin-bottom:0px; color:#111; line-height:1.5em; }

p.photo_desc { font-size:.83em; margin-top:0px; margin-bottom:10px; color:#888; line-height:1.5em; }

span.light { color:#999; }

/* LISTS */

ul, li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


/* LINKS */

a, img {
	outline-style: none;
}

a {
	color:#444;
	text-decoration:none;
}

a:hover {
	color:black;
	text-decoration:underline;
}
