@charset "utf-8";
body  {
	font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FCFCFE url(images/bacg2.gif);
	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: #333333;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	vertical-align: baseline;
}
#wrap {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #999999;
	padding-bottom: 1px;
}
#container  {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
} 

#header  {
	background: #DDDDDD url(images/header.jpg) no-repeat center top;
	padding: 0px 10px 0px 20px;
	margin: 0px;
	height: 234px;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF url(images/side.jpg) no-repeat scroll top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
	margin: 0px;
}
#sidebar1 ul {
	margin: 30px 0px 0px;
	padding: 0px;
	width: 146px;
	list-style: none;
}
#sidebar1 li {
	list-style: none;
	text-align: left;
	display: block;
	color: #666666;
	text-decoration: none;
	background: url(navigation/bt-bg.gif) no-repeat;
	height: 28px;
	font: 12px "Courier New", Courier, monospace;
	margin: 15px 0px 0px;
	padding: 7px 0px 0px;
}
#sidebar1  a:link,#sidebar1 a:visited {
	text-decoration: none;
	font: bolder normal 14px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	letter-spacing: 0.2em;
	text-align: left;
	vertical-align: middle;
	padding-left: 30px;
	display: block;
	width: 116px;
	margin: 0px;
}
#sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus {
	
	color: #660000;	
	background: url(navigation/arrow.gif) no-repeat left center;
	
}

#mainContent  {
	background: #FFFFFF url(images/main.jpg) no-repeat center top;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	border-right: 0px none;
	border-left: 0px none;
	border-top-style: none;
	border-bottom-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding: 50px 20px 5px;
} 
#mainContent p {
	text-indent: 3em;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.03em;
}
.comment {
	font-size: 60%;
	color: #666600;
	padding: 0px;
	background: center;
	margin: 60px;
}
#mainContent a:link {
	color: #660000;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #660000;
}
#mainContent li {
	font-size: 14px;
	color: #000000;
	letter-spacing: .2em;
}



a:active {
	color: #660000;
}



#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(images/bottom-line.jpg) no-repeat bottom;
	height: 90px;
	color: #666600;
	font-size: 80%;
	font-weight: bold;
} 
#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 */
	color: #666600;
	text-align: center;
	letter-spacing: .1em;
	font: normal 100% Geneva, Arial, Helvetica, sans-serif;
}
.boldness {
	font-weight: bold;
	color: #666666;
	font-style: oblique;
	font-size: 1.3em;
}


.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;
}
.first {
	margin-top: 0px;
}
table {
	valign: middle;
	background: center center;
	text-align: center;
	width: 500px;
	margin-left: 20px;
	border: 1px solid #666666;
}
tr {
	color: #666666;
	letter-spacing: .1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
}
td {
	font-size: 14px;
	font-weight: normal;
	padding: 2px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	letter-spacing: 0.1em;
	background: center center;
}
.confirm {
	font-style: italic;
}



.title {
	width: 500px;
}
.memo {
	color: #663300;
	letter-spacing: 0.2em;
	float: none;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}

address {
	padding-bottom: 15px;
	padding-top: 10px;
	line-height: 1.5em;
	font-weight: 500;
	padding-left: 180px;
}
#footer  a:link, #footer  a:visited {
	text-decoration: underline;
	color: #666600;
	letter-spacing: 0.2em;
	text-align: left;
	vertical-align: middle;
}
#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: none;
	color: #660000;
	letter-spacing: 0.2em;
	text-align: right;
	vertical-align: middle;
}
#contact {
	background: url(images/contact-lynda.jpg) right bottom;
	height: 380px;
	margin: 30px 0px 0px;
}
#contact p {
	padding-left: 170px;
	padding-top: 20px;
	padding-right: 50px;
	text-indent: 0px;
}
#condo-pic {
	padding-bottom: 20px;
	padding-left: 60px;
}
#condo-pic p {
	margin-right: 10px;
	padding-top: 7px;
}
#condo-pic img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
