*, html {
margin: 0;
padding: 0;
}




body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:10px;
 
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#banner {
	width: 100%;
	height: 105px;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
	background-image:url(../images/banner_01.jpg);
	background-position: center;
}

#main {
	position: absolute;
	position: 145px 0px 0px 0px;
	background-color: #F2F2F2;	
	width: 100%;
	height: 100%;
}

#content {
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
	
	
}

#menu {
float: left;
width: 80px;
color: #CC071E;
text-align:right;
margin-left: 50px;
}

#menu ul {
list-style-type: none;
}



#menu ul li a, a:visited {
text-decoration: none;
color: #CC071E;
}

#text {
float: left;
width: 250px;
margin-left: 20px;
text-align:justify;
line-height: 140%;
}

#footer {
position: absolute;
bottom: 0px;
width: 100%;
height: 100px;
background-color:#FFEC00;
}

.clear {clear:both;}
.style1 {color: #CC071E}
