/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:   1.0
date:      01/03/07
author:    [your name]
email:     [you at domain dot com]

website:   [your domain]

version history: [location of file]
-----------------------------------------------------------------------------*/


/* Import other stylesheets
-----------------------------------------------------------------------------*/

/* @import url("otherstylesheet.css"); */


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* 
{
    outline: none;
    border: none;
    text-align: left;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
{
    clear:both;
}
.right
{
    float: right;
}
.left
{
    float: left;
}
/* Set up the document
-----------------------------------------------------------------------------*/
html
{

}
body
{
    text-align: center;
    background-image: url(../images/bg_pages.png);
}
h1{
    color: #781800;
    font-size: 24px;
}
/* Header
-----------------------------------------------------------------------------*/
#header
{
    height: 198px;
    background-position: 237px 5px;
    background-repeat: no-repeat;
    position: relative;
}
#wrapper
{
    width: 948px;
    min-height: 598px;
    display: inline-block;
    background-image: url(../images/bg_wrapper_repeat_x.png);
    background-repeat: repeat-x;
    margin: auto; 
    border: 1px #950904 solid;
}
#content_wrapper{
    width: 936px;
    margin: auto;
    display: inline-block;
    background-image: url(../images/bg_content.jpg); 
    background-repeat: repeat-x;
    min-height: 388px;
    margin-top: 7px;
    margin-left: 6px;
    border: 1px #d2c8c4 solid;
}
#main_menu{
    height: 47px;
    width: 704px;
    background-image: url(../images/menu_full.png);
    top: 150px;
    left: 245px;
    position: absolute;
    z-index: 9;
}
#content{
    /*width: 418px;
    min-height: 321px;
    float: left;
    margin-top: 12px;
    margin-left: 12px;
    text-align: left;
    display: inline-block;*/
}
#content p{
    text-align: justify;
    width: 350px;
    padding-left: 30px;
}
#right_images
{
    /*width: 492px;
    min-height: 309px;
    background-color: #ffffff;
    float: left;    
    padding: 12px 12px 12px 12px;
    text-align: right;
    display: inline-block;*/

}
#right_images p{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}