/**BODY*/

body	{
	margin:0 auto;
	font-family:Andalus;
	color:#800000;
	background-color:black;
}

a {
	text-decoration: none;
	color:black;
	
}

a:hover {
	color:#800000;
}

/**CONTENT*/

#content {
	width:950px;
	margin:0 auto;
	background-color:white;

      
}

/**MENU*/

#menu	{
	float:left;
	width:230px;
	margin:0 auto;
	padding-top:120px;
	border-right:2px #800000 solid;
	margin-top:20px;
	
}

#menu a {
	color:white;
	
}

#menu ul {
	width:150px;
	list-style:none;
	

}

#menu li {
        
	display:block;
	background-color:#800000;
	border:1px black solid;
	text-align:center;	
	padding-top:10px;
	padding-bottom:10px;
	color:white;
}

#menu li:hover {
	background-color:black;
	border:1px #800000 solid;
}

#menu li ul {
	position:absolute;
	left:109px;
	top:0px;
	display:none;

}

#menu li ul li ul {
	position:absolute;
	top:-1px;
	display:none;
}
#menu ul li {
	position:relative;

}

#menu ul li ul li a:hover {
	border:1px white solid;
	background-color:#800000;
	padding-left:10px;
	padding-right:10px;	
		
}



#menu li:hover ul { 
	display: block; 
}

#menu h1 {
	text-align:center;
	font-size:20px;
	
}

#menu p {
	text-align:center;
	color:black; 	
}

* html ul li { 
	float: left; 
}

* html ul li a { 
	height: 1%; 
}
/**LINE*/

#line {
	width:750px;
	border-bottom:2px #800000 solid;
	margin-left:150px;
	height:1px;
	margin-top:30px;

}

//**MOVIE*//

#movie  {
               display:none;
}

/**TEXT*/

#text {
	width:700px;
	margin-left:240px;
	padding-top:20px;
	background-image:url(images/cross.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	            
	
}

#text h1 {
	color:black;
	font-size:40px;
	margin-bottom:0px;
}

#text h2 {
	font-size:15px;
	color:#800000;
	margin-bottom:0px;
	margin-top:0px;
}

#text h3 {
	margin-top:0px;
	text-align:right;
	color:#800000;
	font-size:20px;
	margin-right:60px;
}	

#text h4 {
	text-decoration:underline;
}

#text ul {
	color:black;
	margin-left:75px;
}

#text ul li ul {
	display:none;
	list-style:none;
	color:#800000;
	font-style:italic;
                margin-left:10px;
	
}

#text ul li ul li {
	padding-bottom:10px;
}

#text ul li:hover ul {
	display:block;
}
#text p.movie {
               visibility:hidden;
               display:none;
}
#text p.pic {
               padding-left:158px;
}
#text table#sitemap {
                border:2px black solid;
                text-align:center;
}

#text table#sitemap td {
                width:233px;
}

#text table#sitemap td a {
                color:black;
                font-weight:600;
}

#text table#sitemap td:hover {
                background-color:#CCCCCC;
}
#text ul li ul.show {
                display:block;
}