﻿/* Colors */
body
{
    background-color: Black;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	color:#CCCCCC;
	margin:0;
	width:100%;
}
#nav
{
    margin-left: 32px;
    text-align: right;
    width: 209px;
    padding-bottom: 20px;
    position: relative;
    top: 130px;
    float: left;
}
#navHeader
{
    background-image:url(Images/Silver/ScaledHeader.png);
    position:relative;
    width:208px;
    height:69px;
    float: left;
}
#navCenter
{
    background-image:url(Images/Silver/ScaledCenter.png);
    background-repeat:repeat-y;
    position:relative;
    top:69px;
    width:208px;
    height:auto;
    float: left;
}
#navFooter
{
    background-image:url(Images/Silver/ScaledFooter.png);
    background-repeat:no-repeat;
    position:relative;
    top:69px;
    width:208px;
    height:73px;
    float: left;
}
#navBody
{
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 208px;
    height: auto;
    float: left;
}
.navelement
{
    padding: 10px;
    font-variant: small-caps;
    font-weight: normal;
    text-decoration: none;
    text-align:center;
    color: #666666;
    font-size: 24px;
    line-height: 18px;
}
.navelement a:link, .navelement a:visited, .navelement a:active
{
    text-decoration: none;
    color: #666666;
    font-size: 24px;
}
#container
{
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:830px;
	overflow:visible;
    float:left;
    left:220px;
    top:-120px;
}
#header
{
    background-image: url(Images/Silver/Header.png);
    position: absolute;
    width: 830px;
    height: 130px;
    top: 0px;
    left: 0px;
    margin-top: 40px;
}
#mainHolder
{
    background-image:url(Images/Silver/Center.png);
    background-repeat:repeat-y;
    position:relative;
    width:830px;
    height:auto;
    top:130px;
    left:0px;
	float:left;
}
#footer
{
    background-image:url(Images/Silver/Footer.png);
    background-repeat:no-repeat;
    position:relative;
	clear: both;
	height: 130px;
	width:830px;
	margin:0px;
	border:0px;
	padding:0px;
	padding-bottom:40px;
	top:80px;
}
#mainContent
{
	border-style: none;
    border-color: inherit;
    border-width: 0px;
    position:relative;
	    top:0px;
	    left:0px;
	    width:830px;
	height:auto;
	    margin:0px;
	    padding:0px;
	    text-align:left;
	    float:left;
}
#mainText
{
    padding: 5px 55px 5px 55px;
    margin-bottom: 100px;
    float: left;
    width: 717px;
    height: auto;
}
.section_desc, .section_desc a:link, .section_desc a:visited, .section_desc a:active
{
    font-family: Georgia, Times New Roman, Times, serif;
    color: #666666;
    font-size: 17px;
}
.image_caption
{
    text-align:center;
    color:Black;
}
.title
{
    /*Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-family: Georgia, Times New Roman, Times, serif;
    color: #999999;
    font-size: 30px;
    font-weight: normal;
    font-variant: small-caps;
    line-height: 1.2em;
    margin: 45px auto 0;
    text-align: center;
    width: 100%;
}
.banner
{
    font-family: Georgia;
    color: #999999;
    font-size: 30px;
    font-weight: bold;
    font-variant: small-caps;
    line-height: 1.2em;
    margin: 45px auto 0;
    text-align: center;
    width: 100%;
}
.weddingImage
{
    border-width:0;
    text-align:center;
}
.bannerImage
{
    border-width:0;
    text-align:center;
    height: 150px;
}
/*
a.imagelink
{
    color: #333333;
}
a:hover.imagelink
{
    color: #333333;
}
a:visited.imagelink
{
    color: #666666;
}
a.imagelink img.auctionimage
{
    border: 2px solid #333333;
}
a:visited.imagelink img.auctionimage
{
    border: 2px solid #666666;
}
*/
