/* Global Settings */
body         
{ 
               background-color: #3d5743;
               color: #baafa0;
               font-family: Verdana; 
               font-size: 8pt;
}

link         { color: #000000}
a:link       { color: #000000}
a:visited    { color: #000000}
a.tan:hover { color: #baafa0; text-decoration: underline; }

address
{
    font-size:12pt;
}

#NoBullets li
{
    list-style-type: none;
}

/* Background Settings */
.BGroundImage
{
  background-image: url(images/Backgrounds/WoodSm.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

/* Heading Settings */
H1, H2, H3, H4, H5
{
color: #000000;
}

.beigebk
{
    background-color: #baafa0;
    color: Black;
}

/* Table Settings */
table        
{ 
    font-family: Verdana;
    font-size: 8pt;
    width: 100%;
}

.menutbl
{
    vertical-align:top;
    text-align:center;
    width: 117px;
}

.cdtable
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.cdtblnobrd
{
    border-collapse: collapse;
}

.nobrdctrtxt
{
    border-collapse: collapse;
    text-align: center;
}

.tablepadctr
{
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: center;
}

.tdwidth25
{
    width: 25%;
}

.tdwidth50
{
    width: 50%;
}

.tdwidthctr20
{
    width: 20%;
    text-align: center;
}

.blkleft25
{
     border-left: solid 2px black;
     width: 25%;
}

.blkleft33
{
     border-left: solid 2px black;
     width: 33%;
}

.blkleft50
{
     border-left: solid 2px black;
     width: 50%;
}

.blkleft75
{
    width: 75%;
    border-left: solid 2px black;
}

.beigebk25
{
    width: 25%;
    background-color: #baafa0;
}

.beigebk50
{
    width: 50%;
    background-color: #baafa0;
}

.blkleft
{
    border-left: solid 2px black;
    padding-left: 10px;
}

.blkleftctr
{
    border-left: solid 2px black;
    padding-left: 10px;
    text-align: center;
}

.blkTop
{
    border-top: solid 2px black;
    padding-top: 10px;
}

.blkBox
{
    border: solid 2px black;
    padding: 4px;
}

/* Text Settings */
.txtPapyrus
{
    font-family:Papyrus, Verdana, Sans-Serif;
    font-size:medium;
}

.ctrdiv
{
    text-align:center;
    width: 70%;
}

.yellowtxt
{
    color: #FFCC66;
}

.black
{
    color:Black;
}

.CText
{
    text-align:center;
}

.RText
{
    text-align:right;
}

.ctritem
{
    text-align: center;
}

/* Image Settings */
.nrepeat
{
    background-repeat:no-repeat;
}

.noborder
{
    border:0;
}

/* Footer Settings */
.ftfont
{
    font-size:xx-small;
}

/* Guestbook Settings */
#NameTxt
{
	display:none;
}

/* Album Page Settings */
#AlbumContent
{
    margin:0;
    padding: 0.5em;
    width: 60em;
}
    
#AlbumLeft
{
	float:left;
	border-left:12em;		
}

#AlbumRight
{
	float:right;

}

/* Twitter/Facebook Page Settings */
#twitter
{
    border:solid 0.3em #000;
}
#facebook
{
    border:solid 0.3em #000;
}
