/* CSS Document */

/* Body */

body 	{
	background-image: url(images/background.gif);
}


A:link		{color: #093; font-weight: bold; text-decoration: none;}
A:visited	{color: #093; font-weight: bold; text-decoration: none;}
A:active	{color: #093; font-weight: bold; text-decoration: none;}
A:hover 	{color: #33CC66; font-weight: bold; text-decoration: underline;}

hr {
	width: 400px;
	height: 6px;
	color: #CCCC00;
	background-color: #CCCC00;
	border-bottom: 2px inset #000000;
	border-top: 2px inset #000000;
}

/* CSS */


#container	{
	display: table;
	margin: auto;
	vertical-align: top;
	width: 960px;
	background-image: url(images/irish_table_back.jpg);
}

#header	{
	margin: auto;
	width: 960px;
}

#header2	{
	width: 960px;
	height: 65px;
	background-image: url(images/irish_table_top.jpg);
}

#main_content	{
	display: table;
	margin-left: 60px;
	width: 680px;
	height: 100%;
	float: left;
}

#sidebar	{
	display: table;
	margin-left: 15px;
	width: 190px;
	padding: 5px;
	float: left;
}

#footer	{
	display: table;
	width: 960px;
	height: 65px;
	background-image: url(images/irish_table_bottom.jpg);
}

#navbar	{
	margin-left: 60px;
	padding-left: 40px;
	width: 640px;
	border-top: 3px ridge #396;
	border-bottom: 3px ridge #096;
}

/* Content Area */

h3	{
	margin-left: 15px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	width: 650px;
	border-bottom: 3px double #000;
}

h4	{
	margin: 10px 70px 10px 70px;
	background-color: #CC3;
	border-bottom: 2px solid #000;
	border-top: 1px solid #333;
	padding: 2px;
	text-align: center;
	font-size: 20px;
}

p.bodytext	{
	margin: 5px 20px 5px 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
