/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center; /* center site in ie5.0 and 5.5 */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #740000;
}
h1, h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	padding: 0.7em 0.7em 0 0.6em;
	color: #740000;
	font-weight:normal;
}
h2 {
	font-size: 0.8em;
}
h5 {
	padding: 0.3em 1em 0 1em;
	font-size: 0.70em;
}
table {
	width: 500px;
	margin-left: 10px;
	margin-top: 1em;
	border-collapse:collapse;
}
td {
	border-right: 1px solid #5B001F;
	border-bottom: 1px solid #5B001F;;
	width: 10%;
	padding: 0.5em;
	font-size: 0.75em;
	color: #540000;
	
}
th {
	padding: 0.5em;
	width: 12%;
	background-color:#740000;
	color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 0.70em;
}
input, textarea
{
    border: 1px solid #740000;
	padding: 2px;
    background-color:#eee;
    color:#3C3C3C;
	font-size: 1em;
} 
textarea {
	font-size: 12px;
}
p {
	font-size: 0.70em;
	padding: 1em 1em 0 1em;
}
img {
	border: 0;
}
a, a:visited, a:active {
	color: #D6CBAF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
div#shadow {
	position: absolute;
	width: 1005px;
	height: 630px;
	left: 50%;
	top: 50%;
	margin-left: -503px;
	margin-top: -300px;
	text-align: left;
	background-image:url(../images/shadow.gif);
	background-repeat: no-repeat;
}
#container {
	width: 992px;
	height: 586px;
	border: 1px solid #fff;
	background-color:#000;
	background-image:url(../images/container_bgr.jpg);
	background-repeat:repeat-y;
}
#menu {
	position: absolute;
	left: 1px;
	top: 72px;
	width: 992px;
	height: 38px;
}
ul#menu  {
	list-style: none;
	border-bottom: 1px solid #740000;
}
#menu li {
	float: left;
}
#menu img {
	cursor:pointer; /* opera */
	display: block;
}
#content {	
	position: absolute;
	width: 518px;
	height: 453px;
	left: 1px;
	top: 111px;
	background: #333;
	background-image:url(../images/content_bgr.jpg);
	background-repeat:no-repeat;
}
#content ul {
	padding: 0.2em 1.6em;
}
#content ul li {
	font-size: 0.75em;
}
#content ul li ul li, #left_col ul li ul li ul li {
	font-size: 1em;
}
#content a, #small_wrap a, #map a {
	color: #740000;
}
#text {
	overflow:auto;
	position: absolute;
	width: 518px;
	height: 453px;
	left: 1px;
	top: 0px;
}
#text img {
	float: right;
	clear: right;
	padding: 1px;
	margin: 0.3em;
	border: 1px solid #740000;
}
#flash, #map {
	position: absolute;
	width: 474px;
	height: 327px;
	left: 519px;
	top: 110px;
	background-color:#555;
}
#map {
	border-top: 1px solid #740000;
	border-left: 1px solid #740000;
}
#small_wrap {
	position: absolute;
	width: 474px;
	height: 127px;
	left: 519px;
	top: 437px;
	background-image:url(../images/small_wrap_bgr.jpg);
	background-repeat: no-repeat;
}
#reservations {
	float:left;
	width: 259px;
	color: #740000;
}
#killarney {
	margin-top: 1px;
	width: 214px;
	float: right;
}	
#footer {
	position: absolute;
	width: 990px;
	height: 22px;
	left: 1px;
	top: 564px;
	border-left: 1px solid #BFAE86;
	border-right: 1px solid #BFAE86;
	border-bottom: 1px solid #BFAE86;
	background-color: #333333;
	background-image:url(../images/footer_bgr.jpg);
	background-repeat: repeat-x;
	color:#FFFFFF;
	overflow: hidden;
}
#footer p {
	font-size: 0.65em;
	padding: 6px;
}