@import url("text_1.css");

/* 
block_1.css 
Robert Muratore
2009-08-07
divs for positioning of blocks on page for Quantum Now LLC website
*/

#aux_1 {
        position: absolute;
        top: 700px;
        left: 30px;
        width: 100%;
        height: 60px;
        background-color: #ffffff;
        border-color: #176385;
        border-width:1px;
	border-top-style:solid;
}

#aux_2 {
        position: absolute;
        left: 17px;
        top: 5px;
        width: 120px;
        height: 90%;
        background-color: #f3f3f3;
}

#contact {
        position: absolute;
        top: 100px;
        left: 30px;
        width: 100%;
        height: 30px;
        background-color: #ffffff;
}

#content_1 {
        position: absolute;
        top: 170px;
        left: 30px;
        width: 640px;
        height: 530px;
        background-color: #ffffff;
}

#content_2 {
        position: absolute;
        top: 170px;
        left: 680px;
        width: 480px;
        height: 520px;
        background-color: #eeeeee;
        border-color: #176385;
	border-width: 1px;
	border-style: double;
	padding: 2px;
}

#content_3 {
        position: absolute;
        top: 170px;
        left: 30px;
        width: 90%;
        height: 95%;
        background-color: #ffffff;
}

#logo {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 120px;
        height: 90px;
        background-color: #ffffff;
}

#menu_1 {
        position: absolute;
        top: 130px;
        left: 30px;
        width: 100%;
        height: 30px;
        background-color: #ffffff;
        border-color: #176385;
        border-width:1px;
        border-top-style:solid;
	border-bottom-style:solid;
}

#menu_2 {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 200px;
        height: 100%
        background-color: #99cccc;
}

#splash {
        position: absolute;
        top: 10px;
        left: 140px;
        width: 100%;        
        height: 90px;
        background-color: #ffffff;
}

body { 
        margin-top: 0px;
        margin-left: 0px;
        background-color: #ffffff; 
}
