/*
stylesheet for CNSQ Online portal page
author: Cesar Noel Quinon
version: 1.0

*/



/* main */
body {
    font-family: Arial;
    font-size: 10px;
    background-color:#FFF;
    text-align:center;
    color:#fff;
    background-image: url("images/bg_ipad.jpg");
    background-position: top;
    background-repeat: no-repeat;
}    
a {
    color:#768082;
    text-decoration:none;
}

a:hover {
    color:#000;
    text-decoration:none;
    background-color:#739CDC;
    
} 

ul li {
    color:#000;
    list-style: none;
}


/* Main area */

#scrollwrap {
    overflow-y:scroll;
    
    
    
}

.wrap{
    background-repeat:no-repeat;
    background-position:center; 
    width:500px;
    text-align:center;
    margin:auto;
    
    
    
}

#img {
    margin-top:80px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    
}


#text {
   margin:auto;
   text-align:center;
   width:400px;
   
}


#blog {
    width:220px;
    float:left;
    text-align:right;
    
   
}

#social{
    width:280px;
    float:right;
    text-align:justify;
    

}

#bookmark {
    width:220px;
    float:left;
    text-align:right;
}

#micro {
    width:280px;
    float:right;
    text-align:left;
    
}
#spacer {
    float:none;
    clear:both;



}

#footer {
    width:600px;
    text-align:center;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    color:#000;
    background-color:#333;
    float:none;
    clear:both;
    font-size: small
}

#widget {
    text-align:center;
    margin:auto;
}

/*Content Wrap*/
#contentwrap {
    margin-top: 25px;   
}
