body {
	background-color: #05000B;
	background-image: url(../resources/ooorganize1.svg);
    font-family: "Segoe UI", Arial, sans-serif;
    color: #FBFBFB;
    margin-top: 0px;   
}
*{
padding : 0;
margin : 0;
border : 0;
}
.blended_grid{
    display : block;
    width : 1000px;
    overflow : auto;
    margin : 0 auto;
    -webkit-box-shadow: 3px 3px 5px 0px #32056B;
    box-shadow: 3px 3px 5px 0px #32056B;
    border: 2px solid #1D0244;
}
.pageHeader{
background-color : rgba(0, 0, 0, 0.5);
float : left;
clear : none;
height : 300px;
width : 1000px;
}
.pageLeftMenu{
background-color : rgba(0, 0, 0, 0.5);
float : left;
clear : none;
height : 600px;
width : 160px;
}

.leftbox1{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(49,0,89,0.85);
    -webkit-box-shadow: 3px 2px 1px 0 rgba(100,0,211,0.79);
    box-shadow: 3px 2px 1px 0 rgba(100,0,211,0.79);
}


.pageContent{
background-color : rgba(0, 0, 0, 0.5);
float : left;
clear : none;
height : 600px;
width : 680px;
}
.pageRightMenu{
background-color : rgba(0, 0, 0, 0.5);
float : left;
clear : none;
height : 600px;
width : 160px;
}
.pageFooter{
    background-color : rgba(0, 0, 0, 0.5);
    float : left;
    clear : none;
    height : 75px;
    width : 1000px;
}
