@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.twoColFixRtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.wedding_gallery {
	margin-right: 26px;
}

.twoColFixRtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 535px;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.75em;
	font-family: "Trebuchet MS", Arial, Verdana, serif;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	width: 369px;
} 
.twoColFixRtHdr #mainContent p {
	font-size: 0.75em;
	font-family: "Trebuchet MS", Arial, Verdana, serif;
}
.greenText {
	font-weight: bold;
	color: #A1BF2B;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
}

.pinkText {
	font-weight: bold;
	color: #E90887;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
}
.twoColFixRtHdr #mainContent li {
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.twoColFixRtHdr #mainContent h1 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F4028A;
}
.twoColFixRtHdr #mainContent h2 {
	font-size: 1em;
	font-weight: bold;
}
.twoColFixRtHdr #mainContenttestimonials {
	width: 930px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 
 
.twoColFixRtHdr #mainContenttestimonials p {
	font-size: 0.8em;
	text-align: center;
}
.twoColFixRtHdr #mainContenttestimonials li {
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.twoColFixRtHdr #mainContenttestimonials h1 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 10px;
}
.twoColFixRtHdr #mainContenttestimonials h2 {
	font-size: 1em;
	font-weight: bold;
}
.twoColFixRtHdr #footer {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 35px;
	background-image: url(images/dashed_line.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #e90887;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.athome_galleryH {
	margin-right: 44px;
}
#menu {
	padding: 0px;
	height: 52px;
	margin: 0px;
}
#menu ul {
	margin-left: 0px;
	padding-left: 0px;
}
#menu li {
	display: inline;
}
#menu li a {
	width: 121px;
	display: block;
	float: left;
	height: 31px;
	color: #EC008C;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 21px;
}
#menu li a.home {
	background-image: url(images/home1.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	width: 109px;
}
#menu li a.homecurrentpage,
#menu li a:hover.home {
	color: #A1BF2B;
	background-image: url(images/home2.gif);
	background-repeat: no-repeat;
		padding-left: 12px;
	width: 109px;
}
#menu li a.about {
	background-image: url(images/about1.gif);
	width: 98px;
	background-repeat: no-repeat;
	padding-left: 30px;
}
#menu li a.aboutcurrentpage,
#menu li a:hover.about {
	background-image: url(images/about2.gif);
	background-repeat: no-repeat;
	color: #A1BF2B;
		width: 98px;
		padding-left: 30px;
}
#menu li a.weddings {
	background-image: url(images/weddings1.gif);
	background-repeat: no-repeat;
	width: 144px;
	padding-left: 4px;
}
#menu li a.events {
	background-image: url(images/events1.gif);
	background-repeat: no-repeat;
	width: 144px;
	padding-left: 4px;
	padding-top: 10px;
	height: 42px;
}
#menu li a.eventscurrentpage,
#menu li a:hover.events {
	background-image: url(images/events2.gif);
	background-repeat: no-repeat;
	width: 144px;
	padding-left: 4px;
	padding-top: 10px;
	height: 42px;
	color: #A1BF2B;
}
#menu li a.weddingscurrentpage,
#menu li a:hover.weddings {
	background-image: url(images/weddings2.gif);
	background-repeat: no-repeat;
	color: #A1BF2B;
	width: 144px;
	padding-left: 4px;
}
#menu li a.inthehome {
	background-image: url(images/in_home1.gif);
	width: 119px;
	background-repeat: no-repeat;
	height: 42px;
	padding-top: 10px;
	padding-left: 22px;
}
#menu li a.inthehomecurrentpage,
#menu li a:hover.inthehome {
	background-image: url(images/in_home2.gif);
	color: #A1BF2B;
	width: 119px;
	background-repeat: no-repeat;
	height: 42px;
	padding-top: 10px;
	padding-left: 22px;
}
#menu li a.intheoffice {
	background-image: url(images/in_business1.gif);
	width: 104px;
	height: 42px;
	padding-top: 10px;
	background-repeat: no-repeat;
	padding-left: 22px;
}
#menu li a.intheofficecurrentpage,
#menu li a:hover.intheoffice {	
		background-image: url(images/in_business2.gif);
	width: 104px;
	padding-top: 10px;
	background-repeat: no-repeat;
	padding-left: 22px;
		color: #A1BF2B;}
#menu li a.contact {
	background-image: url(images/contact1.gif);
	background-repeat: no-repeat;
	width: 116px;
	padding-left: 20px;
}
#menu li a.contactcurrentpage,
#menu li a:hover.contact {
	background-image: url(images/contact2.gif);
	background-repeat: no-repeat;
	color: #A1BF2B;
	width: 116px;
	padding-left: 20px;
}

