@charset "UTF-8";
/* CSS Document */

/* reset code - removes all 'standard' margins and padding on all common elements so we know what we're working with */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, tr, table, tbody {
	margin:0px;
	padding:0px;
}

/*general and wrapper styles */
html {
	height: 100%;
	background-color: #000080;
}

body {
	font-family: Arial;
	font-size: 12px;
	line-height: 1;
	background-color: #000080;
	color: #505050;
	height: 100%;
}

#wrapper {
	width: 1024px;
	position: absolute;
	left: 50%;
	margin-left: -512px; /* half of the width */
}

.outerContent1 {
	float: left;
	width: 1024px;
	overflow: hidden;
	position: relative;
	background: #ffffff url(../images/content_bg.jpg) top right repeat-y;
}

.outerContent2 {
    	float: left;
    	width: 1024px;
	position: relative;
	right: 853px;
	background: #ffffff url(../images/nav_bg.jpg) top right repeat-y;
}

.nav {
	float: left;
	width: 171px;
	position: relative;
	left: 853px;
	overflow: hidden;
	margin-bottom: 10px;
}

.content {
	float: left;
	width: 853px;
	position: relative;
	left: 853px;
	overflow: hidden;
	align: center;
	margin-bottom: 10px;
}

#dromana {
	width: 151px;
	border: 1px solid #000000;
	position: absolute;
	top: 750px;
	left: 50%;
	margin-left: -502px; /* half of the width */
	padding-bottom: 10px;
}

h1 {
	font-family: Britannic Bold;
	font-size: 46px;
	color: #000080;
	text-transform: uppercase;
	margin-left: 91px;
	margin-top: 10px;
}

h2 {
	font-family: Britannic Bold;
	font-size: 24px;
	color: #a40000;
	text-transform: uppercase;
	margin-left: 91px;
	margin-top: 10px;
}

h3 {
	font-family: Britannic Bold;
	font-size: 24px;
	color: #000080;
	text-transform: uppercase;
	padding: 0 10px  10px 10px;
}

h4 {
	font-family: Britannic Bold;
	font-size: 18px;
	color: #000080;
	text-transform: uppercase;
	padding: 10px 10px  0 10px;
}

h5 {
	font-size:14px;
	color: #000080;
	padding: 20px 10px;
}

h6 {
	font-size:14px;
	color: #000080;
	padding: 10px 10px;
}

p { padding: 3px 10px; }

p.menu {
	font-family: Britannic Bold;
	font-size: 18px;
	padding: 10px 0 10px 10px;
}

p.current {
	font-family: Britannic Bold;
	font-size: 18px;
	padding: 10px 0 10px 10px;
	color: #505050;
	text-decoration: none;
}

p.red {
	padding: 3px 10px;
	color: #ff0000;
}

img {
	border: 0;
	margin-right: 10px;
}

img.front { padding-left: 10px; }

a:link, a:visited, a:active { color: #000080; }

a:link.dromana, a:visited.dromana, a:active.dromana { color: #a40000; }

a:link.homeLink, a:visited.homeLink, a:active.homeLink {
	color: #a40000;
	font-family: Britannic Bold;
	font-size: 16px;
	text-decoration: none;
}

a:link.contentLink, a:visited.contentLink, a:active.contentLink {
	color: #a40000;
	font-family: Britannic Bold;
	font-size: 15px;
	text-decoration: none;
}

table#bookings { width: 833px; }

td.bookingRows {
	padding: 2px;
	text-align: center;
}