/* CSS Document */

html, body {
	margin: 0px;
	padding:0;
	font: Verdana, Arial, Helvetica, sans-serif 1.0em #000;
}

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

* html body {
	overflow:hidden;
	padding-bottom:30px
}/* for ie only */

* html #footer {position:absolute}/*for ie*/


#outer {
	position: absolute;
	top: 110px;
	right: 0;
	float: right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	overflow:auto;

}

#banner {
	height: 120px;
	margin-right: 1em;
	float: right;
}


#left {
	margin-right:3em;
	float:left;
	position: relative;
	z-index:0;
}

#middle {
	width: 20em;
	float:left;
	position: relative;
	z-index:1;
	border-right: 1px solid #000;
	padding-right: 30px;
	margin-right: 15em;
}


#right {
	position: absolute;
	right: 0;
	text-align: right;
	padding-right: 1em;
	width: 12em;
	z-index:2; 
}


#right ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

#right li {
	margin-bottom: 1em;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
}

#right li a:link {
	color: #3c3;
}

#right ul li a:hover {
	color: #39f;
}

#right ul li a:visited {
	color: #6c6;
	}
	
#right ul li a.selected {
	color: #f90;
}

.clear {
	clear: both;
}

#footer {
	height:30px;/*same height as margin bottom on body*/
	position: fixed;
	bottom:0;
	right:0;
	text-align:right;
	padding: 0 20px;
	color: #999;
	border-top: 1px solid #666;
	z-index: 40;
	background: #fff;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}


p {
	font-size: 0.9em;
	color: #333;
}

h1 {
	font-size: 0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffF;
	font-weight: normaL;
}

h2 {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight: bold;
}

a img {
	border: none;
}

.gallery ul {
	float: left;
	list-style: none;
	width: 500px;
}

.gallery li {
	display: inline;
}

.gallery li img {
	margin: 2px;
}


/*
ul .gallery {
	float: left;
	max-width: 600px;
	border: 1px solid #000;
	list-style: none;
}

ul .gallery li {
	list-style: inline;
}
*/


