body{
    background: #FFFFFF;
}

#wrapper{
    background: #FFFFFF;
    text-align: left;
	width: 910px;
	margin: 0px auto;
}

#header{
    position: relative;
    height: 58px;
    width: 910px;
    background: #FFFFFF;
    overflow: hidden;
}

#header_logo{
    position: relative;
    top: 4px;
    left: -1px;
}

#menu_bar{
    position: relative;
    width: 910px;
    height: 22px;
    top: 14px;
    background: #646d98;	
    background: #46527e;
    background: #1d3a57;
}

#menu{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
}

.menu_item{
    position: relative;

}

.menu_item a{
    text-decoration: none;
    color: #ffffff;

}


#login{
    position: relative;
    top: -18px;
    right: 10px;
    color: #FFFFFF;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#login a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
   


}
#header_bar{
    position: relative;
    height: 2px;
    width: 910px;
    top: 12px;
    background: #292b49;
    
}

#featured_view{
    position: relative;
    width: 910px;
    height: 400px;
    background: #FFFFFF;
}

#content{
    position: relative;
    height: 1530px;
    width: 910px;
}

#main_view{
    position: relative;
    height: 400px;
    width: 910px;
    background: #FFFFFF;
}

#lower_view{
    position: relative;
    height: 220px;
    width: 910px;
    top: 10px;
    color: #898995;
}

#left_component{
    position: relative;
    height: 220px;
    width: 300px;
    background: #FFFFFF;   
}

#left_component_header{
    position: relative;
    height: 20px;
    width: 300px;
    background-image: url("./images/view_header_back.gif");
}


#center_component{
    position: relative;
    height: 220px;
    width: 300px;
    top: -220px;
    left: 305px;
    background: #FFFFFF;   
}

#center_component_header{
    position: relative;
    height: 20px;
    width: 300px;
    background-image: url("./images/view_header_back.gif");
}

#right_component{
    position: relative;
    height: 220px;
    width: 300px;
    top: -440px;
    left: 610px;
    background: #eeeeee;   
}

#footer{
	position: relative;
    height: 36px;
    width: 910px;
    font-style: font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    color: #000000;
}

#footer a{
	text-decoration: none;
    color: #666666;
}

#footer_bar{
    position: relative;
    height: 2px;
    width: 910px;
    top: 0px;
    margin: 0px 0px 3px 0px;
    background: #292b49;
}

#copyright{
    position relative;
    text-align: center;
    color: #666666;

}



#device_track_content{
    position: relative;
    width: 883px;
    height: 1310px;
    top: 30px;
    left: 25px;
    background: #FFFFFF;
    overflow: hidden;
}

#dt_description{
    position: relative;
    width: 600px;
    height: 420px;
    top: 10px;
    left: 1px;
    font-family: Arial, Helvetica;
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    background: #FFFFFF;
}

#dt_screenshots{
    position: relative;
    height: 640px;
    width: 620px;
    top: 20px;
    background: #ffffff;
}

#right_column{
    position: relative;
    width: 234px;
    height: 540px;
    top: -1050px;
    left: 651px;
    background: #FFFFFF;
}

#right_col_contents{
    position: relative;
    width: 234px;
    top: 15px;
    background: #FFFFFF;
}

#right_col_contents_header{
    position: relative;
    width: 234px;
    height: 23px;
    background: #ffffff;
}

#right_col_contents_body{
    position: relative;
    width: 234px;
    height: 1130px;
    font-family: Arial, Helvetica;
    font-size: 11px;
    color: #003366;
    background-image: url("images/right_col_bkgd.gif");
}

#right_col_contents_body td{ 
    font-size: 12px;
    color: #003366;
}

#screenshot_image{
    position: relative;
    width: 700px;
    top: 10px;
    left: 0px;
}

#screenshot_description{
    position: relative;
    width: 700px;
    height: 140px;
    top: 30px;
    left: 0px;
    font-style: font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
    background: #ffffff;
}


