/* 
    Document   : newCascadeStyleSheet
    Created on : 06-oct-2009, 17:25:59
    Author     : fran
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    /*background-image:url(../images/bg.jpg);*/
    background-color:#818143;
            
}

h1 {
    margin:25px;
}

p {
    text-align:justify;
    text-indent:2em;
    font-size:15px;
    margin:20px 25px 10px 25px;

}

#main {
        background-image:url(../images/bg22.jpg);
    margin:15px auto;
    width:1126px;
    height:1322px;
    background-color:#818143;

}

#header {
    /*padding:20px;*/
    top:20px;
    margin:0px auto;
    /*background-image:url(../images/header.jpg);*/
    width:800px;
    height:319px;
}

#menu {
    float:left;
    margin:100px 0px 0px 110px;
    width:165px;
        background-color:transparent;
}

#content {
    float:right;
    margin:100px 125px 0px 0px;
    width:720px;
    max-height:780px;
    min-height:300px;
        background-color:transparent;
	overflow:auto;
}

#clear {
    clear:both;
}

#footer {
    width:800px;
    height:30px;
}

img {
    border:0px;
}

