@charset "utf-8";
/* CSS Document */
body			{
				margin-right:0px;
				background-image:url(../../Img/repeater_header.png);
				background-repeat:repeat-x;
				background-position:top;
				height:100%;
				}

.header			{
				position:absolute;
				top:0px;
				left:-10px;
				}

.menu			{
				position:absolute;
				background-image:url(../../Img/repeater_menu.png);
				top:126px;
				left:0px;
				width:296px;
				height:100%;
				}
				
.footer			{
				position:absolute;
				bottom:0px;
				left:-45px;
				}

.iframe			{
				position:absolute;
				top:150px;
				left:296px;
				z-index:50;
				}
				
h1				{
				color:#DD530A;
				font-family:Arial, Helvetica, sans-serif;
				font-size:large;
				}
h2				{
				color:#ffffff;
				font-family:Arial, Helvetica, sans-serif;
				font-size:medium;
				line-height:20px;
				
				}
				
h3				{
				color:#FFFFFF;
				font-family:Arial, Helvetica, sans-serif;
				font-size:small;
				}
a:active		{
				color:#ffffff;
				font-family:Arial, Helvetica, sans-serif;
				font-size:small;
				line-height:25px;
				text-decoration:none;
				}
a:hover			{
				color:#ffffff;
				font-family:Arial, Helvetica, sans-serif;
				font-size:small;
				line-height:25px;
				text-decoration:none;
				}
a:visited		{
				color:#ffffff;
				font-family:Arial, Helvetica, sans-serif;
				font-size:small;
				line-height:25px;
				text-decoration:none;
				}
a:link			{
				color:#ffffff;
				font-family:Arial, Helvetica, sans-serif;
				font-size:small;
				line-height:25px;
				text-decoration:none;
				}
				
