﻿body {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url('Images/PageBuild/page_bg.gif');
    background-attachment: fixed;
    background-position: center top;
    background-repeat: repeat-x;
    text-align: center;
    font-family: Verdana, Arial, Tahoma;
    font-size: 11px;
}

.OuterContentDiv
{
    z-index: 0;
    position: relative;
    width: 800px;
    top: 0px;
    
    overflow: visible;
    
    background-color: #FFFFFF;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
}

.FooterOuterDiv
{
	z-index: 0;
    position: relative;
    width: 800px;
    height: 41px;
    top: 0px;
    
    background-color: #FFFFFF;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
}

.PageHeaderBG
{
    z-index: 0;
    position: relative;
    width: 790px;
    height: 200px;
    top: 4px;
    
    /*background-image: url('Images/PageBuild/page_header_bg.jpg');*/
}

.ContentTop
{
    z-index: 100;
    position: relative;
    width: 790px;
    top: 0px;
}

.ContentBG
{
    z-index: 100;
    position: relative;
    width: 790px;
    height: 300px;
    top: -33px;
    
    background-image: url('Images/PageBuild/content_vert_bg.gif');
    background-repeat: repeat-x;
    text-align: left;
}

#ImageGalleryContainer
{
	background-image: url('Images/PageBuild/semi_transparent.gif');
	position: absolute;
	top: -246px;
	left: 0px;
	width: 100%;
	height: 700px;
	z-index: 1000;
	visibility: hidden;
}

#ImageGalleryInnerContainer
{
	width: 100%;
	/*background-color: #FF0000;*/
}

.ImageGalleryAlignColumn
{
	vertical-align: middle;
	text-align: center;
}

.ImageGalleryGUITable
{
	width: 620px;
}

.ContentTabs
{
    z-index: 200;
    position: relative;
    width: 790px;
    top: -48px;
    
    text-align: right;
}

a:link {
    text-decoration: none;
    color: #000000;
}

a:visited {
    text-decoration: none;
    color: #000000;
}

a:active {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
    color: #000000;
}