body
{
margin: 0;
padding: 0;
text-align: center;
background-color:#999999;
overflow: hidden;
}

#container
{
margin: 10px;
width: 800px;
height: 1000px;
border: 1px solid #000000;
background-color: #FFFFFF;
text-align: left;
vertical-align: top;
}

#header
{
width: inherit;
height: 94px;
background-image: url(images/logo1.jpg);
background-position: top;
background-repeat: no-repeat;
}

#topnav
{
width: inherit;
height: 16px;
}

#divider
{
width: inherit;
height: 63px;
background-image: url(images/head_right.jpg);
background-position: left;
background-repeat: no-repeat;
}

#content
{
float: right;
width: 680px;
margin: 10px;
text-align: left;
font: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#gallerycontent
{
float: right;
width: 680px;
margin: 10px;
text-align: center;
font: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#menu
{
float: left;
margin: 10px;
font-size: x-small;
width: 75px;
}

#footer
{
text-align: center;
font-size: x-small;
vertical-align: bottom;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B7090B;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}

/* This is for the mouseover code*/
	.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;

}

/*This is for the Lightbox code */