* {
	margin: 0;
	padding: 0;
	text-align: left;
}

html {
	height: 101%;
	font-size: 125%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ddd;
	background-image: url(images/bg.gif);
	/*background-position: center;
	background-repeat: repeat-y;*/
}

body {
	font-size: 50%;
	behaviour:url("csshover.htc");
}

a {
	color: #0f228B;
	text-decoration: underline;
}

a:hover {
	color: #FF7F00;
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #0f228b;
	margin-bottom: 1em;
	border-bottom: 1px dashed #0f228b;
	padding-bottom: 3px;
}

h2 {
	width: 600px;
	font-size: 1.6em;
	font-weight: bold;
	color: #666;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dashed #999;
	padding-bottom: 3px;
}

p {
	margin-bottom: 1em;
}

span {
	font-weight: bold;
}

ul {
	margin: 0 0 10px 15px;
}

ul li {
	margin-bottom: 1em;
}

.clear {
	clear: both;
	visibility: hidden;
}

.float_left {
	float: left;
	margin-right: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
}

.hidden {
	display: none;
}

.intro {
	font-size: 1.2em;
	font-weight: bold;
	color: #0f228b;
}

.intro2 {
	font-size: 1.2em;
}

.main {
	text-transform: uppercase;
}

div#container1 {
	width: 958px;
	position: relative;
	margin-left: -479px;
	left: 50%;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 5px solid #999;
	background-color: #fff;
	background-image: url(images/frame.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

div#frame {
	width: 100%;
	height: 150px;
	position: relative;
	background-image: url(images/frame.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#menu {
	position: absolute;
	top: 102px;
	right: 0;
	left: 301px;
	width: 657px;
	height: 19px;



	/*width: 640px;*/
}

div#menu a {
	float: left;
	margin-right: 25px;
	padding: 2px 5px 0 5px;
	font-family: arial;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

div#menu a:hover {
	background-color: #999;
}

.menu {
	background-color: #0F228B;
}

.menu:hover {
	background-color: #0F228B;
}

#irt_logo {
	position: absolute;
	top: 10px;
	left: 80px;
}

#ic_home {
	position: absolute;
	width: 21px;
	height: 21px;
	top: 5px;
	left: 250px;
	background-image: url(images/ic_home.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#ic_home:hover {
	background-image: url(images/ic_home2.gif);
	text-decoration: none;
}

#ic_contact {
	position: absolute;
	width: 21px;
	height: 21px;
	top: 5px;
	left: 280px;
	background-image: url(images/ic_contact.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#ic_contact:hover {
	background-image: url(images/ic_contact2.gif);
	text-decoration: none;
}

#registration {
	position: absolute;
	width: 97px;
	height: 18px;
	top: 6px;
	left: 340px;
	background-image: url(images/registration.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#registration:hover {
	background-image: url(images/registration2.gif);
	text-decoration: none;
}

#date {
	position: absolute;
	top: 110px;
	left: 85px;
	color: #ddd;
	font-size: 1.3em;
	font-weight: bold;
}

div#container2 {
	width: 938px;
	padding: 0 10px 20px 10px;
	background-image: url(images/bg_l.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

div#left {
	float: left;
	width: 220px;
	padding: 10px 10px 0 0;
}

div#right {
	float: left;
	width: 697px;
	min-height: 400px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-size: 1.2em;
}

div#right table {
	margin-bottom: 10px;
}

.border img {
	border: 1px solid #ccc;
}

.border img:hover {
	border: 1px solid #FF7F00;
}

div#bottom {
	width: 948px;
	padding: 2px 5px;
	text-align: center;
	color: #fff;
	background-color: #999;
}

