/* CSS Document */

html, body
{
height: 100%; padding: 0; margin: 0; 
background-color: #574C40;
}

table
{
height: 95%; width: 100%; border: 0; 
}

#container
{
position: relative; left: 0px; top: 0px; width: 900px; height: 565px;
margin-left: auto; margin-right: auto; outline: 0;
}

#header
{
position: relative; top: 0px; width: 326px; height: 70px;
margin-left: auto; margin-right: auto;
}

#navigation_container
{
position: relative; left: 0px; top: 0px; width: 410px; height: 388px;
margin-left: auto; margin-right: auto; z-index: 2;
}

#topleft
{
position: absolute; left: 0px; top: 0px; width: 205px; height: 194px; border: 0; 
}

#topright
{
position: absolute; left: 205px; top: 0px; width: 205px; height: 194px; border: 0;
}

#botleft
{
position: absolute; left: 0px; top: 194px; width: 205px; height: 190px; border: 0;
}

#botright
{
position: absolute; left: 205px; top: 194px; width: 205px; height: 190px; border: 0;
}



#text_link_container
{
position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;
}

#text_links_practice
{
position: absolute; left: 0px; bottom: 0px; width: 100%; height: 20px;
background-color: #D1CBAF; padding: 0px;
}

#tl_left
{
position: absolute; left: 15px; bottom: 3px; width: 500px; padding: 0px;
}

#tl_right
{
position: absolute; right: 15px; bottom: 3px; width: 350px; padding: 0px;
text-align: right;
}


#footer
{
position: relative; left: 0px; top: 20px; width: 326px; height: 60px;
margin-left: auto; margin-right: auto; z-index: 2;
}

a {
outline:0; 
}
