
body 
{
    margin-top: 50px;
}

#button {
    border:
        1px solid green;
}

#content_frame {
    border: 1px solid red;
    width: 690px;
    margin-left: auto;
}

#content {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}

#content p {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

#main {
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    right: 5px;
    top: 5px;
    width: 750px;
}

#menu_div 
{
    border: 1px solid purple;
    width: 70px;
    position: relative;
    top: 0px;
    right: 0px;
}

#menu_frame {
    position: relative;
    width: 50px;
    height: 200px;
    border: 1px solid black;
}

#menu 
{
    position: fixed;
    top: 5px;
    width: 50px;
    height: 200px;
}

#search_form_div {
    left: -800px;
	position: absolute;
	top: -400px;
	z-index: 80;
	width: 500px;
	border: 1px solid red;
}

/*
.nav_button {
    left: 4px;
    position: absolute;
    z-index: 5;
    height: 40px;
    width: 40px;
    background-color: black;
    cursor: pointer;
    border-radius: 5px;
        
    font-family: Lucida Console;
    font-size: 30pt;
    font-weight: bold;
    text-align: center;
}
*/