﻿/* nrmSPACE Stylesheet */

html
{
    height: 100%;
}

body 
{
    margin:0px;
    padding:0px;
    width:100%;
    height: 100%;
    font-family:Arial;
    font-size:smaller;
}

img
{
    border:none;
}

#pagewrapper
{
    position:relative;
    min-height: 100%;
}

* html #pagewrapper
{
    height: 100%;
}

#content
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 130px;
}

.nrmspaceintro
{
    font-size:small;
    margin: 0px 20px 0px 20px;
}

.nrmspacetable
{
    margin-left:auto;
    margin-right:auto;
    text-align:justify;
}

.nrmspacemodule
{
    height:120px;
    width: 50%;
    margin:20px;
    padding: 10px;
    background: #F3F7FA;
}

.nrmspacemodule img
{
    float:left;
    width:120px;
    height:120px;
    margin-right:10px;
}

.nrmspaceoutro
{
    margin: 0px 20px 0px 20px;
}

.clearfooter
{
    clear:both;
}

.nrmspacefooter
{
    text-align:center;
    background: url(images/footer.jpg) bottom repeat-x;
    width:100%;
    height: 100px;
    margin-top: -130px;
    padding-bottom: 30px;
}

#imgSERIC
{
    margin:0px 20px 0px 15px;
}
