﻿body {
	background: #dddddd url('../img/general/irish_harp_bg.jpg') repeat fixed; 
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img, a {
	border: none;
	text-decoration: none;
}
a, a:visited, a:active, a:link {
	color: orange;
}
div.outer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 935px;
	height: 768px;
	margin-left: -467px; /* half of width */;
	margin-top: -384px; /* half of height */;
}
div.inner
{
	background-color: #1c0810;
	border: 1px solid #c0c0c0;
}
#firstHeader {
	width: 935px;
	height: 79px;
	background: #1c0810 url('../img/general/img_header1.gif') no-repeat;
	display: block;
}
#secondHeader {
	width: 935px;
	height: 84px;
	background: #1c0810 url('../img/general/img_header2.gif') no-repeat;
	display: block;
}
#container {
	min-width: 935px;
}
#left_col {
	width: 210px;
	float: left;
	height: 605px;
	background: #1c0810 url('../img/general/img_menu_bg_05.gif') no-repeat;
}
#page_content {
	margin-left: 210px;
	background-color: #1c0810;
	height: 605px;
}
#ifContent {
	position: relative; 
	border: 0px solid black;
	width : 705px; 
	height: 560px; 
	margin: 0px; 
	padding: 0px; 
	top: 10px;
}
