﻿#content #left
{
    width: 210px;

    min-height:350px;
    height:auto !important;
    height:350px;
    position: relative;

    float: left;    
    background: transparent;
    
    padding-top: 130px;
    
    background-image: url(/themes/myoneonone/images/logo.jpg);
    background-repeat: no-repeat;
    background-position: 1px 0px;
    
}

#content #main
{
    width: 530px;
    padding: 10px; 
    
    min-height:350px;
    height:auto !important;
    height:350px;        
        
    float: left;
    margin-top: 10px;    
}

#content #footer
{
    width: 960px;
	
	min-height:50px;
    height:auto !important;
    height:50px;
	position: relative;

	float: left;		
}


#content #right
{
    width: 198px;
    
    min-height:350px;
    height:auto !important;
    height:350px;
    float: right;
    
    margin-top: 22px;
}

#content #masthead
{
    width: 750px;
	
	min-height:106px;
    height:auto !important;
    height:106px;	
    float: left;	
}

#content #right h2 { margin: 0px; padding: 0px; color: #000; line-height: normal; }

#content #masthead #header 
{ 	
	background-image: url(/common/images/header-gradient.png);
	width: 750px;	
	min-height:106px;
    height:auto !important;
    height:106px;
	position: absolute;
}

#content #masthead #header-gradient
{
	background-image: url(/common/images/header-gradient.png);
	width: 750px;	
	min-height:106px;
    height:auto !important;
    height:106px;
	position: absolute;
	top: 0px;
}
#content #masthead #header-background  { display: none; }