body {
    text-align: center;
}
a:link {
color: black ;
}

a:visited {
color: black ;
} 
#container {  
    background-image:url( "/_assets/images/bg3.png");
    margin-top: 20px;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin:0 auto;
    min-height: 100%;
    border: 3px solid;
    text-align: left;

}

 #container:after {
    content:'';
    display: block;
    clear: both;
}
   
#header {

    height: 150px;
    width: 750px;


}

#leftmenu {
	width:150px;
	float: left;
    

}

#rightbar {
    text-align: center;
    width: 150px;
    float: right;
    margin: 0;
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    padding-right: 10px;

    
}

#middle {
    min-height: 400px;
   

}

#content {
    float: left; 
    margin-left: 15px;
    margin-top: 0px;
    width: 400px;
}

#btmleftcorner {
    float: left;
    height: 150px;
}

#btmrightcorner {
    float: right;
    height: 150px;
}

#footer {
    clear: both;
    position: relative;
    height: 150px;
    width: 750px;
    bottom: 0;
    background-color: black;
    
}

#tubpic {
    float: left;
    margin: 0 10 10 10;
}

.headerimage { 
    margin:0 auto;
    position: relative;
    background-color: black;
    height: 150px;
    width: 750px;
}

/*        V2        */

.footerimage {
    margin:0 auto;
    position: relative;
    background-color: black;
   
}
.outer{

	
	margin-top:0px;
	padding:0px;

}
	

#leftmenu {	
width:150px; /* set width of menu */
background-color: black;
position:relative;
text-align: center;
} 

#leftmenu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
background-color: black;
}

/* style, color and size links and headings to suit */
#leftmenu a {
font: bold 16px arial, helvetica, sans-serif;
display: block;
color: white;
border-bottom: solid 1px white;
background-color: black;
text-decoration: none;
}

#leftmenu a:hover {
color: grey;
background-color: black;
}

#leftmenu li {
/* make the list elements a containing block for the nested lists */
position: relative;
background-color: black;
padding-top: 5px;
padding-bottom: 10px;
} 


#leftmenu ul ul  {
border-left: 1px white solid;
position: absolute;
top: 0;
padding: 2 2 0 2;
left: 100%;   
z-index: 2;
}

div#leftmenu ul ul,
div#leftmenu ul li:hover ul 
{display: none;}

div#leftmenu ul li:hover ul,
div#leftmenu ul ul ul li:hover ul ul
{display: block;}


