body {
    font-family: arial;
    font-size: 10pt;
    margin: 0;
    background: url(images/page_background.png);
    text-align: center;
    height:100%;
}
table,td {
    font-family: arial;
    font-size: 10pt;
    border-spacing: 0;
}
a {
    color: #4f719e;
}
a:hover {
    color: #0000ff;
}
h2 {
    margin: 40px 0 10px 0;
    font-size: 18px;
}
input, textarea, select {
    border-top: 1px solid #4f719e;
    border-left: 1px solid #4f719e;
    border-bottom: 1px solid #4f719e;
    border-right: 1px solid #4f719e;
}

.shade {
    width: 886px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    overflow: hidden;
    background: url(images/shade.png) repeat-y;
}
#topdeco {
    width: 100%;
    margin: 0 auto;
    height: 185px;
    padding: 0;
    overflow: show;
}
#topbar {
    width: 100%;
    margin: 0 auto;
    background: url(images/topbar.png) right top;
    height: 50px;
    z-index: 0;
    text-align: center;
}
.right {
    position: relative;
    float: right;
}
#main {
    background: #ffffff url(images/main_background.png) left top repeat-y;
    border-left: 1px solid black;
    border-right: 1px solid black;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 870px;
    height: 100%;
}
.contbg {
    background: url(images/corner.png) left top no-repeat;
}
#nav {
    z-index: 2;
    height: 100%;
}
#logocontainer {
	position: relative;
    margin: 0 auto;
    width: 870px;
}
#logo {
    position: absolute;
    left: -69px;
    top: 110px;
    z-index: 100;
}
#logonaam {
    left: 0px;
    top: 0px;
    border: 0px;
    z-index: 1;
    margin: 0;
    padding: 0;
    height: 50px;
    vertical-align: bottom;
}
#links {
    margin-top: 100px;
    float: left;
    width: 120px;
    z-index: 5;
    text-align: left;
    padding: 8px;
}
#links a {
    background: url(images/nav_link_deco.png) 0 0 no-repeat;
    display: block;
    color: #404040;
    height: 20px;
    width: 128px;
    overflow: hidden;
    margin: 12px 0px;
    padding-top: 2px;
    padding-left: 16px;
    z-index: 5;
    text-decoration: none;
    font-weight: bold;
}
#links a:hover {
    color: #4f719e;
    z-index: 5;
}
#content {
    margin-bottom: 20px;
    width: 700px;
    padding: 2px 10px;
    z-index: 5;
    height: 100%;
}
#bottomdeco {
    position: relative;
    width: 870px;
    height: 20px;
    color: #808080;
    text-align: right;
    font-size: 8pt;
}

#occassions td {
	padding: 0 15px 5px 0;
}
#occassions th {
	vertical-align: top;
	text-align: right;
	padding: 0 10px 5px 0;
}
#occimages {
	white-space: nowrap;
	overflow: auto;
	width: 700px;
}
#occimages img {
	border: 0;
	margin: 2px;
}

.bottom {
    bottom: 0;
    width: 150px;
}

.enlargedimg {
	position: absolute;
	display: none;
	border: 2px outset;
	margin: 2px;
}

#largeimage {
	position: absolute;
	display: none;
	background: #ffffff;
	border: 1px solid #4f719e;
	padding: 10px;
}

