body {
	background: url("images/bkg.jpg") repeat-y;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	height: 100%;
	border-collapse: collapse;
	font-family: arial, helvetica, serif;
	font-size: 12px;
	}
#topper{
	height:120px;
	width: 600px;
	background-color: purple;
}
#force {
	margin-left: 0px;
	width: 600px;
	height: 15px;
	}
#whereto {
	width: 600px;
	height: 15px;
	background: white;
}
#contain {
	position: relative; left:50%;
	margin-left: -300px;
	width: 600px;
	height: 100%;
}	
#nav, #nav ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:15px;
 }
#nav a:link, #nav a:active, #nav a:visited{
    display:block;
    padding:0px 5px;
	border: 1px solid black;
    color:#000;
    text-decoration:none;
    text-align: center;
    background-color:#fff;
 }

#nav a:hover{
    background-color:#000;
    color:#fff;
}
#nav li{
    float:left;
    position:relative;
    width: 150px;
}
#nav ul {
    position:absolute;
    width:150px;
    top:15px;
    display:none;
}
#nav li ul a{
    width:140px;
    float:left;
}
#nav ul ul{
	top:auto;
	}	

#nav li ul ul {
    left:140px;
    margin:0px 0 0 10px;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
    }
#mcontent {width:575px; padding: 10px 10px 30px 10px;
	}
#mcontent p {text-indent: 20pt;
	}
#mcontent img {padding: 6px 6px 6px 6px;
	}
#mcontent H2 {color: black; text-align: Center;
	}
#mcontent H5 {color: black; text-align: center;
	}
#mcontent H3 {Color: Black;
	}
#mcontent a {color: black; text-decoration: none;
	}
#mcontent a:hover {color: #9797979;
	}
#mpicture	{width:575px; padding: 10px 10px 30px 10px;
	}
#mpicture img {display: block; margin-left: auto; margin-right: auto
	}
#mpicture H2 {color: black; text-align: Center;
	}
#mpicture H5 {color: black; text-align: center;
	}
#mpicture H3 {Color: Black;
	}