body
{   
    background: #efefef;
    font: 10pt Arial;
    line-height: 1.88889;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
}
p
{
    margin-top:0;
    text-align: justify;
}
h1
{
	text-align:center;
	font-size:21pt;
}
h3
{
    font: italic normal 1.4em georgia, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #0b2732;
}
a:link
{
    font-weight: bold;
    text-decoration: none;
    color: #3686ca; 
}
a:visited
{
        font-weight: bold;
        text-decoration: none;
        color: #58d8ff;   
}
a:hover a:active
{
    text-decoration: underline;
    color: #58d8ff;
}

/* custom divs */
#container
{
    background: url(../images/nahma_body.jpg) repeat-y;
    width: 1001px;
    padding: 0; /*Change 110 to footer size*/
    margin: auto;       
    position: relative;
    
}
#page_header
{
    width:1001px;
    height:108px;
    background: url("../images/nahma_header.jpg") no-repeat;
    padding:0;
    margin: auto;
}
#page_nav
{
    background: url(../images/nahma_nav.jpg) no-repeat;
    width: 1001px;
    text-align: left;
    position:absolute;
    padding-top: 0px;
    padding-bottom: 5px;
    top: 108px;
    right:0;
    height:51px;
}
#page_nav ul
{
   margin-top:15px;
}
#page_nav li
{
    display: inline;
    font-weight: bolder;
    text-decoration: none;
    color: #FFF;
    padding: 10px 10px 0px 10px;
    border-right: #a6a6a6 1px solid;
    border-left: #efefef 1px solid;
    list-style-type: none;
}

#page_nav li input
{
    display: inline;
    font-weight: bolder;
    text-decoration: none;
    color: #FFF;
    list-style-type: none;
    background:none;
    border:none;
}

#page_footer
{
    background: url(../images/nahma_footer.jpg) no-repeat;
    height: 105px;
    color: #FFF; 
    margin:0;  
}

#page_footer div
{
	padding-top:50px;
}

#page_content
{
	margin-top:50px;
}

#content_area,#content_area2
{
	width:900px;
	margin-right:auto;
	margin-left:auto;
}