#content {
    width: 807px;
    margin: 0 auto;
    position:relative;
    top:12px;
    background-color:#FFFFFF;
}
#header {
    clear:both;
    float:left;
    width:100%;    
    position:relative;
    height:120px;
    background-color:#FFFFFF;
}
.logo {
    left:35px;
    top:16px;
}
.navLogin {
    float:right;
    position:relative;
    top:9px;
    right:25px;
}
#search {
    position:absolute;
    width:160px;
    top:9px;
    right:210px;
    height:30px;
    padding:10px 15px 0 0;
    background:url(../../img/vr_dots.gif) top right repeat-y;
}
#searchField {
    position:absolute;
    right:36px;
}
#searchField input {
    font-size:9px;
    width:114px;
}
#searchImageDiv {
    position:relative;
    float:right;
}

.navbar {
    left:25px;
    top:55px;
}
.breadcrumb {
    left:25px;
    top:86px;
    background-color:#FFFFFF;
}
#guestUser {
    display:none;
}

#registeredUser {
    display:none;
}


/* column container */
.colleft {
    float:left;
    background-color:#FFFFFF;
}
.col1 {
	margin-top:5px;
    float:right;
}    
.col2 {
	margin-top:5px;
    float:left;
    margin-left:25px;
}
div.fullWidth {
    margin-top:5px;
}    
div.fullWidth, div.fullWidth .mainContent {
    width:757px;
}
div.fullWidth h1 
{
    width:738px;
    background-image:url(/img/hdrs/bg_h1_757.gif);
}
div.twoColumn 
{
    margin-right:25px;
}
div.twoColumn, div.twoColumn .mainContent {
    width:615px;
    padding-left:0px;
    padding-right:0px;
}
div.twoColumn h1 
{
    width:595px;
    background-image:url(/img/hdrs/bg_h1_615.gif);
}
.footer {
    clear:both;
    position:relative;
    left:25px;
    width:757px;
    padding: 0 0 10px;
}
