* {
    margin: 0;
    padding: 0;
    }

* html #wrapper {
	height: 100%;
    }

html, body {
    margin: 0 auto;
	height: 100%;
    }

#wrapper {
    position: relative;
    min-width: 960px;
    min-height: 700px; /* 100% */
    max-height: 1000px; /* 756px */
	width:100%;
	margin:0 0 0 0; /* 0 auto;*/
    }

.row{
    position:relative;
    width:100%;
    clear:both;
    margin: 0 auto;
    }

.content {
	margin:0 300px 0 0; /* 0 290px 0 0;*/
	position:relative;
	min-height: 700px; /* 100%*/
        width: 1200px; /* 900px */

    }

.left {
    position: relative;
    float: left;
    width: 900px; /* 100% then min 900px then width 900px*/
    overflow: hidden;
    }


.right {
    position: relative; /* relative*/
    float: left; /* right */
    width: 400px; /* 200px */
    overflow: hidden;
    display:inline;
    margin: 0 -200px 0 0; /* 0 -200px 0 0;*/
    }

.leftmenu {
    position: relative;
    float: left;
    width: 350px;
    min-height: 750px;
    overflow: hidden;
    }

.col {
    position: absolute;
    bottom: 0;
    }

html,body .col {
    top: 0;
    }

.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
    }