﻿/*
CSS for Ballyvaughan Apartments web site
*/


body {
	font-family:  verdana,helveteca, arial, sans-serif;
	background-color: #d1fdba;
	padding: 0;
	margin: 0;
}

h1 {
	font-family: "mistral",arial,helvetica, san serif;
	font size: xx-large;
	border: 3px solid black;
	background-color:#7da5a8;
	width: 100%;
	padding: 20px;
	margin: 0;
	
}


h2 {
	font-size: x-large;
	font-weight: normal;
	
}

#tagline{
	font-weight:bold;
	border: 1px solid black;
	width: 100%;
	padding: 1px;
}
p	{
	
	font-family:"tempus sans itc" ,arial,helvetica, san serif;
}

em {
	text-transform: uppercase;
}

a{
	font-weight: normal;
}

a:visited{
	color: brown;
}

a:hover{
	text-decoration:none;
	color:white
	background-colour:navy;
}
a:active{
	color:aqua;
	background-color: navy;
}
	
#links{
	width:180px;
	background-color:#7da5a8;
}

#links,#bodycontent,#header,#tagline {
	position:absolute;
}
#links,#bodycontent {
	top: 181px
}
#bodycontent {
	left: 200px
}
#header{
	width: 100%
}
.fun{

	color: #FF0000;
	font-family: verdana, helveteca, arial, sans-serif;
	font-style: italic;
	letter-spacing: 0.05em;
}
.dates{
	font-weight: bold;
}

.feature{
	float: right;
	margin: 10px;
}

h1 {

	font-size: x-large;
	color: black;
	padding-top:2em;
	padding-bottom:.2em;
	padding-left:.4em;
	margin:0;
	background: #7da5a8 url(gallery/agent4.jpg) repeat-y right;
}


table {
	border-collapse: collapse;
	border: 1px solid black;
}
th{
	text-align: left;
	background: grey;
	color: White;
	padding: 0.2em;
}


td {
	border: 1px solid black;
	padding: 0.2em;
}