html {
	width: 100%;
	height: 100%;

	overflow: scroll;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

	font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
	font-size: 12px;

	text-align: center;

	color: #000;
}

div.content {
    padding: 0px 10px 10px 20px;
}

#page { 
    width: 985px;

    text-align: left;

    position: relative;

    margin: 0 auto;
    padding-bottom: 20px;
}

#decor1 { 
    position: absolute;
    top: 608px;
    left: -10px;
    z-index: -1;

    width: 17px;
    height: 37px;
    
    background: url("../images/layout/middle-left.gif")
}

#decor2 { 
    position: absolute;
    top: 0px;
    left: -13px;
    z-index: -1;

    width: 13px;
    height: 196px;
    
    background: url("../images/layout/top-left.gif")
}

#left { 
    width: 236px;
    height: 627px;

    margin-right: 2px;

    background: url("../images/layout/03.jpg") no-repeat;

    float: left;
}

#left.version-01 { 
    background: url("../images/layout/01.jpg") no-repeat;
}

#left.version-02 { 
    background: url("../images/layout/02.jpg") no-repeat;
}

#left.version-03 { 
    background: url("../images/layout/03.jpg") no-repeat;
}

#left.version-04 { 
    background: url("../images/layout/04.jpg") no-repeat;
}

#left.version-05 { 
    background: url("../images/layout/05.jpg") no-repeat;
}

#left.version-06 { 
    background: url("../images/layout/06.jpg") no-repeat;
}

#left.version-07 { 
    background: url("../images/layout/07.jpg") no-repeat;
}

#left.version-08 { 
    background: url("../images/layout/08.jpg") no-repeat;
}

#left.version-09 { 
    background: url("../images/layout/09.jpg") no-repeat;
}

#head { 
    float: left;

    width: 744px;

    border: 0px solid red;
}

#head #menu { 
    height: 288px;
    width: 202px;

    background: #4b90cc;

    float: left;
}

#head #logo { 
    background: url("../images/layout/top.jpg") no-repeat;

    width: 540px;
    height: 286px;

    float: left;
}

#head #logo h1 { 
    border: 0px solid red;

    margin-top: 115px;
    margin-left: 20px;

    width: 110px;
    height: 60px;
}

#head #logo h1 a { 
    display: block;

    height: 100%;
}

#head #logo h1 span { 
    display: none;
}

#main { 
    float: left;

    background: url("../images/layout/bg-content.gif") 203px 0 repeat-y;
}

#middle { 
    float: left;

    width: 202px;
}

#content { 
    float: left;

    text-align: left;

    width: 418px;

    margin-left: 2px;

    /*background: #f3f3f3;*/

    border-top: 2px solid white;
}

#foot { 
    clear: both;
}

#signature #bottom-right { 
    border: 0px solid red;

    position: absolute;
    bottom: -11px;
    right: 104px;
    z-index: -1;

    padding: 0;

    width: 44px;
    height: 99px;

    background: url("../images/layout/bottom-right.gif") no-repeat;
}

#signature #bottom-left { 
    border: 0px solid red;

    position: absolute;
    bottom: -18px;
    left: 214px;
    z-index: -1;

    padding: 0;

    width: 44px;
    height: 99px;

    background: url("../images/layout/bottom-left.gif") no-repeat;
}

