* { box-sizing:border-box;}
body { background:#009900; text-align:center; font-family:Arial, sans-serif; font-size:1em; color:#000; letter-spacing:1px; }
h2 { font-size:1.3em; font-weight:bold; margin:15px 0px; color:#009900; }
#whole { width:750px; margin:0 auto; padding:0px; }
#top { width:100%; height:90px; border:solid 1px #000; background:#ff9900; overflow:hidden; }
#RAPT_logo{ width:20%; float:left; height:90px; border-right:solid 1px #000; }
#RAPT_logo img { width:100%; height:auto; }
#logo { float:right; width:80%; text-align:center; }
#logo h1{ font-size:25px; color:#009900; margin:0px; padding:25px 0px; }
#top:after { content:''; display:block; clear:both; }
#lang { width:55px; height:90px; float:right; border-left:solid 1px #000; }
#lang img{ margin:0px; padding:0px; border-bottom:solid 1px #000; display:block; }
#menu { margin:10px 0px; background:#009900; border:solid 0px #000; width:100%; font-size:0.8em; font-weight:bold; overflow:auto; }
#menu ul, #menu ul li{ margin:0px; padding:0px; list-style:none; text-indent:0px; }
#menu ul li{ display:inline; float:left; }
#menu:after { content:''; display:table; clear:both; }
#menu a { width:106px; padding:8px 0px; border-right:solid 1px #000; background:#009900; color:#FFFFFF; display:block; text-decoration:none; }
#menu a:hover { background:#ff9900; color:#FFFFFF; }
#main { margin:0px; padding:0px; width:100%; }
#main:after { content:''; display:block; clear:both; }
#main_right { float:right; width:80%; border:solid 1px #000; background:#ffffff; min-height:400px; text-align:left; padding:10px; }
#main_left{ width:20%; float:left; text-align:center; }
#bottom{ clear:both; border:none; margin:10px 0px 10px 150px; }
#left_img img{ width:100%; height:auto; border:solid 1px #000; border-right:none; display:block; margin:0px; padding:0px; }
#back_button { margin:10px 2px; border:solid 0px #000; border-right:none; }
#back_button a { padding:8px 0px; display:block; background:#009900; color:#ff9900; text-decoration:none; font-size:1em; font-weight:bold; }
#back_button a:hover { background:#ff9900; color:#009900; }
a.gallery_image img { border:1px solid #c00; margin:4px; padding:3px; float:left; display:block; background:#FFF; width:18%; height:auto; }
a.gallery_image img:hover { background:#c00; border-color:#c00; }
a.gallery_list { font-weight:normal; color:#000; text-decoration:none; width:100%; }
a.gallery_list:hover:before { content:""; font-weight:bold; font-size:14px; }
a.gallery_list:hover { font-weight:bold; color:#c00; text-decoration:none; }
.center { text-align:center; }
.marg { margin:30px auto; }