﻿#sideWrapper {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	z-index: 400;
}

/* side image */
#sideImage {
	width: 160px; 
	height: 150px; 
	margin: 10px 0px 0px 10px;
	background-image: url(../../images/sideimage_bg.jpg);
	background-repeat: repeat-x;
}

#rolling {
	padding: 3px 0px 0px 3px;
	width: 154px;
	height: 144px;
}

/* button bar */
#butBar {
	margin: 0px 0px 0px 40px;
	padding: 0px;
	width: 120px;
}

#butBar td {
	width: 120px;
	height: 52px;	
	line-height: 14px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
}

#butBar img {
	vertical-align: top;
}

#butBar a:link, #butBar a:link, #butBar a:visited	{
	font-family: Arial, sans-serif;
	font-size: 14px; 
	color: #fff;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: none;
}

#butBar a:hover	{
	font-family: Arial, sans-serif;
	font-size: 14px; 
	color: #fff; 	
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: underline;
	text-transform: none;
}

/* regular housing */
.sideHousing {
	width: 160px;
	margin: 30px 0px 0px 10px;
}

* html .sideHousing {height: 70px;}
*>.sideHousing {min-height: 70px;}

.sideHousing h2 {
	margin: 0px 0px 0px 6px !important;
}


/* */
#powered {
	position: absolute;	
	left:42px;
	width: 90px;
	height: 40px;
}

* html #powered {bottom: 19px;}
*>#powered {bottom: 22px;}

#weather {
	margin: 50px 0px 0px 20px; 
	text-align: left;	
}



