﻿body 
{
    background-image: url("images/Background.jpg");
}

#Logo
{
    width:975px;
    height:25px;
    margin:auto;
}

#Page
{
    width:975px;
    height:575px;
    margin:auto;
    background-image: url("images/PhotoBackground.jpg");
    background-repeat:no-repeat;
}

#Menu
{
    width:280px;
    height:420px;
    float:left;
    z-index:1;
    margin-left:-20px;
    position: relative;
    top:50px;
    background-image: url("PNG/Black Transparency.png");
    padding-left:30px;
    font-family:Verdana;
    font-size:18px;
    color: White;
}

#Menu a:link, #Menu a:visited
{
    font-family:Verdana;
    font-size:30px;
    color: White;
}

#Content
{
    width:400px;
    height:420px;
    float:right;
    z-index:1;
    margin-right: 20px;
    position:relative;
    top:50px;
    background-image: url("PNG/Black Transparency.png");
    font-family:Verdana;
    font-size:12px;
    color:White;
    overflow:auto;
}

#WideContent
{
    width:600px;
    height:420px;
    float:right;
    z-index:1;
    margin-right: 20px;
    position:relative;
    top:50px;
    background-image: url("PNG/Black Transparency.png");
    font-family:Verdana;
    font-size:12px;
    color:White;
    overflow:auto;
}


#Content a:link, #Content a:visited
{
    color:White;
    text-decoration:underline;
    font-family:Verdana;
    font-size:12px;
}

#WideContent a:link, #WideContent a:visited
{
    color:White;
    text-decoration:underline;
    font-family:Verdana;
    font-size:12px;
}

h1
{
    font-family:Verdana;
    font-size:12px;
    color:White;
    font-weight:bold;
}

h2
{
    font-family:Verdana;
    font-size:12px;
    color:White;
    font-weight:bold;
}

h3
{
    font-family:Verdana;
    font-size:12px;
    color:White;
    font-weight:bold;
}

.ie8Fix
{
    z-index:999;
}

.PriceListTable
{
    width:100%;
    padding:0px;
    margin:0px;
    border: none, 0px;
}

.PriceListLeftColumnTitles
{
    font-weight:bold;
    background-color:Black;
    width:80%;
}

.PriceListLeftColumn
{
    width:80%;
}

.PriceListRightColumn
{
    width:20%;
}

.PriceListRightColumnTitles
{
    font-weight:bold;
    background-color:Black;
    width:20%;
}

#ContactFormTable
{
    width:100%;
}

#ContactFormTable td
{
    vertical-align:top;
}

#GalleryTable
{
    width:100%;
}

#GalleryTable td
{
    text-align:center;
}

#LinksTable
{
    width:100%;
}

#LinksTable td
{
    vertical-align:top;
}

#LinksTable a:visited

{
    color:White;
}


.LinksTableTitles
{
    font-weight:bold;
    background-color:Black;
}

#ArticleTitlesTable
{
    width:100%;
}

.ArticleBodyTable
{
    width:100%;
}

.ArticleBodyTable img
{
    float:right;
    clear:right;
}

.SmokeyEyesArticleTable
{
    width:100%;
}

.SmokeyEyesArticleTable img
{
    float:none;
}

.BookmarkTags td
{
    text-align:center;
    vertical-align:top;
    width:20%;
}

.BookmarkTitle
{
    text-align:left;
}

#GalleryTable img
{
    border:none 0px;
}

a:link img, a:visited img
{
    border:none;
}