body {
	background: #F4CCCC;
	margin: auto;
	}
	
.img {
	float: left;
	padding: 0 5px 5px 0;
}

h3 {
	font: bold 17px "Arial";
	color: #FF0000;
	text-decoration:none;
}

#container {
	margin: auto;
	width:768px;
	background: #FFF url(img/bg.jpg) center repeat-y;
	position:relative;
	}
	
#header {
	background: url(img/head.jpg) center bottom no-repeat;
	height: 102px;
	width: 762px;
	margin-left: 3px;
	}
	  
#text {
	width: 460px;
	color: #000000;
	padding: 20px;
	background: #fff;
	margin-left: 9px;
	text-align: left;
	font: normal 12px "Helvetica";
	border-left: #000 1px solid;
	border-bottom: #000 1px solid;
	}
	
#text h3{
	text-align: center;
	font: bolder 20px;
	}

#footer {
	text-align:center;
	font: normal 12px "Times";
	color: #000;
	background: #fff url(img/bg_foot.jpg) bottom left no-repeat;
	width: 760px;
	height: 30px;
	padding: 4px;
	}
	
#footer a {
	font: normal 12px "Times";
	color: #000;
	text-decoration: underline;
	}
	
#footer a:hover {
	font: normal 12px "Times";
	color: #666;
	text-decoration: none;
	}

#marginal {
	background: url(img/bg_marginal.jpg) repeat-x;
	top:144px;
	left:529px;
	width:220px;
	min-height: 500px;
	padding: 12px 5px 0 5px;
	position: absolute;
	float: right;
	text-align: center;
	font: normal 11px "georgia";
	color: #000;
	}
	
.navi {
	float:left;
	width:756px;
	font:bold 10px "Verdana";
	background:url(img/navi.gif) repeat-x top left; 
	border-top:3px solid #060;
	border-bottom:3px solid #060;
	margin:0 0 20px 6px;
}

.navi ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.navi ul li {
	float:left;
	position:relative;
	background:url(img/divider.gif) no-repeat top right;
}

.navi ul li a, .navi ul li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0px 16px;
	line-height:25px;
	height:30px;
	border-bottom:3px solid #fff; 
}

.navi ul li:hover {
	width:auto;
}

.navi ul li a:hover {
	border-color:#FF0000;
	color: #FFBFBF;
}

.navi ul li ul {
	display: none;
}
.navi table {
	margin:0;
	border-collapse:collapse;
	font-size:11px;
	position:absolute;
	top:0;
	left:0;
}

/* specific to non IE browsers */
.navi ul li:hover ul {
	display:block;
	position:absolute;
	top:32px;
	margin-top:1px;
	left:0;
	width:154px;
	border-bottom:1px solid #000;
}

.navi ul li:hover ul.endstop {
	left:-92px;
}
.navi ul li:hover ul li ul {
	display: none;
}
.navi ul li:hover ul li a {
	display:block;
	background:#fff;
	color:#000;
	height:auto;
	line-height:15px;
	padding:4px 16px; 
	width:120px; 
	border:1px solid #000; 
	border-bottom:0;
}
.navi ul li:hover ul li a.drop {
	background:#FFBFBF url(img/bullet.gif) no-repeat 3px 8px;
}
.navi ul li:hover ul li a:hover {
	color:#000; 
	background: #FFBFBF url(img/bullet.gif) no-repeat 3px 8px;
}
.navi ul li:hover ul li a:hover.drop {
	background: #ccd url(img/bullet.gif) no-repeat 3px 8px;
}
.navi ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:153px; top:-1px;
}
.navi ul li:hover ul li:hover ul.left {
	left:-153px;
}

/* specific to IE5.5 and IE6 browsers */
.navi ul li a:hover ul {
	display:block;	
	position:absolute;
	top:30px; 
	t\op:33px; 
	background:#fff;
	left:0; 
	border-bottom:1px solid #000;
}

.navi ul li a:hover ul.endstop {
	left: -92px;
}
.navi ul li a:hover ul li a {
	display:block;
	background:#fff;
	color:#000; 
	height:1px; 
	line-height:15px; 
	padding:4px 16px; 
	width:154px; 
	width:120px; 
	border:1px solid #000; 
	border-bottom:0;
}
.navi ul li a:hover ul li a.drop {
	background:#ccd url(img/bullet.gif) no-repeat 3px 8px; 
	padding-bottom:4px;
}
.navi ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	height:0; width:0;
}
.navi ul li a:hover ul li a:hover {
	color:#000; 
	background: #ccd url(img/bullet.gif) no-repeat 3px 8px;
}
.navi ul li a:hover ul li a:hover.drop {
 	background: #ccd url(img/bullet.gif) no-repeat 3px 8px;
}
.navi ul li a:hover ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	top:0;
	color:#000; 
	left:153px;
}
.navi ul li a:hover ul li a:hover ul.left {
	left:-153px;
}

html*.navi {
	margin:0 0 20px 3px;
}




a span		{
			display: none;
			}

a:focus span,a:active span
			{
			display: block;
			border:  0 none;
			padding: 1em;
			text-decoration: none;
			
			}
