body { 
	background: #666666; 
	margin: 0 0 0 0; 
	padding: 0; 
	font: 11px Verdana, sans-serif;
	line-height: 18px; 
	color: #000000;
	} 

#container { 
	position: relative; 
	background: url(img/bg.jpg) repeat-y; 
	margin-top: 0;  
	margin-left: auto;
	margin-right: auto; 
	width: 780px; 
	} 
	
#intro { 
	position: relative;
	background: url(img/bg_text.jpg) no-repeat 0 178px; 
	margin: 0 0 17px 21px;
	width: 532px; 
	}
	
#header {
	position: relative; 
	margin: 0 0 0 -21px; 
	padding: 0;
	background: url(img/header.jpg) no-repeat; 
	width: 780px;
	height: 140px; 
	} 
	
.navi {
	float:left;
	width:738px;
	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 0px;
}

*:first-child+html .navi {
	margin:0 0 20px -5px;
}

.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: #CCCCFF;
}

.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:#ccf url(img/bullet.gif) no-repeat 3px 8px;
}
.navi ul li:hover ul li a:hover {
	color:#000; 
	background: #ccf 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; 
	w\idth: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;
}
 	
#text { 
	background: #FBFBF3;
	margin: 0;
	padding: 20px;
	width: 698px;
	}
	
#text h3 {
	font: bold 16px "verdana";
	text-align: left;
	padding: 30px 20px 20px 20px;
	text-decoration: underline;
	height: 25px;
	}
	
#footer {
	color: #000;
	width: 740px !important;
	width /**/: 720px;
	height: 24px !important;
	height /**/: 30px;
	background: url(img/bg_foot.jpg) repeat-y;
	margin-top: 15px;
	margin-left: 20px;
	padding: 6px 0 0 0;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #000;
	text-align: center;
	}
	
#footer a {
	background:transparent;
	color:#000;
	text-decoration:underline;
	}
	
#footer a:hover {
	background:transparent;
	color:#000;
	text-decoration:none;
	} 
	
.img {
	float: right;
	margin: 0 0 5px 5px;
}

.img2 {
	float: left;
	margin: 0 5px 5px 0;
}
