/* CSS Document */

body
{
	
	/*background: #ecebec url('../images/bg.jpg') repeat-x;*/
    font:normal 11px verdana,arial,sans-serif;
    background: transparent url('../images/ISO_DWG.png') no-repeat;
    background-position: right top;
}

#main
{
    width : 1000px;
    _width : 1001px;
    /*margin: 26px auto 4px;*/
    margin: 0px auto 4px;
    /*border: solid 1px #cccccc;*/
    padding: 30px 10px 10px 10px;
    /*background-color: #ffffff;*/
}

#leftBG
{
    background: transparent url('../images/ISO_DWG.png') no-repeat;
    background-position: left top;
}

#header
{
    /*background-color: rgb(0,102,0);*/
    color: rgb(255,255,255);
    margin-bottom: 20px;
    /*background: url('../images/header.jpg') no-repeat;*/
    height: 324px;
}

#footer
{
    background-color: #ecebec;
    color: #ffffff;
    clear: both;
    
    width : 1000px;
    margin: 5px auto 4px;
    
}

#cols
{
    /*background-color: rgb(202,153,204);*/
    width : 1000px;
    height: 759px;
    background: url('../images/background.jpg') no-repeat;
}


#leftCol
{
    /*background-color: rgb(102,153,204);*/
    float: left;
    width: 159px;
    min-height: 300px;
}

#midCol
{
    /*background-color: rgb(204,204,255);*/
    float: left;
    width: 828px;
    padding: 0px 0px 10px 10px;
    border-left: 3px #000000 solid;
    /*height: 749px;*/
}

#rightCol
{
    /*background-color: rgb(204,204,102);*/
    float: left;
    width: 200px;
}

.topMenu
{
	position: relative;
	top: 220px;
	left: 430px;
	width: 570px;
}

.clearer { clear: both;}
.fleft { float: left; }
.fright { float: right; }

