/* CSS Document for Wedding Website  */

body
{
	margin:0;padding:0;
	background-color:#fef6e3;

}

td
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight: normal;
	color:#000; 
}	

p,ol,ul,li,em
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight: normal;
	color:#786e55; 
}


.TopBg
{
	background:url(images/topbg.jpg) no-repeat;
}

.HeaderBg
{
		background:url(images/headerbg.jpg) no-repeat;
}

.TopText
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight: normal;
	color:#281e04; 
}

.BodyBg
{

	background:url(images/bodybg.gif);
}

.FooterBg
{
	background:url(images/footerbg.gif);
}

.Divider
{
	background:url(images/div.gif);
}

.LeftCorner
{	
		background:url(images/letcorner.gif) no-repeat;
}

.RightCorner
{	
		background:url(images/rightcorner.gif) no-repeat;
}

.FloralBg
{
		background:url(images/floral.gif) no-repeat bottom right;
}
.ContentTop
{
	background:url(images/contenttop.jpg);
}
.Nav
{
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-size:11px;
	 font-weight:bold;
	 color:#72795D;
	 text-decoration:none;
}
/* CSS Document for Photo Album  */


.photoalbum_viewalbum
{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px;
		font-weight: bold;
		color:#000000;
}

.Photoalbum_title
{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		font-weight:bold;
		color:#000;
		text-transform:uppercase;
		padding-left:5px;
}


.Photoalbum_titleBg
{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		font-weight:bold;
		color:#000;
		background-color:#F0DBAC;
}

.Dot
{
	border:1px dotted #cccccc;
}
.Dot1
{
	border:1px dotted #cccccc;
	background-color:#FEF2DA;
}
.DotTop
{
	border-top:1px dotted #cccccc;
}
.photonext
{
	background-image:url(images/next.gif);
	background-repeat:no-repeat;
}
.photoback
{
	background-image:url(images/back.gif);
	background-repeat:no-repeat;
}


.RSVP
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}	

.Guest
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color:#000;
}

.InputRed
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	border:1px solid #c2a5a9;
	width:208px;
	color:#000;
}

.Cell
{
	background-color:#F0DBAC;
	color:#602020;
}

.CellInput
{
	background-color:#fff0f2;
}


.BorderBrown
{
	border:1px solid #f3e2e4;
	background-color:#fffbfc;
}

.button
{
	border:1px solid #fff;
	background-color:#AF5D08;
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;

}