html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*----*/
body {
	background-color: white;
	background-image:url(ELimages/texture.jpg);
	background-repeat: repeat-x;	
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
	font-family: Copperplate, "Copperplate Light", "Copperplate Gothic Light", serif;
	border-right-width: 4px;
	border-left-width: 4px;
	border-bottom-color: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: solid;
	border-right-color: #FF5C00;
	border-left-color: #FF5C00;
	border-bottom-color: #FF5C00;
}
.row1 {
	height: 147px;
	width: 800px;
	margin-left: 80px;
	margin-right: 80px;
	position: relative;
	margin-left: 5px;
	float: right;
}

.row1 img {
	float: right;
}
.hotel {
	position: absolute;
	top: 100px;
	left: 0px;
}
.row2 {
	margin-left: 80px;
	margin-right: 80px;
	clear: both;
}

.nav {
	margin-top: 28px;
	border-left: solid 2px #FF5C00;
	padding-left:10px;
	padding-right: 20px;
	width: 405px;
	float: right;
}
.nav a {
	color: #000;
	text-decoration: none;
	font-size: 1.5em;
}

.nav a:hover {
	color: #FF5C00;
	text-decoration: underline;
}

.nav a:active {
	color: #FF5C00;
	text-decoration: underline;
}

ul {
	width: 450px;
	padding-bottom: 43px;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: .9em;
}

.contact img {
	padding-bottom: 1px;	
}

.row3 {
	margin-left: 80px;
	margin-right: 80px;
	clear: both;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top: 20px;
	padding-bottom: 40px;
	
}

.row3 a {
	color: #000;
	text-decoration: underline;
}

.row3 a:hover {
	color: #FF5C00;
	text-decoration: underline;
}

.row3 a:active {
	color: #FF5C00;
	text-decoration: underline;
}

.row3 h3 {
	font-weight: bold;
}

.row3 h4 {
	font-weight: normal;
}

.footer {
	clear: both;
	padding-bottom: 30px;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: .9em;
}

.roomPics img {
	border: 1px solid #000;
	padding: 0px;
	margin-top: 17px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}
