@charset "utf-8";
html, body {
	height: 100%;
}
html, body, #container, #header, #navigation, #mainContent, #footer, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
body {
	font: 11px verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-image: url(/Resources/images/irc_body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #30455C;
}
img {
	border-width: 0px;
}
a {
	color: #ffffff;
	text-decoration:none;
}
a:hover {
	color: #0D1A46;
}
#container, #header {
	width: 1070px;
}
#mainBody, #footer {
	width: 1001px;
	margin: 0 auto;
}
#container {
	position: absolute;
	margin: 0px;
	padding: 0px;
	/*top: 50%; */
	left: 50%;
	min-height: 500px;
	/*height: 500px;*/
	/*margin-top: -295px;  -(Half the height) */
	margin-left: -535px; /* -(Half the width) */
}
#header {
	position: relative;
	background: url(/Resources/images/irc_top_start.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
}
#header h1, #header h2 {
	margin-left: 180px;
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, Helvetica;
}
#header h1 {
	font-size:24px;
	text-transform:uppercase;
	padding-top: 70px;
	margin-bottom: 10px;
}
#header h2 {
	font-size:12px;
}
#navigation, #navigation ul, #navigation ul li {
	height: 36px;
}
#navigation {
	position: relative;
	top: 8px;
	background-image: url(/Resources/images/irc_navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 17px;
	font-family: Arial, Helvetica;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#navigation ul li {
	float: left;
	padding: 7px 1.3em 0px 1.3em;
	border-left: 1px solid white;
}
#navigation ul li:first-child {
	border-left: none;
}
#navigation ul li a {
	color: #0D1A46;
}
#navigation ul li a:hover {
	color: #ffffff;
}
#mainContent {
	position:relative;
}
#mainContent div.column {
	position: relative;
	width: 450px;
	margin-top: 20px;
	margin-right: 50px;
	float: left;
}
#mainContent div.column.right {
	margin-left: 50px;
	margin-right: 0px;
}
#mainContent div.column p:first-child {
	text-align: center;
	margin-bottom: 20px;
}
#mainContent h1, #mainContent h2, #mainContent h3 {
	color: #000000;
	font-weight: bold;
	font-size:16px;
	text-transform:uppercase;
}
#mainContent h2 {
	font-size:14px;
}
#mainContent h3 {
	font-size:12px;
}


#mainContent a {
	font-size:15px;
}

#mainContent a:hover {
	color: #8188A2;
}



#footer {
	position: relative;
	top: 20px;
	clear: both;
	color: #ffffff;
	font-size: 10px;
	text-align: left;
	padding: 0px;
}
#footer a {
	color: #ffffff;
	font-weight:normal;
	font-size: 11px;
}
#footer a:hover {
	color: #8188A2;
}
.clear {
	clear: both;
}