/* content panels */
div.contentbottom
{
    width: 906px;
    padding-top: 5px;
    position:relative;
    float:left;
}

div.contenttopleft, div.contenttopright
{
    height: 437px;
    float: left;
}

div.contentleft
{
    width:736px;
    float:left;
}
div.contentright
{
    width:170px;
    float:left;
    text-align:center;
}

/* content pane */
div.contentpane
{
    width:736px;
    background-image: url(../images/xhtml/large-content-bg.gif);
    background-position: left top;
    background-repeat: repeat-y; 
}
div.contentpaneheader
{
    background-image: url(../images/xhtml/large-contentheader-bg.gif);
    background-position: left top;
    background-repeat: no-repeat;   
    padding:0px;
    margin:0px;    
    width:736px;
    height: 45px;
}
div.contentpanecontent
{
    width:716px;
    padding-left:10px;
    padding-right:10px;
    padding-top:0px;
    margin:0px;
}
div.contentpanebottom
{
    background-image: url(../images/xhtml/large-contentbottom.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width:736px;
    height:11px;    
}


/* search */
div.search
{
    width: 654px;
    height:338px;
    background-image: url(../images/xhtml/search-bg.gif);
    background-position: left top;
    background-repeat: repeat-y;  
    text-align: center;
}

img.searchheader
{
    border-style:none;
    padding: 0px;
    margin: 0px;
}
div.searchcontent
{
    position:relative;
    width:628px;
    height: 324px;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
}
img.searchbottom
{
    border-style:none;
}

h1.search
{
    position:absolute;
    color:#535353;
    padding:0px;
    margin:0px;
    font-size:16px;
    font-weight:bold;        
}

.search-header-blurb
{
    position:absolute;
    width: 480px;
    top: 20px;
}

.search-header-text {
	font-size: 16px;
	font-weight: bold;
	color: #535353;
	text-align: left;
	width: 120px;
	float: right;
}

div.search-signedin
{
    width:498px;
    position:relative;
    top: 25px;
}

div.search-update
{
    width:249px;
    text-align:right;
    position:absolute;
    top:0px;
    left:248px;
}

div.search-signin
{
    width:249px;    
    position:absolute;
    top:50px;
}

div.search-username
{
    
    text-align:left;
    position:relative;
    top:0px;
}

div.search-input
{
    position:absolute;
    top: 65px;
    width:498px;
}



.search-blurb
{
    position:absolute;
    left:508px;
    top: 48px;
    width: 120px;
    z-index: 10;
}

.search-man
{
    position:absolute;
    z-index:0;
    left:596px;
    top:90px;
}