@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");
@import url("IR.css");
@import url("nvIR.css");
@import url("comment.window.css");
@import url("footer.css");

div#header {
	width: 100%;
	height: 42px;
	background-image: url(../images/header.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/header.png', sizingMethod='scale');
	z-index: 2000;
	position: fixed;
	background-repeat: repeat-x;
	top: 0px;
	left: 0px;
}
div#header h1 {
	width: 160px;
	height: 30px;
	position: absolute;
	top: 1px;
	left: 20px;
}
div#header h1 a {
	text-indent: -5000px;
	display: block;
	width: 160px;
	height: 30px;
	background-image: url(../images/logo.gif);
}
div#container {
	background-image: url(../images/container.gif);
	background-repeat: repeat-x;
}

div#wrapper {
	background-image: url(../images/background.gif);
	margin: 0px auto;
	text-align: center;
}
div#contents {
	text-align: center;
	/*padding: 40px 0px 0px 0px;*/
	padding: 70px 0px 0px 0px;
	margin: 0px auto;
	width: 1000px;
	background-image: url(../images/container_01.gif);
	background-repeat: no-repeat;
	/*background-position: 0px 0px;*/
	background-position: 0px 50px;
}
div#contents_wrapper {
	text-align: center;
	background-image: url(../images/container_02.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/container_02.png', sizingMethod='scale');
}
div#contents_background {
	width: 970px;
	background-image: url(../images/contents_background.gif);
	margin: 0px auto;
}
div#main {
	position: relative;
	float: left;
	/*width: 780px;*/
	width: 740px!important;
	width/**/: 780px;
	padding: 10px 20px;
	/*height: 900px;*/
	text-align: left;
	overflow: hidden;
}
div#sidebar {
	float: right;
	width: 185px;
	/*height: 900px;*/
	text-align: left;
	overflow: hidden;
}
div#footer_wrapper {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	height: 310px;
	text-align: center;
}
div#footer {
	width: 1000px;
	height: 25px;
	margin: 0px auto;
	background-image: url(../images/container_04.gif);
	position: relative;
}
a.pagetop {
	width: 100px;
	height: 30px;
	position: absolute;
	background-image: url(../images/pagetop.gif);
	text-indent: -5000px;
	top: -5px;
	left: 870px;
	cursor: pointer;
}
div.eof {
	clear: both;
}

h2 {
	font-size: 48px;
}