body {
    overflow: auto;
    background: #999999;
    font-size: 12px;
    line-height: 1.6;
}

#container {
    min-width: 960px;
    overflow: hidden;
    margin: 0 auto;
}

#main {
    background: white;
    width: 960px;
    margin: 0 auto;
    position: relative;
    top: 0;
}

.leftcol, .rightcol
{
    position: absolute;
    height: 100%;
    width: 95px;
    background-color: #ccc;
    z-index: 100;
	top: 0;
}

.leftcol
{
    left: -95px;
}

.rightcol
{
    right: -95px;
}


.box {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 95px;
    background: #797;
}

.top
{
    position: absolute;
	top: 0;
	height:89px;
}

.bottom
{
    position: absolute;
	bottom: 0;
	height: 336px;
} 

.short .bottom
{
	height: 249px;
}

#header
{
	height: 89px;
	background: url('/images/sitefactory/frame_top.png') repeat-x;
}

#footer
{
	height: 306px;
	background: url('/images/sitefactory/frame_bottom.png') repeat-x;
	clear: both;
	padding-top:30px;
}

.short #footer
{
	height: 219px;
}

.leftcol
{
	background: url('/images/sitefactory/frame_left.png') repeat-y;
}

.rightcol
{	
	background: url('/images/sitefactory/frame_right.png') repeat-y;
}

.leftcol .top
{
	background: url('/images/sitefactory/frame_top_left.png') no-repeat;
}

.leftcol .bottom
{
	background: url('/images/sitefactory/frame_bottom_left.png') no-repeat;
}

.rightcol .top
{
	background: url('/images/sitefactory/frame_top_right.png') no-repeat;
}

.rightcol .bottom
{
	background: url('/images/sitefactory/frame_bottom_right.png') no-repeat;
}

.clear
{
	clear:both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}
