/* CSS Document */

     #Container {
	width: 800px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
    }

    #Header {
	height: 120px;

    background-image: url(file:///C|/Documents and Settings/Seb/Mis documentos/gravets/CSS/header.jpg);
    }

    #Content {
    width: 600px;
    height: 630px;
    float: left;
    background-color: #CCCCCC;
    }
	
		#Box {
	width: 600px;
	float: none;
	background-color: #CC6699;
	clear: none;
    }
	
	    #B_left {
	width: 300px;
	height: 630px;
	float: left;
	background-color: #FFCCCC;
	clear: none;
	overflow: visible;
    }
	
		 #B_right {
	width: 300px;
	height: 630px;
	float: right;
	background-color: #66CC99;
	overflow: visible;
    }

    #Menu {
	width: 200px;
	float: right;
	background-color: #999999;
	bottom: 100%;
    }

    #Footer {
	width: 800px;
	height: 100px;
	clear: both;
	background-color: #999999;
	overflow: visible;
	visibility: visible;
    }
	
	
