* { outline:none; }
html, body { margin:0px; padding:0px; width:100%; height:100%; }
body { font-family:sans-serif; overflow-x:hidden; overflow-y:scroll; }
a, img { border:none; }

input.text, textarea { padding:4px; margin:2px; border:solid 1px #333; background:#222; color:#eee; }
input.text { width:390px; }
input.password { width:300px; padding:6px; }
textarea { width:976px; }
input.submit { margin:6px 0px 0px 0px; padding:3px; width:100px; }
label { display:block; padding:3px 8px 3px 3px; }

#main_bg { position:fixed; top:0px; left:0px; width:100%; height:100%; background:url('../img/main_bg.jpg') no-repeat #000; }
#wrap { position:absolute; top:0px; left:50%; height:100%; }

#nav { position:absolute; top:0px; left:-500px; width:992px; height:52px; padding:4px; background:#191919; text-align:center; }
#nav a { text-decoration:none; display:inline-block; font-size:16px; height:16px; width:190px; margin:2px 1px 2px 1px; padding:15px 0px; text-align:center; border:solid 1px #333; color:#fff; }
#nav a:link, #nav a:visited { background:url('../img/button_bg.jpg') repeat-x; }
#nav a:hover { background:#333; }
#nav a:active { background:#3a3a3a; }

#left_bg { position:fixed; width:40px; height:100%; margin:0px 0px 0px -540px; background:url('../img/left_bg.png') repeat-y; }
#body_bg { position:fixed; width:1000px; height:100%; margin:0px 0px 0px -500px; background:#0a0a0a; opacity:0.9; filter:alpha(opacity=90); }
#body { position:absolute; width:990px; left:-500px; margin:65px 5px 5px 5px; padding:0px 0px 10px 0px; color:#eee; font-size:14px; }

div.info { width:960px; margin:10px 0px 0px 0px; padding:12px; background:#111; border:solid 3px #222; }

p { width:480px; margin:0px 0px 10px 0px; padding:0px; }
iframe.google_map { position:absolute; top:0px; right:0px; width:500px; height:540px; border:none; }

div.pages { width:990px; text-align:center; }
div.pages a { display:inline-block; margin:1px; padding:10px 13px; border:solid 1px #333; text-decoration:none; text-align:center; color:#fff; }
div.pages a.fixed { width:70px; }
div.pages a:link, div.pages a:visited { background:#191919; }
div.pages a:hover { background:#222; }
div.pages a:active { background:#292929; }

div.news_entry { margin:0px 0px 20px 0px; }
div.news_entry span.title { display:block; font-size:20px; font-weight:bold; }
div.news_entry span.date { display:block; }
div.news_entry span.body { display:block; margin:6px 0px 0px 0px; }
div.news_entry span.title a:link, div.news_entry span.title a:visited  { color:#ddd; }
div.news_entry span.title a:hover { color:#ccc; }
div.news_entry span.title a:active { color:#bbb; }

div.gallery_category { float:left; margin:4px; padding:8px; text-align:center; background:#222; border:solid 2px #333; }
div.gallery_category img { display:block; margin:0px 0px 8px 0px; border:solid 1px #111; }
a.gallery_image { display:block; float:left; height:144px; width:192px; margin:3px; padding:0px; }
a.gallery_image img { margin:0px; padding:0px; }
