

body {
margin : 0;
padding : 0;
width : 100%;
min-width : 1000px;
font : font-family:Verdana, Arial, sans-serif;
background : #F5F5DC;
line-height : 1.5em;
color : #555;
}
			/*TOP BANNER*/


#header-container {
  height : 80px;
  padding : 0;
  margin : 0;
  background : #F5F5DC;
}



			/*TOP NAVIGATION*/

#topnav-container {
  clear : both;
  padding : 0;
  margin : 0;
  background : #F5F5DC;
}

#topnav {
  height : 25px;
  margin : 0;
  padding : 0;
  padding-left : 10px;
  background : #000080;
}

#topnav ul {
  list-style-type : none;
  color : #fff;
  padding : 0;
  margin : 0;
  text-align : left;
  font-weight : bold;
  line-height : 25px;
}

#topnav li {
  display : inline;
}

#topnav li a, #topnav a:visited {
text-decoration : none;
background : #000080;
color : #C0C0C0;
margin : 0;
padding : 0 5px 0 5px;
border-right : 1px solid #ffffff;
}

#topnav a:link.active, #topnav a:visited.active, #topnav a:hover {
 text-decoration : underline;
 color : #FFFFFF;
}

#content {
  width : 1000px;
  margin: 20px auto;
}

#foto {
  float : left;
}

#fototext {
  margin-left : 10px;
  float : left;
  font-size : 18px;
 
}

#individual {
  clear : both;
  width : 1000px;
  margin : 20px auto;
  padding-top : 20px;
  text-align : justify;
  overflow : auto;
}




#col_content {
 float : left;
 margin-left : 8px;
 margin-right : 8px;
 height : 270px;
 width : 180px;
 display : block;
 border : 1px solid #808080;
 text-align : center;
 padding : 0;
 padding-top : 10px;
}

#column a {
  color : #000080;
  text-decoration : none;
}

#content a:link.active, #content a:visited.active, #content a:hover {
 background-color : #D9D9C2;
 text-decoration : none;
 color : #000080;
}

#col_content img {
  width : 160px;
  height : 160px;
}

#address {
 clear : both;
 margin : 20px 0 0 0 ;
 padding : 20px 0 20px 0;
 text-align : center;
 font-size : 24px;
 color : 000080;
}


			/*FOOTER*/
#footer {
 clear : both;
height : 25px;
background : #000080;
color : #000;
padding : 0;
padding-right : 20px;
margin : 0;
text-align : right;
}
#footer a {
color : #C0C0C0;
background : inherit;
}
#footer a:hover {
color : #FFFFFF;
background : inherit;
}

#footer a:link.active, #footer a:visited.active, #footer a:hover {
 text-decoration : underline;
 color : #FFFFFF;
}

#gallery {
  width : 800px;
  height : 90px; 
  margin : 0 auto;
  padding : 20px 0 20px 0;
  text-align : center;
}

.gallerytext {
  clear : both;
  text-align : center;
}

.hoverbox
{
	cursor: default;
	list-style: none;
	padding : 0;
	margin : 0;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview_left
{
	display: none;
	text-decoration : none;
}

.hoverbox a:hover .preview_left
{
	display: block;
	position: absolute;
	top: -286px;
	left: 0px;
	z-index: 1;
}

.hoverbox a .preview_right
{
	display: none;
	text-decoration : none;
}

.hoverbox a:hover .preview_right
{
	display: block;
	position: absolute;
	top: -286px;
	left: -260px;
	z-index: 1;
}

.hoverbox img
{
	background: #F5F5DC;
	border: 0px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 96px;
	height: 64px;
}

.hoverbox li
{
	background: #F5F5CD;
	border-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 0 3px 0 3px;
	padding: 2px;
	position: relative;
}

.hoverbox .preview_left
{
      background-image: url(files/br_left.png);
	width: 370px;
	height: 285px;
	line-height : 1em;
}

.hoverbox .preview_right
{
      background-image: url(files/br_right.png);
	width: 370px;
	height: 285px;
	line-height : 1em;

}

.preview_left img {
	width : 360px;
	height : 240px;
	padding : 2px;
	margin : 2px;
}

.preview_right img {
	width : 360px;
	height : 240px;
	padding : 2px;
	margin : 2px;
}













			/*TYPOGRAPHY*/
h1 {
margin : 0;
text-align : center;
font-size : 2em;
font-style : underline;
color : #0000CC;
background : inherit;
}

h2 {
margin-top : 0;
padding-top : 0.5em;
padding-bottom : 0.5em;
text-transform : uppercase;
letter-spacing : 3px;
font-size : 1.5em;
color : #885835;
background : inherit;
}
h3 {
margin-top : 0;
font-size : 0.75em;
text-align : center;
color : #666;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
text-decoration : none;
color : #006699;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #444;
background : inherit;
}
a img {
border : 0;
}
			/*IMAGES*/
.myimage {
float : left;
padding : 10px;
border : 1px solid #aaa;
margin-right : 10px;
}
.myimage2 {
float : right;
padding : 10px;
border : 1px solid #aaa;
margin-left : 10px;
}
