body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-style:normal;
	color: #000000;
	background-color:#ffffff;
}
#container {
	text-align: center;
	border: 0px solid red;
	height: 90%;
	width:780px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height:60px;
	border: 0px solid red;
}

#header img {
	float:left;
}	

#contact {
	float: right;
	text-align:right;
	/*border: thin solid #00FF00;*/
}
.clear {
	clear: both;
	margin:0;
	padding:0;
}

#menu ul
{
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
}

#menu li
{
    display: inline;
    list-style-type: none;
}

#menu a { 
    padding: 2px 15px; 
	color:#FFFFFF;
	background-color: #003399;
	font-weight:bold;
	font-size:1em;
}

#menu a:link, #menu a:visited
{
    color: #ffffff;
    background-color: #003399;
    text-decoration: none;
}

#menu a:hover
{
    color: #003399;
    background-color: #ffffff;
    text-decoration: none;
	border: 1px solid #000000;	
}


#menu a span {
	display: none;
}
	
#menu a:hover span {
	display: block;
	position: absolute;
	width:80%;
	margin-left:10%;
    top:120px;
	padding:150px 0px;
	/*border:1px solid orange;*/
	z-index:10;
}	

/*IE5 &amp; 6 hack*/
html div#menu a:hover span {
  left:212px;
  lef\t:12px;
}

html div.web {
  left:212px;
  lef\t:12px;
} 
/*end of IE5 &amp; 6 hack*/

div.thumb {
	margin: 5px;
	border: 1px solid #003399;
	height: auto;
	float: left;
	text-align: center;
	width:245px;
}	

.thumb img{
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
}

.thumb a, .thumb a:visited {
	text-decoration:none;
	color:#003399;
}

.thumb p {
	margin: 10px;
	text-align:left;
}		

.thumb a:hover img {border: 1px solid black;}

.thumb .noborder {
	border: 0px solid black;
}

.photocattitle {text-align: center; font-weight: bold;}

.phototitle {
	text-align: center;
	font-weight: normal;
	margin: 0 3px 3px 3px;
}

#footer {
	border-top: 1px solid black;
	font-size:0.8em;
}

#footer a:link, #footer a:visited, #footer a:hover {
	text-decoration:none;
}	
