/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #765874;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #2F002D;
}
blockquote {
	margin: 5px 0 5px 20px;
	padding: 0;
}
ul {
	margin: 5px 0 5px 25px;
	padding: 0;
}
.caption-title {
	font-size: 24px;
	padding: 0;
	color: #957893;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	margin: 10px 0 10px 0;
	font-weight: lighter;
}
.image-left {
	float: left;
	margin-right: 10px;
}
.image-border {
	border: 1px #FFFFFF solid;
}
a:link {
	color: #957893;
	text-decoration: none;
}
a:visited {
	color: #957893;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #957893;
	text-decoration: underline;
}
h3 {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
	margin-bottom: 10px;
	background: #2F002D;
	font-weight: lighter;
}
#wedding-main {
	width: 780px;
	text-align: left;
	margin: auto;
	background: #FFFFFF url(images/wedding-bg.jpg) left top repeat-x;
}
#wedding-up {
	width: 502px;
	height: 176px;
	background: url(images/wedding-bg-up.jpg) left top no-repeat;
}
#wedding-up h1 {
	font-size: 30px;
	padding-left: 30px;
	color: #F3DFF2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 50px;
	font-weight: lighter;
}

.caption-text {
	color: #765874;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}


.address {
	margin-top: 30px;
}
.welcome-img {
	margin-bottom: 20px;
}
#menu {
	margin: 30px 0 0 0;
	height: 20px;
}
#menu ul {
	margin-left: 0;
	padding-left: 30px;
	display: inline;	
}
#menu ul li {
	margin-left: 0;
	display: inline;
	line-height: 20px;
	padding-right: 18px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#menu ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #957893;
	text-decoration: none;
}
#menu ul li a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#wedding-text {
	width: 472px;
	background: #FFFFFF url(images/wedding-bg-text.jpg) top left no-repeat;
	padding: 15px;
}
#wedding-rightbar {
	width: 246px;
	background: #FFFFFF url(images/wedding-menu-border.jpg) left top repeat-y;
}
.wedding-rightbg {
	background: #FFFFFF url(images/wedding-bg-right.jpg) right 341px no-repeat;
}
.wedding-righttext {
	width: 202px;
	margin: 0 0 20px 12px;
}
.wedding-righttext h2{
	color: #957893;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: lighter;
	border-bottom: 1px solid #EFEAEC;
}
.wedding-righttext img{
	float: left;
	margin-right: 10px;
}
#wedding-footer {
	width: 720px;
	height: 47px;
	background: #FFFFFF url(images/wedding-footer.jpg) top center no-repeat;
	margin: 0 auto;
	padding: 30px 30px 10px 30px;;
	clear: both;
}
#tabnav
{
	height: 20px;
	margin: 0;
	padding: 10px 0 0 0;
}

#tabnav li
{
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;	
	color: #2F002D;
}
	
#tabnav a:link, #tabnav a:visited
{		
	background: #2F002D;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #2F002D;
	text-decoration: none;
	color: #ffffff;
}

#tabnav a:link.active, #tabnav a:visited.active
{	
	background: #FFFFFF;
	color: #2F002D;
}

#tabnav a:hover
{
	background: #fff;
	color: #2F002D;
}
.required {
	color: #FF0000;
}