/*---------------------------------------------------------------------------
Tír Chonaill AC Style Sheet
author:    Ollie Thomas
email:     olliethomas@tirchonaillac.com
website:   http://www.tirchonaillac.com/
-----------------------------------------------------------------------------*/
body {
	background-image: url(../Break%20Apart%20Files/Banner_Down.png);
	background-repeat: repeat;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: 12px;
}
#wrapper #header {
	height: 200px;
	background-image: url(../Break%20Apart%20Files/bannerHeader.png);
	border-top-color: #054677;
	border-right-color: #054677;
	border-bottom-color: #054677;
	border-left-color: #054677;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #bodyArea {
	width: 998px;
	clear: left;
	float: left;
	background-image: url(../Break%20Apart%20Files/bgWrapper.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #054677;
	border-right-color: #054677;
	border-bottom-color: #054677;
	border-left-color: #054677;
	border-left-style: solid;
	border-left-width: 1px;
}
#wrapper #bodyArea #navArea {
	background-image: url(../Break%20Apart%20Files/picRichard.png);
	float: left;
	padding-right: 23px;
	border-top-color: #054677;
	border-right-color: #054677;
	border-bottom-color: #054677;
	border-left-color: #054677;
	width: 154px;
}
#wrapper #bodyArea #navArea a {
	font-family: Arial;
	font-size: 13px;
	color: #3E415D;
	text-decoration: none;
}
#wrapper #bodyArea #navArea a:hover {
	font-family: Arial;
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
}
#wrapper #bodyArea #contentArea {
	width: 571px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	clear: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #054677;
	border-right-color: #054677;
	border-bottom-color: #054677;
	border-left-color: #054677;
	border-left-width: 1px;
	border-left-style: solid;
	padding-top: 20px;
}
#wrapper #bodyArea #contentArea a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FC0;
	text-decoration: none;
}
#wrapper #bodyArea #contentArea a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535685;
	text-decoration: none;
}
#wrapper #bodyArea #contentArea p {
	font-family: Arial;
	font-size: 11px;
	color: #535670;
	text-decoration: none;
}
#wrapper #bodyArea #promoArea {
	width: 178px;
	float: right;
	clear: right;
	background-color: #FFF;
	border-top-color: #054677;
	border-right-color: #054677;
	border-bottom-color: #054677;
	border-left-color: #054677;
	padding-top: 20px;
}
#wrapper #footer {
	background-image: url(../Break%20Apart%20Files/bannerFooter.png);
	background-repeat: no-repeat;
	clear: left;
	height: 62px;
}
#wrapper #footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #BFCAD8;
}

/*---------------------------------------------------------------------------
Typography
-----------------------------------------------------------------------------*/
p {
	font-family: Arial;
	font-size: 12px;
	color: #535670;
}
.Text {font-size: 12px;
	font-family: Arial;
	color: #3E415D;
}
.Small {
	font-size: 11px;
	font-family: Arial;
	color: #BFCAD8;
}
.Italics {font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #535670;
}
.Header {font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #3E415D;
}
.Black {font-size: 11px;
	font-family: Arial;
	color: #3E415D;
}
a {
	font-family: Arial;
	font-size: 12px;
	color: #0000FF;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
}
