@charset "utf-8";
/* CSS Document */
#wrapper{
	width:900px;
	margin:0 auto;
	border:solid 1px  #999;
	background-color: #FFF;
}
A:hover {
    clear: none;
    float: none;
    left: 1pt;
    position: relative;
    text-decoration: none;
    top: 2pt;
    visibility: visible;
}
body{
	font-size:90%;
	background-color:#9CC;
}
.yellow{
	background: none repeat scroll 0 0 #FFFF99;
    color: #333333;
    font-weight: bold;
}
.red{
	color:#F03;
    font-weight: bold;
}
#header{
	background-image:url(../img/header01.gif);
	width:900px;
	height:269px;
}
h1{
	font-size:70%;
}
#left{
	float:left;
	width:210px;
	background-color:#FFF;
}
#right{
	width:690px;
	background-color:#FFF;
	position:relative;
	margin-left:210px;
}
li{
	width:240px;
	height:40px;
}
ul li{
	padding-left:15px;
}
ul{
	list-style-image: url(../img/ecalic036_003.gif); 
	padding:0;
	position:relative;
	left:30px;
}
img{
	padding:0;
	margin:0;
}
#footer{
	clear:both;
	background-color:#069;
	padding:0px;
}
#footer p{
	color:#fff;
	text-align:center;
	padding-top:5px;
}
#footer a{
	color:#fff;
}
#link{
	color: #333;
	font-size: 0.9em;
	padding-right: 10px;
	padding-left: 10px;
}

