body {
	margin:0;
	background-color: #332e35;
	font-family: Arial, Verdana,  Helvetica;
	color:#ffffff;
}
body img {
	border:0;
}
.clear{
	clear:both;
}

.hr {
width:400px;
height: 1px;
background-image: url("/images/hr.gif");
margin:15px 0 15px 0;
}


/*MAIN FONT STYLES*/
.blue {
	color:#1eaadd;
}
.lightBlue {
	color: #a1b6be;
}
.large {
	font-size:1.5em;
}
a {
	color:#1eaadd;
	text-decoration:none;
}
a:hover {
	color:#dddbde;
	text-decoration:none;
}
.title {
	color:#1eaadd;
	font-size:1.2em;
	margin:0 0 10px 0;
}
.intro {
	color:#a1b6be;
	font-size:0.8em;
	line-height: 1.4em;
	letter-spacing: -0.1px;
	font-weight: bold;
	margin:0;
}
.contact-intro {
	color:#a1b6be;
	font-size:0.8em;
	line-height: 1.4em;
	letter-spacing: -0.1px;
	font-weight: bold;
	margin:0 0 0 5px;
}
.maincopy {
	color:#dddbde;
	font-size:0.75em;
	line-height:1.5em;
	margin:0 0 20px 0;
}
ul {
	list-style: square;
	font-size:0.7em;
	line-height:2em;
	margin:0 0 0 20px;
	padding:0;
	color:#1eaadd;
}
ul il {
	margin:0;
	padding:0;
}



/*STRUCTURE*/
#body-wrapper{
	width:980px;
	margin:auto;
	margin-top:40px;
}
#main-wrapper{
	width:940px;
	margin-left:40px;
}
#logo {
	margin-left: 20px;
	float: left;
}
#squares {
	margin-left: 20px;
	float: left;
}
#top-email {
	width: 595px;
	height: 24px;
	border-bottom:1px solid #1eaadd;
	margin-top:35px;
	float: left;
}
	#top-email p{
		font-size:0.8em;
		font-weight:bold;
		margin:0;
		text-align: right;
		padding-right: 45px;
	}
#main-content {
	width:880px;
	margin:25px 0 0 20px;
}
	#left-column {
		width:395px;
		float:left;
		margin-left:5px;
	}
	#right-column {
		width:400px;
		margin-left:70px;
		float:left;
	}
	#flash-column {
		width:460px;
		margin-left:20px;
		_margin-left:10px;
		float:left;
	}

.roomname {
	border-right:1px solid #535053;
	color: #dddbde;
	height: 20px;
	width:100px;
	font-size: 0.75em;
}
.roomnumber {
	padding-left:10px;
	color: #dddbde;
	height: 20px;
	width:100px;
	font-size: 0.75em;
}
.rooms {
	border-bottom:1px solid #535053;
	color: #a1b6be;
	height: 20px;
	width:100px;
	font-size: 0.75em;
}
.numbers {
	border-bottom:1px solid #535053;
	padding-left:10px;
	color: #a1b6be;
	height: 20px;
	width:100px;
	font-size: 0.75em;
}
	
#error-bg {
	width:460px;
	height: 420px;
	background:url('/images/location.jpg') no-repeat;
}

	
	
	