body
	{
	margin: 0px;
	background: #e4b05c url('../images/background.jpg') top center;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #4C0E04;
	}

#container
	{
	margin: auto;
	width: 880px;
	min-height: 570px; 
	}

#leftcol
	{
	float: left;
	background: url('../images/header-left.jpg') no-repeat;
	width: 303px;
	}

#leftcol .header
	{
	background: url('../images/header-left.jpg');
	height: 206px;
	}

#leftcol .aptinfo
	{
	text-align: center;
	padding-left: 40px;
	padding-top: 30px;
	}

#rightcol
	{
	float: right;
	background: url('../images/header-right.jpg') no-repeat;
	width: 577px;
	z-index: 1;
	}

#rightcol .header
	{
	background: url('../images/header-right.jpg') no-repeat;
	height: 30px;
	text-align: right;
	padding-top: 70px;
	padding-right: 15px;
	}

#rightcol h1
	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #4C0E04;
	}

#container .header a
	{
	font-family: arial, helvetica, sans;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	padding-left: 7px;
	padding-right: 7px;
	}

#container .header a:hover
	{
	text-decoration: underline;
	}

#floorplans table
	{
	width: 95%;
	margin: auto;
	border-collapse: collapse;
	border: 1px solid #000000;
	font-family: arial, helvetica, sans;
	font-size: 12px;
	color: #000000;
	}

#floorplans th
	{
	background: #000000;
	color: #ffffff;
	text-align: left;
	}

#footer
	{
	background: #e4b05c url('../images/footer.jpg') bottom center;
	height: 80px;
	}

#footer-container
	{
	margin: auto;
	width: 880px;
	font-family: arial, helvetica, sans;
	font-size: 11px;
	color: #000000;
	}

#footer-container a
	{
	color: #000000;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	}

#footer-container a:hover
	{
	text-decoration: underline;
	}

#footer-container .left
	{
	float: left;
	width: 290px;
	text-align: center;
	padding-left: 40px;
	padding-top: 25px;
	}

#footer-container .right
	{
	float: right;
	width: 530px;
	text-align: right;
	padding-top: 25px;
	padding-right: 20px;
	}

#contactform
	{
	width: 500px;
	margin: auto;
	}

/* dynamic movein calendar css */

#moveincalendar
	{
	position: relative;
	left: -0px;
	top: -0px;
	visibility: hidden;
	width: 200px;
	height: 0px;
	z-index: 3000;
	}

#moveincalendar a
	{
	text-decoration: none;
	}

#moveincalendar table
	{
	font-family: arial, helvetica, sans; 
	font-size: 11px; 
	color: #000000; 
	width: 100%;
	border: 1px solid #97BFCE;
	background: #D7D7D7;
	}

#moveincalendar td
	{
	text-align: center;
/*	border: 1px solid #97BFCE; */
	background: #ffffff;
	}

#moveincalendar table.noborder
	{
	border: 0px;
	background: #ffffff;
	}

#moveincalendar td.noborder
	{
	border: 0px;
	}

#moveincalendar td.nonmonthday
	{
	border: 0px;
	background: #EEEEEE;
	}

#moveincalendar td.today
	{
	border: 1px solid #97BFCE; 
	background: #FF8000;
	}

#moveincalendar a.event
	{
	background: #F1ED50;
	display: block;
	}

/*Residents Area*/
#residents	
	{
	width: 570px;
	margin: auto;
	}

#residents .resleft
	{
	float: left;
	width: 350px;
	padding-right: 10px;
	}

#residents .resright
	{
	float: right;
	width: 210px;
	}

#calendar
	{
	width: 210px;
	margin: auto;
	font-family: arial, helvetica, sans;
	font-size: 10px;
	color: #000000;
	}

#sidebar
	{
	position: absolute;
	top: 400px;
	left: 0px;
	z-index: 3000;
	filter:alpha(opacity=74); 
	-moz-opacity:.75;
	opacity:.75;	
	width: 270px;
	}

#calendar a
	{
	text-decoration: none;
	}

#calendar table
	{
	font-family: arial, helvetica, sans; 
	font-size: 11px; 
	color: #000000; 
	width: 100%;
	border: 1px solid #97BFCE;
	background: #D7D7D7;
	}

#calendar td
	{
	text-align: center;
/*	border: 1px solid #97BFCE; */
	background: #ffffff;
	}

#calendar table.noborder
	{
	border: 0px;
	background: #ffffff;
	}

#calendar td.noborder
	{
	border: 0px;
	}

#calendar td.nonmonthday
	{
	border: 0px;
	background: #EEEEEE;
	}

#calendar td.today
	{
	border: 1px solid #97BFCE; 
	background: #FF8000;
	}

#calendar a.event
	{
	background: #F1ED50;
	display: block;
	}


