*{
    
    
	margin:0;
	padding:0; 
}
img{
    
    
	border: none;
}
DIV#conteiner{
    
    
	position : relative;
	width : 800px;
	height : auto;
	text-align : left;
	background-color : #ffffff;

}
DIV#topmain{
    
    
	width : 800px;
	height: auto;
}
DIV#subconteiner{
    
	width : 840px;
	height : auto;
	text-align : center;
	border-width : 1px;border-style : ridge;border-color : gray;
}
DIV#footer{
    
    
	width : 800px;
	margin-top : 10px;
	text-align : right;
}
DIV#leftmenu{
    
    
	width : 130px;
	height : auto;
	text-align : center;
	margin-top : 0px;
	background-color : #000040;
}
DIV#submain{
    
	width : 670px;
	height : auto;
	overflow:hidden;
	margin-top : 0px;
	text-align : center;
	background-color : white;
	border-right-width : thin;
	border-right-style : solid;
	border-right-color : #e0e0e0;
}