@charset "utf-8";
body  {
	font: 1em 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: #99b2b7;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
.twoColFixRtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px auto;
	background-color: #d9ceb2;
} 
.twoColFixRtHdr #header {
	background-color: #DDDDDD;
	background-image:url(images/header.jpg);
	height: 197px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
	margin: 0px;
} 

.twoColFixRtHdr #header #address {
	color:#fff;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	text-align:center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 503px;
	
	float: left;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #mainContent {
	color: #6F6855;
	margin-top: 0;
	margin-right: 360px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 50px;
} 
.twoColFixRtHdr #footer {
	background:#948c75;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 10px;
} 
.twoColFixRtHdr #footer p {
	margin: 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 */
}
.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;
}
.twoColFixRtHdr #container #header #address h1 {
	font-size: 32px;
	margin: 0px;
	padding: 0px;
}
.roundedCorners{
	width: 300px;
	background-color: #99b2b7;
	border:1px solid #7a6a53;
	color:#fff;
	/* Do rounding (native in Safari, Firefox and Chrome) */
-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-bottom: 20px;
}

.twoColFixRtHdr #container #sidebar1 .roundedCorners p {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 0.9em;
}
.twoColFixRtHdr #container #mainContent  h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C75;
	font-size: 1.4em;
	margin: 0px;
	padding-bottom: 1px;
}

.twoColFixRtHdr #container #mainContent  h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #6F6855;
	font-size: 1.2em;


}

.twoColFixRtHdr #container #sidebar1 .roundedCorners h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #948C75;
	background-color: #d5ded9;
	margin-bottom:0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	margin-top: 0px;
	width: 278px;
}
#footer a {
	font-weight: bold;
	color: #D9CEB2;
}
#mainContent a {
	font-weight: bold;
	color: #B99253;
}
a.office-button, a.living-button, a.dining-button, a.child-button, a.rugs-button, a.window-button, a.bedroom-button, a.leather-button   {
	height: 30px;
	width: 250px;
	border:1px solid #948C75;
	display: block;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	padding-top: 70px;
	padding-left: 10px;
	font-size: 1.4em;
}

a.office-button:hover, a.living-button:hover, a.dining-button:hover, a.child-button:hover, a.rugs-button:hover, a.window-button:hover, a.bedroom-button:hover, a.leather-button:hover  {
	border:1px solid #fff;
	text-decoration:none;
	font-style:italic;
}

.office-button {
	background-image: url(images/home-office.jpg);
}

.living-button {
	background-image: url(images/living-room.jpg);
}

.dining-button {
	background-image: url(images/dining-room.jpg);
}

.child-button {
	background-image: url(images/child-room.jpg);
}

.rugs-button {
	background-image: url(images/rugs.jpg);
}

.window-button {
	background-image: url(images/window.jpg);
}

.bedroom-button {
	background-image: url(images/bedroom.jpg);
}

.leather-button {
	background-image: url(images/leather.jpg);
}
#sidebar1 .roundedCorners h3.roundedCorners {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5DED9;
	border-right-color: #D5DED9;
	border-bottom-color: #948C75;
	border-left-color: #D5DED9;
}
.AJXCSSMenueDFaTFD {
	clear:both;
}

.registry {
	padding:10px;
	float:right;
	color: #948C75;
	background-color: #d5ded9;
}
