body {
	background:#EDB4C2;
	font:15px Georgia, "Times New Roman", serif;
	margin:0;
	padding:0;
	text-align:center; 
}
#logo {
	background:url(images/Connemara.jpg) no-repeat;
	width:200px;
	height:150px;
	position:absolute;
	left:150px;
	top:-10px;
}
#wrapper {
	width:900px;
	margin:0 auto;
	background-color:#6DE3C7;
	text-align:left;
}
#header {
	background:#C94D6A url(images/dingle.jpg) no-repeat bottom right;
}
#header h1 {
	font:30px Verdana, Arial, sans-serif;
	color:#402563;
	margin:0;
	padding:20px 10px;
	text-align: center;
	font-weight: bold;
}

#header h2 {
	text-align: center;
	font:25px Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #26074F;
}

#nav ul {
	padding-left:2px;
	margin-left:2px;
	float:left;
	width:100%;
	font-family:Verdana, Arial, sans-serif;
	background:#8B71E3;
	font-weight: bold;
}
#nav li {
	display:inline;
}
#nav li a {
	color:#E1DCF2;
	text-decoration:none;
	padding:0.2em 1em;
	border-right:1px solid #F2F5EB;
	float:left;
}
#nav li a:hover, #nav a:focus, #nav a:active {
	text-decoration: underline;
	background:#8A4153;
	color:#D66B86;
}

#sidebar {
	background:#308C48 no-repeat;
	width:144px;
	float:right; 
	margin:0;
	padding:15px 8px 8px 8px;
}
#sidebar p {
	color:#0D0C0C;
}

#content {
	margin:25px;
	padding:15px;
	border-left:1px solid #B3C9C7;
}
#footer {
	padding:5px 0px;
	background:#C6CCCB;
	border-top:1px solid #6D6F73;
	color:#999;
	font-size:0.75em;
	text-align: center;
}
address {
	font-style:italic;
}

/* Class Selectors */ 

.special {
	border-width:10px;
	border-style:dashed;
	border-color:#B886B3;
	background:#5A778F url(images/statue.jpg) no-repeat left center;
	padding:25px 25px 25px 195px;
	width:300px;
	float:right;
	margin-top:0;
	margin-left:20px;
	margin-bottom:10px;
}
.fltleft {
	float:left;
	margin-right:15px;
	padding:10px;
	border-style:solid;
	border:2px solid #F2CBEF;
}

.author {
	font-weight:bold;
}

.fltleft {
	float:left;
	margin-right:15px;
}
.fltright {
	float:right;
	margin-left:15px;
}
.vertical {
	width:61px;
	text-align:center;
	font-size:0.72em;
	line-height:1.4em;	
}
.horizontal {
	width:125px;
	text-align:center;
	font-size:0.72em;
	line-height:1.4em;
}


/* Attribute Selectors */ 

a[href^="http:"] {
	padding:0 12px 0 5px;
	background:url(images/attribute-icons/exit_small.png) no-repeat top right;
}
a[href^="mailto:"] {
	padding:0 12px 0 5px;
	background:url(images/attribute-icons/mail.gif) no-repeat center right;
}
a[href$=".pdf"] {
	padding:0 20px 0 5px;
	background:url(images/attribute-icons/pdficon_small.gif) no-repeat center right;
}
a[href$=".doc"] {
	padding:0 20px 0 5px;
	background:url(images/attribute-icons/MSWord_icon.gif) no-repeat center right;
}


table {
	text-align:center;
	border-collapse:collapse;
	width:500px;
	margin:0 auto;
}
caption {
	font:small-caps bold 1.5em Georgia, Times, serif;
	margin:0.2em 0;
	caption-side:top; 
	text-align:center;
	word-spacing:0.01em;
	letter-spacing:0.03em;
}
tfoot {
	font-size:0.6em;
	color:#84868A;
	font-style:italic;
	text-align:right;	
}
tr {
	vertical-align:baseline; /* top, middle, bottom */
}
th, td {
	padding:10px;	
	font-size: 1.5em;
	border-top:2px solid #C27EC4;
	border-bottom:1px solid #A35BA6;
	border-right:2px solid #714C73;
	border-left:2px solid #5A245C;
}
th {
	font-size:180%;
}
.odd {
	background:#6D6596;
}
.attraction {
	background:#91535C;
	width:75px;
}
.visit {
	background:#C49FA5;
}
.activity {
	background:#78A199;
}
.final {
	background:#D3DBDA;
	padding:0;
	border:none;
	border-right:none;
	border-left:none;
	border-top:2px solid #7E9C96;
	font-size: 20px;
}
tr:hover {
	background-color:#48A897;	
}