@charset "UTF-8";
/* CSS Document */
html { font-size:100%; }
body{
	margin: 0px;
	padding: 0px;
	background-image: url(img/stripe_iris.png);
	background-repeat: repeat;
	font-size:1em;
}
#wrapper{
	margin: 0 auto;
	height:auto;
	width:30.875em;
}
#banner1{
	margin:0;
	padding:0;
	height:22.188em;
	width:14.812em;
	background-image: url(img/bkgr_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}
#banner2{
	margin:0;
	padding:0;
	height:22.188em;
	width:14.812em;
	background-image: url(img/bkgr_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:right;
}
.ul{
	margin:18.75em 0 0 1.5em;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.70em;
	line-height:2em;
}
li{list-style-type: none;}

a:link,a:active,a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#banner1  a:hover {
	text-decoration: none;
	color: #FF7200;
	font-weight: bold;
}
#banner2  a:hover {
	text-decoration: none;
	color: #3C9AFF;
	font-weight: bold;
}
