﻿#container
{
    width:960px;
    height:100%;
    margin: 0 auto;
	background: url('../images/main/bg_main.png') repeat-y;
	background-position: 0 0;
}

#upperLeft
{
    width: 60px;
    height:100px;
	background: url('../images/main/bg_upper_left.png') no-repeat;
}
#upperRight
{
    width: 60px;
    height:100px;
	background: url('../images/main/bg_upper_right.png') no-repeat;
}
#header
{
    width: 840px;
    height:100px;
	background: url('../images/main/bg_upper_center.png') no-repeat;
}
#logo, #logo a div
{
    width: 337px;
    height: 90px;
    cursor:hand;
}
#logo
{
    margin-top:10px; 
    margin-left: 70px;
    background: url('../images/main/logo_small.png') no-repeat;
}
#tagline
{
    margin-right: 50px; 
    margin-top:10px;
    margin-bottom:1px;
    position:relative;
    float:right;
    width: 229px;
    height: 18px;
	background: url('../images/main/tagline_small.png') no-repeat;
}
#upperLeftBorder, #upperRightBorder
{
    width: 60px;
    height:3px;
	background: url('../images/main/bg_border_outer.png') repeat-x;
}
#upperCenterBorder
{
    width: 840px;
    height:3px;
	background: url('../images/main/bg_border_content.png') repeat-x;
}

#left
{
    width: 60px;
    height:365px;
	background: url('../images/main/bg_center_left.png') repeat-y;
}
#right
{
    width: 60px;
    height:365px;
	background: url('../images/main/bg_center_right.png') repeat-y;
}
#middle
{
    width: 840px;
    height:365px;
	background: url('../images/main/bg_center.png') repeat-y;
}


#bottomLeftBorder, #bottomRightBorder
{
    width: 60px;
    height:3px;
	background: url('../images/main/bg_border_outer.png') repeat-x;
}
#bottomCenterBorder
{
    width: 840px;
    height:3px;
	background: url('../images/main/bg_border_content.png') repeat-x;
}

/*
#bottomLeft
{
    width: 60px;
    height:106px;
	background: url('../images/main/bg_bottom_left.png') no-repeat;
}
#bottomRight
{
    width: 60px;
    height:106px;
	background: url('../images/main/bg_bottom_right.png') no-repeat;
}
#footer
{
    width: 840px;
    height:106px;
	background: url('../images/main/bg_bottom_center.png') no-repeat;
}
*/
#topNavContainer
{
    height:30px;
}

.sf-menu
{
    position:relative;
    top:-4px;
}

