body{
	font-size: 10pt;
	font: "Century Gothic", "Berlin Sans FB", Arial, Verdana, sans-serif;
	background-color: #D2DFF2;
      	text-color: #000000;
      	text-align: center;
      	margin: 0 auto;
      	padding: 0;
      	margin-bottom: 20px;
      	width: 960px;
}

a:link{
      	text-decoration: none;
}

a:hover{
      	text-decoration: none;
}
a:active{
	color: red;
}
a:visited{
      	text-decoration: none;
}
a img{
	border: none;
}
      
.left{
	float:left;
}
.right{
	float:right;
}

#container{
}

#header{
	height:100px;
      	line-height:25px;
      	position:relative;text-align:center;
}

#menu{
	position:relative;
      	/* background-color:#EAEAEA; */
}
      
#content{
	position:relative;
}
#content_l{
	width: 180px;
}
#content_m{
	width: 600px;
}
#content_r{
	width: 180px;
}

#footer{
	color:#000000;
      	font-size:10px;
      	padding: 0 0 0 1px;
      	margin: 0 auto;  
      	width: 80%;
      	clear: both;
      	text-align:center;
}
