@charset "UTF-8"; /* CSS Document */ body { /* background-color:; */ background-image:url(img/body_bg.jpg); /* USE THESE FOR REPEATING IMAGE BG */ background-repeat: repeat-y; background-position: center top; text-align: center; font-size:12px; color:#000; font-family: Verdana, Arial, Helvetica, sans-serif; margin:0; padding:0; height:100%; border:none } #wrapper { width:900px; text-align:center; /* height:100%; background-color:#000000; border:3px solid #FF6600; */ /* USE THESE FOR REPEATING IMAGE BG background-image:url(img/wrapper_bg.jpg); background-position:center top; background-repeat:repeat-y;*/ margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;/* overflow:hidden; */ padding: 0; } #header { width:900px; margin: 0; margin-top: 10px; padding:0; text-align:left; background-image: url(img/content_bg.jpg); background-repeat:repeat-y; /* min-height:265px; height:200px; border: 1px solid #6b6e78; */ } #hContent { width:400px; margin: 0; margin-top: 10px; padding:0; padding-left:30px; text-align:left;/* background-image:url(img/logic/login_header.jpg); background-repeat: no-repeat; background-position: center top; min-height:265px; height:200px; */ } #menu_holder { width:900px; min-height:24px; height:24px; padding:0; text-align:left; color: #FFFFFF; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; background-image:url(img/menu_bg.jpg); background-repeat:repeat-x;8 } .menu_item { min-height:32px; height:32px; margin: 0 auto; padding:10 14px 3px 14px; text-align:right; color: #FF6600; /* background-image:url(img/tab_right.gif); background-repeat: repeat-x; background-position: right bottom; */ vertical-align: bottom; } #content_holder { width:900px; margin: 0; padding:0; min-height:500px; text-align:center; background-image: url(img/content_bg.jpg); background-repeat:repeat-y; background-color: #ffffff; /* border: 1px solid #6b6e78; */ } .content01_holder { width:890px; min-height:400px; padding:0; text-align:left; background-image: url(img/content01-b_bg.jpg); background-position:top; background-repeat:no-repeat; } .content_bg_btm { width:900px; min-height:20px; padding:0; margin:0; background-image: url(img/content_bg_btm.jpg); background-position:bottom; background-repeat:no-repeat; } .content01_top { width:890px; min-height:400px; padding:0; /* background-image: url(img/content01-b_header.jpg); */ background-image: url(img/content01-b2_mid.jpg); background-position:top; background-repeat:repeat-y; } .content01_btm { width:890px; min-height:30px; padding:0; background-image: url(img/content01-b_btm.jpg); background-position:bottom; background-repeat:no-repeat; } .content01_2b_mid { width:800px; padding:0; background-image: url(img/content01-b2_mid.jpg); background-position:top; background-repeat: repeat-y; } .content01_2b_top { width:890px; min-height:30px; padding:0; background-image: url(img/content01-b2_top.jpg); background-position:top; background-repeat: repeat-y; } .content02_holder { width:890px; text-align:left; background-image: url(img/content02_bg.gif); background-position:bottom; background-repeat:no-repeat; margin:0; } .content01b_holder { width:900px; text-align:left; background-image: url(img/content02_bg.gif); background-position:bottom; background-repeat:no-repeat; margin:0; } .col_center { width: 260px; border-right:1px solid #000066; } .col_right { width: 260px; } .col_left { width: 260px; clear:none; border-right:1px solid #000066; } .columns { padding:5px; width: 884px; margin:auto; } .footer_holder { width:900px; margin: 0; margin-top: 10px; margin-right: auto; margin-left: auto; padding:0; min-height:60px; height:60px; text-align:center; font-size:11px; font-weight: lighter; color: #0a144e; background-image: url(img/footer_mid.jpg); background-repeat:repeat-y; overflow:hidden; color: #0a144e; /* border: 1px solid #6b6e78; */ } .footer_top { width:900px; margin: 0; margin-top: 10px; margin-right: auto; margin-left: auto; padding:0; min-height:30px; background-image: url(img/footer_top.jpg); /* border: 1px solid #6b6e78; */ } .footer_btm { width:900px; margin: 0; margin-top: 10px; margin-right: auto; margin-left: auto; padding:0; min-height:100px; background-image: url(img/footer_btm.jpg); /* border: 1px solid #6b6e78; */ } /* redefined html elements */ h2 { color: #0a144e; font-size:18px; } /* a { color: #ffffff; } a:hover { color: #CC99CC; } */