/* 
** CSS Document - n7twl.css 
** Date: 21 Oct 2022
** Updated: 31 Oct 2024
*/
	
/* control link colors and hover behavior */

a:link{
	color:#000000;
	text-decoration: none;
}

a:visited{
	color:#000000;		
}

a:focus{
	color:#000000;	
}

a:hover{
	color:#ffdd99;
	background-color: #004e87;
}

a:active{
	color:#000000;	
}

/* control of specific elements - these are id's */

#main_container {
	width:1140px;
	height:770px;
	background-color:#eae4ef;
	border:1px solid black;
	border-radius: 20px;
	margin: auto;
	margin-top: 30px;
	/* add shadow to outside container */
	-moz-box-shadow: 0 0 50px 10px #888;
	-webkit-box-shadow: 0 0 50px 10px #888;
	box-shadow: 0px 0px 50px 10px MidnightBlue;
}

#header_container {
	width:1120px;
	height:185px;
	background-color:#eae4ef;
	background:url('1120header.jpg');
	border:2px solid black;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	margin-top:8px;
	margin-left:8px;
 }

 #nav_container {
	width:1120px;
	height:30px;
	background-color:#fdebcf;
	border:2px solid black;
	color:black;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-top:0px;
	margin-left:8px;
	text-align: left;
}
 
 #content_container {
	width:1120px;
	height:492px;
	background-color:#eae4ef;
	border:2px solid black;
	border-radius:20px;
	margin-top:8px;
	margin-left:8px;
	text-align:left;
 }
 
 #footer_container {
	width:1120px;
	height:40px;
	background-color:#eae4ef;
	border:2px solid black;
	border-radius:10px;
	margin-top:8px;
	margin-left:8px;
 }
  
 #centeredImage {
	position: absolute;
    margin: auto;
    left: 0px; 
    right: 0px;
    top: 250px;
    bottom: 0px;
	text-align: center;
}

table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

ul {
	list-style-type:none;
	margin:5;
	margin-top:0px;
	padding:0;
}

li {
	padding: 20px;
}

body {
	background-image: url('background.jpg');
	background-repeat:no-repeat;
	background-position: center;
}

/* end of css code */
