﻿html
{
    color: Black;
}
body
{
    text-align: center;
    display: block;
    margin: 0 auto;
    font-family: Calibri;
    background-image: url('../img/page_bg.png' );
    background-repeat: repeat;
    font-size: 15px;
    color: Black;
}

#container
{
    margin:0 auto 50px;
    display: block;
    width: 1024px;
    text-align: left;
    min-width: 1024px;
    max-width: 1024px;
}

#top
{
    margin-bottom: 20px;
    width: 100%;
}

#siteinfo
{
    padding-top: 20px;
    display: block;
    width: 330px;
    height: 200px;
    font-size: 11px;
    color: Gray;
    float: left;
}

#logo
{
    display: block;
    background-image: url('../img/Header_logo.png' );
    height: 200px;
    display: block;
    background-position: left;
    background-repeat: no-repeat;
    width: 500px;
    margin-left: 330px;
}
#txtCenter
{
    margin: 0 auto;
    display: block;
    text-align: center;
}
#txtLeft
{
    display: block;
    text-align: left;
}
#txtRight
{
    display: block;
    text-align: right;
}

#separator
{
    width: 100%;
    border-bottom: solid 1px black;
    margin-bottom:30px;
}

#Menu
{
    width: 150px;
    clear: right;
    padding-left: 5px;
    font-size: 13px;
}

.menuItem
{
    color: Navy;
    line-height: 30px;
}
.subMenuItem
{
    color: Navy;
    line-height: 15px;
    margin-left: 10px;
}

#bodyL
{
    float: left;
    display: block;
    width: 100px;
    margin-top: 45px;
    margin-bottom: 45px;
}

#bodyR
{
    float: right;
    display: block;
    width: 914px;
}

#content
{
    width: 890px;
    color: White;
    padding: 10px 10px 10px 10px;
}

#masterpageContent
{
    display: block;
    float: right;
    width: 500px;
}

.album
{
    width: 200px;
    margin: 0px 0px 0px 74px;
    display: block;
    float: left;
}

.picture
{
    height: 200px;
    width: 200px;
}

.clear
{
    clear: both;
}

#footer
{
    width: 100%;
    border-top: solid 1px black;
    margin: 0 auto;
    height: 1px;
}

/************************************************
************NEWS SECTION****************/
.News
{
    background-color: Transparent;
    height: 100%;
    padding-top: 5px;
}
.Newsitem
{
    border: solid 3px white;
    margin: 0px 5px 10px 5px;
}
.NewsHeader
{
    border: solid 1px #000;
}
.NewsUser
{
    margin-right: 10px;
    color: Black;
    font-size: 15px;
    font-weight: bold;
}
.NewsTitle
{
}
.Newsbody
{
    border: solid 1px #000;
}
.Newsfooter
{
    border: solid 1px #000;
}

/* article classes */
.articleTitle
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: Navy;
    display: block;
    float: left;
    text-align: left;
    margin-left: 50px;
}

.articleParagraphTitle
{
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 16px;
    color: Navy;
}

.articleParagraphContent
{
    margin-bottom: 5px;
    color: Black;
    font-size: 13px;
}

.articleFooter
{
    margin-top: 5px;
}

.article
{
    float: right;
    width: 850px;
    border-top: solid 1px gray;
}
/*guestbook Page*/
#gbOptions
{
    display: block;
    width: 600px;
    margin: 0 auto;
    color: Black;
}
#OpenNewPost
{
    position: relative;
    margin: 0 auto 5px 5px;
    float: right;
    clear: both;
    width: 400px;
}
/*guestbook content*/
#gbMain
{
    color: Black;
    display: block;
    width: 650px;
    max-height: 2000px;
    overflow: auto;
    clear: both;
    margin: 0 auto;
}

#gbPost
{
    border: solid 1px black;
    margin: 0 auto;
    height: 200px;
    width: 605px;
    margin-bottom: 5px;
    margin-top: 5px;
}
#gbPostHead
{
    margin-left: 5px;
    height: 20px;
    color: Navy;
    height: 20px;
    width: 593px;
    background-color: #fffeee;
}
#gbPostLeft
{
    width: 300px;
    height: 20px;
    float: left;
}
#gbPostRight
{
    text-align: right;
    margin-right: 5px;
    width: 190px;
    height: 20px;
    float: right;
}
#gbPostMsg
{
    margin-left: 5px;
    border-top: dotted 2px gray;
    width: 600px;
    margin-top: 2px;
    height: 174px;
    max-height: 174px;
    overflow: auto;
    color: Black;
}


/*Contact info*/
.contactLeftImage
{
    background-image: url('../img/centerleft.jpg' );
    width: 225px;
    height: 200px;
    float: left;
    background-repeat: no-repeat;
}
.contactText
{
    width: 360px;
    height: auto;
    text-align: center;
    margin-left: 225px;
}
.contactRightImage
{
    background-image: url('../img/centerright.jpg' );
    width: 225px;
    float: Right;
    height: 200px;
    margin-right: 40px;
    background-repeat: no-repeat;
}
.subpageNav
{
    margin:0px 5px 0px 5px;
    padding-left: 5px;
    font-size: 13px;
    color: Navy;
    line-height: 30px;
}