body {
	background: #ccc url(img/bg.jpg) center repeat-y;
}

.img {
	float: right;
	padding: 0 0 5px 5px;
}

acronym	{
	border-bottom: 1px dotted #eee;
	cursor : help;
}

table {
	text-align:center;
}

td {
	width: 150px;
	height: 200px;
}
	
#container {
	width: 700px;
	margin: 0px auto;
}

#intro {
	width: 700px;
	color : #fff;
}
#header {
	width: 680px;
	height : 33px;
	background-image : url(img/head.jpg);
	padding-top: 117px;
	text-align: right;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding-right: 20px;
}

#textcontainer {
	width : 500px;
	text-align : left;
	float : right;
}

#navi{
	width : 230px;
	text-align : left;
	margin-left: -40px;
	padding-bottom: 20px;
	padding-top: 5px;
}

#navi li {
	list-style: none;
}

#navi li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#navi li a:link, #navi li a:visited {
	color: #000099;
	display: block;
	background: url(img/navi.gif) 0 -32px;
	padding: 8px 0 0 15px;
	font: bold 14px "Arial";
	}
	
#navi li a:hover {
	color: #0066FF;
	background: url(img/navi.gif);
	padding: 8px 0 0 15px;
	font: bold 14px "Arial";
	}	
	
.navi_active {
	color: #333;
	font-weight: bold;
	height: 24px;
	display: block;
	background:  url(img/navi_a.gif) no-repeat;
	padding: 8px 0 0 15px;
	margin: 0;
	font: bold 14px "Arial";
}

#text h3{
	text-align: justify;
	padding-top: 10px;
}

#text{
	background: #fff;
	margin-bottom: 20px;
	padding: 0 20px 20px 20px;
	font: normal 12px "Verdana";
}

#footer {
	text-align: center;
	margin-bottom: 20px;
	font: normal 10px "Verdana";
	color: #888;
}

#footer a:link, #footer a:visited { 
	font: normal 10px "Verdana";
	color: #888;
	text-decoration:underline;
}

#footer a:hover { 
	font: normal 10px "Verdana";
	color: #ccc;
	text-decoration:none;
}

