html {
	background-image: url(background-repeatx.jpg);
	background-repeat: repeat-x;
	background-color: #D2D7E4;
}
body {
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(iic.png);

	background-repeat: no-repeat;
	background-position:98% 2%;
        background-attachment:fixed;
	margin: 0;
	padding: 46px 0 0 0;
}
#content {
	margin: 0 4em 2em 4em;
	background-image: url(opaque.png);
	padding: 1em 50px 40px 1em;
}

#wrapper {
        position: relative;
	margin-left: 80px;
        left: 80px;
}
#smallbox {
	background-image: url(boxbg.gif);
	background-repeat: repeat-x;
        background-color: #FFFFFF;
	float: left;
	margin-right: 20px;
        position: relative;
        margin-left: 25px;
        left: 25px;
	width: 220px;
	border:1px solid #D2D7E4;
        text-align: left;
}
h1 {
	padding: 0 0 6px 0;
	color: #41667F;
	font-size: 160%;
	font-weight: normal;
	background-color: transparent;
}
a:link, a:visited {
	color: #41667F;
	background-color: transparent;
	padding-right: 10px;
}
a:hover {
	background-image: url(arrow.gif);
	text-decoration: none;
  background-position: center right;
  background-repeat: no-repeat;
}
#bigbox {
	background-image: url(boxbg.gif);
	background-repeat: repeat-x;
        background-color: #FFFFFF;
	float: right;
        position: relative;
        margin-right: 25px;
	margin-left: 25px;
        right: 25px;
        left: 25px;
	width: 500px;
	border:1px solid #D2D7E4;
        text-align: justify;
}
h2 {
	padding: 0 0 6px 0;
	color: #41667F;
	font-size: 100%;
	font-weight: normal;
	background-color: transparent;
        margin-right: 45px;
        margin-left: 25px;

}


#footer {
	clear:both;
	font-size: 80%;
	padding: 1em 0 1em 0;
	margin-left: 75px;
    color: #999;
    background-color: transparent;
}

#btm {
	background-image: url(shadow-bottom.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 13px;
}
