@import url('../../Default/global/global.css');

#PageFunctions {
    top: 7px;
}

#Content {
	position: relative; 
	clear: both;
}
* html #Content {
    /* IE6 Only */	
	width: 100%;                    /* Fixes invisibility problem in IE6. */
}

	#Content-Inner {
	}

    #Page {
        position: relative;
        float: left;
        padding: 0 20px;
        border-left: #e1e1e0 1px solid;
        border-right: #e1e1e0 1px solid;
    
        background: url('../../Default/images/bg_i.gif') right bottom no-repeat;
    }
        
        #Page-Inner {
        }

		#Page #Primary {
		}
		
			#Page #Primary #Primary-Inner {
                /* Content layout goes here */
                overflow: hidden;
			}

		#Page #Secondary {
		}
		
			#Page #Secondary #Secondary-Inner {
                /* Content layout goes here */
                margin: 1em 0 0 0;
                padding: 1em 0;
                overflow: hidden;
			}
			
			#Page #Secondary #Secondary-Inner #SecondaryContent {
                border-top: #c0c0c0 1px solid;
			}

#Tertiary {
	display: none;
}
			