body
{
	background: #FFF;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
}

#logo 
{ 
position: absolute; 
top: 25px; 
left: 25px; 
width: 200px; 
height: 50px; 
} 
#nav 
{ 
position: absolute; 
top: 110px; 
left: 30px; 
width: 200px; 
height: 25px;
list-style:none;
list-style-position: outside;
} 
#nav li {
	display: inline;
	text-align: left;
	list-style:none;
	list-style-position: outside;
	margin:0px 5px 0px 0px;
	padding:0px 5px 0px 0px;
}
#logo a:hover
{
   background: #FFF;
}
#infocontent 
{ 
	position: absolute; 
	top: 25px; 
	left: 230px; 
	width: 595px; 
	height: 400px;
} 
#gallery 
{ 
position: absolute; 
top: 25px; 
left: 230px; 
width: 595px; 
height: 400px;
} 
#gallery a:hover
{
   background: #FFF !important;
}
#galcopyright 
{ 
position: absolute; 
top: 420px; 
left: 245px; 
width: 510px; 
text-align: right;
color: #aaa;
}
#copyright
{  
text-align: right;
font-size:10px;
color: #aaa;
margin-top: 5px;
}
p
{
	margin: 0px 0px 10px 0px;
}
a:link
{
	font-weight:  normal;
	text-decoration:  none;
	color:  #5E84A8;
	padding: 2px;
}
a:visited
{
	font-weight:  normal;
	text-decoration:  none;
	color:  #777777;
	padding: 2px;
}
a:hover
{
	font-weight:  normal;
	text-decoration:  none;
   background: #ddd;
	padding: 2px;
}
.selected {
	background: #555;
	color: #eee;
	padding: 2px;
}
img {
border: none;
}
ul
{
	padding:0px;
	margin:5px 0px 0px 0px;
	list-style-type:none;
}