body {
background-color; #ffffff;
text-align: center;
font-family: "arial";
}

#header {
width: 100%;
height: 100px;
margin-top:20px;
margin-bottom:auto;
margin-right:auto;
margin-left:auto;
background-color: #ffffff;
}

#menubar {
width: 100%;
height: 35px;
margin: auto;
background-color: #E0E0E0;
}

#menubarin {
width: 880;
height: 35px;
margin: auto;
padding-top: 10px;
text-align: left;
background-image:url('menuin.jpg')
}

#banner {
width: 100%;
height: 225px;
margin: auto;
background-image:url('grad1.jpg');
background-repeat;
}


#banner1 {
width: 880px;
height: 225px;
margin: auto;
}

#contentwrapper{
width: 880px;
height: 400px;
margin: auto;
background-color: #ffffff;
text-align: left;
}

#contentwrappergal{
width: 880px;
height: 1050px;
margin: auto;
margin-bottom: 80px;
background-color: #ffffff;
text-align: left;
}

#contentwrapperleft{
width: 580px;
height: auto;
margin: auto;
background-color: #ffffff;
text-align: left;
float: left;
padding-top: 10px;
}



#contentwrapperright{
width: 230px;
height: 520px;
margin: auto;
background-image:url('testwrap1.jpg');
text-align: left;
float: right;
padding-left: 10px;
padding-right: 10px;
}

#shadow {
width: 100%;
height: 35px;
margin: auto;
}

#footer {
width: 100%;
height: 90px;
margin-top: 35px;
margin-bottom:auto;
margin-right:auto;
margin-left:auto;
background-color: #E0E0E0;
clear: both;
}

#footercontent {
width: 880px;
height: 90px;
margin: auto;
background-image:url('foot1.jpg');

}

.content {
color: #999999;
font-family: "arial";
font-size: 17px;
font-weight: normal;
text-decoration: none;
text-align: left;
}

.h2 {
color: #333333;
font-family: "ariel";
font-size: 17px;
font-weight: normal;
text-decoration: none;
text-align: left;
}

.h3 {
color: #666666;
font-family: "ariel";
font-size: 17px;
font-weight: normal;
text-decoration: none;
text-align: left;
}

.menu {
color: #ffffff;
font-family: "arial";
font-size: 17px;
text-decoration: none;
}

.menu a, .menu a:visited {
color: #ffffff;
font-family: "arial";
font-size: 17px;
text-decoration: none;
}

.menu a:hover {
color: #0097FE;
font-family: "arial";
font-size: 17px;
text-decoration: none;
}

#imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
}

.clear			{ clear:both; }
.photo-link		{ padding:5px; margin:5px; border:1px solid #ccc; display:block; width:200px; float:left; }
.photo-link:hover	{ border-color:#999; }