body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #707070;
}

/* Page */

#page {
	width: 1021px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.gif) repeat-y;
}

/* header */

#header {
	background: #FFFFFF;
	width: 800px; 
	height: 129px;
	border-bottom: 1px solid #d7d7d7;
	}
		
#tagline {
	padding: 42px 25px 0px 23px;
	}
		
.liveurban { 
	color: #E51837; 
	font-family: arial,verdana,helvetica; 
	font-size: 22px; 
	line-height: 16px; 
	font-weight: bold;
	}

.line { 
	color: #707070; 
	font-family: "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: 13px; 
	line-height: 36px; 
	font-weight: normal;
	letter-spacing: 1px;
	}

.redtext { 
	color: #E51837; 
	font-family: "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: 13px; 
	line-height: 16px; 
	font-weight: normal;
	}
	
a {color: #E51837;
	text-decoration: none;
}	
a:link {color: #E51837;
	text-decoration: none;
}
a:hover {color: #79D601}
	text-decoration: none;
}
a:visited {color: #79D601}
	text-decoration: none;
}
a:active {color: #79D601}
	text-decoration: none;
}

#boxed {
	padding: 20px 30px 20px 30px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	height: 100%;
	font-family: "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	color: #ffffff;
}



/* Address */

#address {
	color: #707070;
	width: 195px;
	text-align: right;
 	}

/* Content */

#content {
	float: right;
	width: 799px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}

.copy {
	color: #707070; 
	font-family: "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: 10px; 
	line-height: 16px; 
	font-weight: normal;
	}
.copy a {
	color: #707070;
	text-decoration: underline;
	}
.copy a:hover {
	color: #E51837;
	}
	
#rotating-item-wrapper {
	position: relative;
	width: 400px;
	height: 399px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
