body{
    background-color: #9196B8;

}

table.main {
    border: 3px ridge #CC9900;
    background-image: url(images/backgroundwithlogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 576px;
}

table.main td.spacer{
    height: 138px;
}

.menu {
	background-image: url(images/menu_bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 145px;
	height: 536px;
	margin-left:10px;
}

.menu a{
    display: block;
}

.menu a img{
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.menu img{
    border: 0px;
    padding: 0px;
    margin: 0px;
}

div.title{
    display: block;
}

div.content{
	display: block;
	width: 98%;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000033;

}
.gallerytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #000066;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

table.galleria img{
    display: block;
}

table.galleria td{
    padding-bottom: 10px;
    font: nomral normal normal 12px arial;
    color: #000066;
}

table.galleria br{
    
}

table.galleria a{
    font: normal normal bold 12px arial;
    text-decoration: none;
    color: #000033;
}
table.galleria a:hover{
    color: #000066;
    text-decoration: underline;
}
    
    
