body {
	text-align:center;
	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	font-weight: normal;
	background-color:#E2E1D3;
}

td {font-size:12px;}

h1 {font-size: 15px}
h2 {font-size:14px}

#all {
	position:relative;
	width:700px;
	margin:0px auto;
	text-align:left;
}
	
#navi {
	float:left;
	width: 120px;
	}
	
#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform:uppercase;
	}
	
#navi li a {
	margin-top:10px;
	width:120px;
	height:24px;
	display:block;
	background-image:url(../pics/button.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	line-height: 21px;
	text-indent:25px;
	color:white;
	}

#navi ul li a:hover {text-decoration:underline;}
	
#cont {
	float:right;
	width:570px;
	background-color: #0099CC;
	color:white;
	margin-top:10px;	
	height:auto;
	}
	
#cont td {color:white;font-weight: normal;}

#cont2 {
	width:550px;
	margin-left:10px
	}

#l, #r {
	width:280px;
	height:250px
	}

#l {
	clear:both;
	float:left;
	}

.re {text-align:right;margin-right:10px}

#footer {
	clear:both;
	width:700px;
	height:20px;
	line-height:20px;
	font-size:9px;
	text-align:right;
}

.blind, dfn {display:none}