/*
1. ffd169 light yellow. used for links.
2. BE6F24 tan background */


body {
    margin: 0;
	padding: 0;
	background-color: #BE6F24;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}
#wrapper {
	position: relative;
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#nav {
	margin: 0;
	padding: 0;  /* navigation area */
	height: 165px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
a:link, a:visited {
	color: #ffd169;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#content {
	margin: 0px;
	padding-top: 0px;
	padding-right: 475px;
	padding-bottom: 0px;
	padding-left: 75px;
}
#content p {
		font: 80%/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#rightside_nyc p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	padding-right: 98px;
	
}
/*all the same only different background images*/
#rightside_denver {
	width: 425px;
	text-align: right;
	display: block;
	height: 380px;
	float: right;
	padding-right: 50px;
    background-image: url(images/denver.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#rightside_dublin {
	width: 425px;
	text-align: right;
	display: block;
	height: 380px;
	float: right;
	padding-right: 50px;
    background-image: url(images/dublin.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#rightside_nyc {
	width: 425px;
	text-align: right;
	display: block;
	height: 380px;
	float: right;
	padding-right: 50px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#rightside_phoenix {
	width: 425px;
	text-align: right;
	display: block;
	height: 380px;
	float: right;
	padding-right: 50px;
    background-image: url(images/phoenix.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#rightside_sf {
	width: 425px;
	text-align: right;
	display: block;
	height: 380px;
	float: right;
	padding-right: 50px;
    background-image: url(images/sf.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*----------------------------------------------------------*/

#footer {
	font-size: 70%;
	border-top-style: none;
	padding-top: 5px;
	border-top-width: thin;
	border-top-color: #FFFFFF;
	text-align: right;
	margin-top: 30px;
	padding-right: 100px;
}

.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;
}
