

body {
    margin: 0 auto;
    background: #3d838d url(images/bg_fleadh.jpg) no-repeat fixed center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #333;
}
h1, h2, h3 {
    font-weight: bold;
    font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
    margin: 0 0 5px;
	text-align: left;
}
h1 {
    margin: 0 0 5px;
	color: #95193b;
	font-size: 1.6em;
	font-family:"comic Sans MS";

}
h2 {
	font-size: 1em;
    color: #000;
	border-bottom: 3px solid #eee;
	margin-bottom: 8px;
	padding-bottom: 3px;
	line-height: 1.4em;
}
h3 {
    font-size: 1.2em;
    margin: 20px 0 5px;
}
a,
a:link,
a:visited,
a:active {
    color: #91af03;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
table {
	text-align:justify;
}
table td {
    vertical-align: top;
}
div.item {
    /*clear: both;*/
    padding-top: 10px;
}
div.item div.image {
    float: left;
    padding: 0 5px 5px 0;
}
div.item div.body {
    /**/
}
div.item div.body div.title {
    font-weight: bold;
}
div.item div.body div.content {
    /**/
}
