/* { border: 1px solid #00ffcc; } */* { margin: 0; padding: 0; }body { background: #000 url("images/background_black.jpg") top center no-repeat; }    img { border: 0px; }#container {    position: relative;
    background: #000;    width: 850px;    margin: 25px 75px;    font: 12px arial;    color: #eee;    text-align: left;
    margin:0 auto; padding:0;    }

#header { width:800px; padding:88px 25px 0 25px; font:14px helvetica; }
    #header #nav { float:right; margin:12px 0 0 0; }
    #header #nav ul { list-style:none; }
    #header #nav li { display:inline; margin:0 0 0 25px; }
    #header #nav a { color:#fff; text-decoration:none; }
    #header #nav a:hover { text-decoration:underline; }
    
    #header #home_pic { background:url("images/middle_pic01.jpg"); width:800px; height:375px; }
    #header #sub_pic { background:url("images/middle_pic02.jpg") center center; width:800px; height:226px; }
    
    #header .red { font:14px arial; background:#be3f3f; height:18px; width:780px; padding:2px 10px; text-align:center; }
    #header .red a { color:#b2dcb1; text-decoration:underline; }
    #header .red a:hover { text-decoration:none; }
    
#body { width:800px; padding:40px 25px 0 25px; }
    #body p { line-height:18px; margin:10px 0; }
    #body h1 { font:24px arial; margin:0 0 10px 0; }
    #body h2 { font:16px arial; margin:0 0 5px 0; }
    #body ul { margin:5px 0 5px 20px; list-style:none; }
    #body li { margin:5px 0; }
    #body a { color:#b2dcb1; text-decoration:underline; }
    #body a:hover { text-decoration:none; }
    
    #body .main { width:539px; float:right; padding:0 0 0 20px; border-left:1px solid #454545; }
    #body .sub { width:554px; float:left; padding:0 20px 0 0; border-right:1px solid #454545; }
    
    #body .sub #evidence { position:relative; width:429px; /*height:590px;*/ background:url("images/evidence2.png") top left no-repeat; padding:130px 75px 30px 50px; font:12px helvetica; line-height:22px; }
    	#body .sub #evidence h2 { font:20px arial; color:#000; }
    	#body .sub #evidence h3 { font:16px arial; border-bottom:1px solid #aaa; width:50%; }
    	#body .sub #evidence p { margin:10px 0 0 20px; }
    	#body .sub #evidence #photo { position:absolute; top:17px; left:280px; z-index:2; }
    	#body .sub #evidence a img { padding:5px; }
    	#body .sub #evidence a:hover img { background:#eee; }
    	#body .sub #evidence .info { margin:0 0 35px 0; }
    
    #body .module { width:230px; float:left; padding:0 10px 0 0; margin:0 0 10px 0; }
    #body .module02 { width:215px; float:left; padding:0 0 0 10px; }
    #body .welcome { font:200 14px arial; margin: 0 0 40px 0; }
    #body .welcome p { line-height: 22px; color:#5a7d90; }
    
    #body .jump01 { width:380px; float:left; padding:0 20px 0 0; }
    #body .jump02 { width:379px; float:left; padding:0 0 0 20px; border-left:1px solid #454545; }
    
#copyright { background:url("images/gmdlogo_black.jpg") top center; height:185px; width:200px; text-align:center; padding:15px 0 0 0; margin:100px 0 0 0; font:10px arial; }

#footer { width:800px; padding:25px; text-align:center; font:10px arial; }
    #footer a { color:#b2dcb1; text-decoration:none; }
    #footer a:hover { text-decoration:underline; }
    #footer img { vertical-align:middle; }
    
.quote { padding:0 20px; font-style:italic; }
.pic_right { float:right; margin:0 0 5px 5px; border:3px solid #454545; }
.pic_left { float:left; margin:0 5px 5px 0; border:3px solid #454545; }
.clear {    clear:both;    height:1px;    margin-top:-1px;    overflow:hidden;    }