@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000;
}
.twoColFixLtHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFC;
} 
.twoColFixLtHdr #header {
	padding: 0px;
	background-color: #FFC;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #000000;

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #header img {
	margin: 0 0 0 0;
/*	float:left; */
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 20px;
	background-color: #903;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar1 h3 {
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFC;
} 
/* Change backgound color here */
#rightcontent {
	background-color: #FFC;
	padding-left: 10px;
	color: #000000;

}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 0px;
	color: ##1EA9D2;
	background-color: #000;
	background-image: url(../images/footer-bkg.jpg);
	background-repeat: repeat-x;
	height: 80px;
	margin-top: 0px;
} 



.twoColFixLtHdr #footer p {
	margin: 0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 3px;
	font-size: 1.2em;
}
.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;
}
.clearfloat-bk { /* 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;
	background-color:#903
}

div#topnav {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #903;
	margin-bottom: 0px;
	border-right: 2px solid #FFC;
	border-left: 2px solid #FFC;
}

div#topnav table {
	font-size: 1em;
}
div#topnav td {
	text-align: center;
	width:148px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #FFC;
}

#sidebar1 h3 {
	font-weight: bold;
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -12px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #container #tablemain {
	margin: 0px;
	padding: 0px;
}

.tablecontainer {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.tablecontainer td{
	vertical-align:top;
}

.tablecontainer #left {
	background-color: #903;
	width: 130px;
}

#sidebar1 div#order, #sidebar1 div#buttons {
	text-align: center;
}



#rightcontent dl {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#rightcontent dl h1 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#rightcontent h2 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
}

#rightcontent h3 {
	font-size: 1em;
	margin-bottom: 6px;
}

#rightcontent h3#bot {
	font-style: italic;
	text-align: center;
}
#rightcontent table#pictures {
	width: 100%;
	margin-bottom: 0px;
	display: none;
}

#rightcontent table#occasions {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
}

#rightcontent table#occasions td{
	width: 225px;
	padding:10px;
	text-align: center;
	background-image: url(../special/tablebk.jpg);
	background-repeat: repeat-y;
}

#rightcontent table#weddings {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}

#rightcontent table#weddings td{
	width: 200px;
	padding:10px;
	text-align: center;
	background-image: url(../special/tablebk.jpg);
	background-repeat: repeat-y;
}
#rightcontent .tablethreecol {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}

#rightcontent .tablethreecol td{
	width: 200px;
	padding:10px;
	text-align: center;
	background-image: url(../special/tablebk.jpg);
	background-repeat: repeat-y;
}

#rightcontent .tablefourcol {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

#rightcontent .tablefourcol td{
	width: 140px;
	padding:10px;
	text-align: center;
	background-image: url(../special/tablebk.jpg);
	background-repeat: repeat-y;
}

.navbuttons {
	text-align: center;
}

.buttons {
	text-align: center;
}

.buttons img{
	text-align: center;
	border-style: none;
}
