body {
 background-color: #808080; 
}

body, html {
 margin: 0px;
 padding: 0;
 height: 100%;
 width: 100%;
 border: 0;
}

/* ---------------------------------------------------------------*/
/*                                                                */
/* center page                                                    */
/* ---------------------------------------------------------------*/

div {
 border: 0;
 margin: 0;
 padding: 0;
 }

div#contain {
 position: relative;
 top: 0px;
 left: 0px;
 height: 100%;
 width: 100%;
 margin: 0;
 padding: 0;
 background-image: url(../images/bg_contain.gif);
 background-repeat: repeat-x;
 background-position: top left; 
 background-color: #808080;
}

div#main {
 position: relative;
 top: 0px;
 left: 0px;
 min-height: 100%;
 width: 755px;
 margin-right: auto;
 margin-left: auto;
 padding: 0;
 background-image: url(../images/bg_main.gif);
 background-repeat: repeat-y;
 background-position: top left; 
 background-color: #808080;
}

div#siteinfo {
 display: none;
 z-index: -10; 
} 
 

/* ---------------------------------------------------------------*/
/*                                                                */
/* div style and position                                         */
/* ---------------------------------------------------------------*/

div#top {
 position: relative;
 clear: both;
 top: 0px;
 left: 3px;
 height: 206px;
 width: 749px;
 margin: 0;
 padding: 0;
 background-image: url(../images/bg_top.gif);
 background-repeat: no-repeat;
 background-position: bottom left;   
 background-color: #464646;
}

div#content {
 position: relative;
 clear: both;
 top: 0px;
 left: 0px;
 min-height: 420px;
 width: 673px;
 margin: 0;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 36px; 
 padding: 4px;
 background-color: #CFCFCF;
}

div#bottom {
 position: relative;
 clear: both;
 top: 0px;
 left: 3px;
 height: 25px;
 width: 749px;
 margin-bottom: 20px;
 padding: 0;
 background-color: #7C7C7C;
}

/* nested divs ..................... */

div#header {
 display: block;
 height: 54px;
 margin-bottom: 10px;
 padding: 0;
 background-color: #E6E6E6;
 border-top: 9px solid #ececec;
}

div#left {
 float: left;
 display: block;
 height: 346px;
 width: 146px;
 margin: 0px 9px 0px 0px;
 background-color: transparent;
}

div#text {
 position: relative;
 display: block;
 height: 300px; 
 margin: 0px 0px 0px 0px;
 padding: 0px 20px 40px 0px;
 background-color: transparent;
 overflow: auto;
}

/* nested nested divs ..................... */
div#menu {
 position: absolute;
 top: 71px;
 left: 280px;
}

iframe#iframe_main_content {
 position: absolute;
 top: 0px;
 left: 0px;
 height: 300px;
 width: 514px;
 text-align: left; 
 margin: 0;
 padding: 0;
 background-color: transparent;  
 z-index: 20;  
}

div#proximedia {
 float: left;
 display: block;
 height: 20px;
 width:69px;
 margin: 3px 0px 0px 6px;
 background-color: transparent;
}



