body{
 
    background: url(images/seighart4.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;	
    
}



#wrap{
	width: 100%; /* Spans the width of the page */
	height: 50px; 
	margin: 5; /* Ensures there is no space between sides of the screen and the menu */
	z-index: 99; /* Makes sure that your menu remains on top of other page elements */
	position: relative; 
	
}


.navbar	{
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute; /* Ensures that the menu doesn’t affect other elements */

}


.navbar li{
			height: auto;
			width: 248px;  /* Each menu item is 150px wide */
			float: left;  /* This lines up the menu items horizontally */
			text-align: center;  /* All text is placed in the center of the box */
			list-style: none;  /* Removes the default styling (bullets) for the list */
			font: normal bold 12px/1.2em Arial, Verdana, Helvetica;  
			padding: 0;
			margin: 0;	
}


.navbar a{							
		padding: 18px 0;  /* Adds a padding on the top and bottom so the text appears centered vertically */
		border-left: 1px solid darkviolet; /* Creates a border in a slightly lighter shade of blue than the background.  Combined with the right border, this creates a nice effect. */
		border-right: 1px solid darkviolet; /* Creates a border in a slightly darker shade of blue than the background.  Combined with the left border, this creates a nice effect. */
		text-decoration: none;  /* Removes the default hyperlink styling. */
		color: white; /* Text color is white */
		display: block;
	
}

.navbar li:hover, a:hover {
		background-color: black;
		
	
} 

 .table a:hover{
		background-color: transparent;
		color: darkcyan;
		text-decoration:underline;

}

.table a { 
	color: darkcyan;
	text-decoration:none;
	

}

.navbar li ul 	{
		display: none;  /* Hides the drop-down menu */
		height: auto;									
		margin: 0; /* Aligns drop-down box underneath the menu item */
		padding: 0; /* Aligns drop-down box underneath the menu item */		
		}				


.navbar li:hover ul {
		display: block; /* Displays the drop-down box when the menu item is hovered over */
}

.navbar li ul li {
		background-color: #48494A;
	
} 



.navbar li ul li a{
		border-left: 1px solid black; 
		border-right: 1px solid black; 
		border-top: 1px solid darkviolet; 
		border-bottom: 1px solid black; 
}
				
.navbar li ul li a:hover{
		background-color: #595A5C;
}


.container{
	
	height: auto;
	width: 1000px;
	margin: auto;
	
	
}

#header{

	height: 100px;
	padding: 10px;
	background-color: transparent;
	color: white;
	font-family: Verdana;
}

#header h1 {

	margin-top: 10px;
	margin-left: 30px;
	text-align: center;
	
}



#main{
	
	height: auto;
	background-color: white;
	margin-top: 100px;
	border-radius: 0px 0px 10px 10px;


}


#content{
	height: auto;
	padding-right: 50px;
	margin-top: -584px;
	padding-left: 50px;
	
	
	
	
}


#menu{

	height: 449px;
	background: #333333;
	margin-top: -170px;
	padding-bottom: 65px;	


}

#menu a{

	text-decoration: none;
	font-weight: bold;
	color: whitesmoke;
	
}

#menu a:hover{
	text-decoration: underline;
	color: darkcyan
	

}


#text p {

	text-align:justify;
	height: auto;
	font-size:13px;
	font-family:Arial;
}

#logo{

	padding: 10px;
	margin-left:30px;

}


#logo2{
	padding: 10px;
	margin-left:130px;
	
}

#logo3{
	padding: 10px;
	margin-left:200px;
}

#logo4{
	padding: 90px;
	margin-left:-102px;
}

#footer{
	color:white;
	height: 50px;
	padding: 1px;
	margin-top: -2px;	
	text-align: center;
	background-color: #333;
	border-radius: 0px 0px 10px 10px;
	
}