﻿/* ### GENERAL ### */
a img {border: none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none}
a:hover {text-decoration: none}
a,a:visited,a:hover{cursor:pointer;}
img {display:block;}
.clear {clear:both}



/* ### GLOBAL CLASSES ### */
html {overflow: -moz-scrollbars-vertical;}
body {height: 100%; background-color: #FFFFFF; font-family: Verdana; font-weight: normal; font-style: normal; }


/* ### CONTAINER ### */
#container {margin:0 auto; width: 900px; }


/* ### HEADER ### */
#header {margin: 0 auto; height: 100px; padding-top: 30px; width: 900px; }
#header img {margin-left: auto; margin-right: auto; }


/* ### MENU ### */
#menu {float: left; height: 35px; overflow: visible; width: 800px; margin-top: 10px; border-top-style: solid; border-top-color: #4D4D4D; border-bottom-style: solid; border-bottom-color: #4D4D4D; }
#menu a {float: left; font-size: 18px; margin-top: 5px; color: #4D4D4D; overflow: visible; margin-right: 45px; }


/* ### LANG ### */
#lang {float: right; height: 35px; overflow: visible; width: 100px; margin-top: 10px; border-top-style: solid; border-top-color: #4D4D4D; border-bottom-style: solid; border-bottom-color: #4D4D4D; }
#lang a {float: right; font-size: 18px; margin-top: 7px; color: #4D4D4D; overflow: visible; margin-left: 15px; }


/* ### CONTENT ### */
#content {float: right; width: 900px; margin-top: 15px; display:block; overflow:auto; min-height: 450px; }
#content h1 {font-size: 18px; color: #4D4D4D; text-align: center; }
#content p.justify {font-size: 12px; color: #4D4D4D; text-align: justify; }
#content p.center {font-size: 12px; color: #4D4D4D; text-align: center; }
#content p.left {font-size: 12px; color: #4D4D4D; text-align: left; }
#content p.right {font-size: 12px; color: #4D4D4D; text-align: right; }
#content img {margin-left: auto; margin-right: auto; }
#content a {font-size: 12px; color: #000FF; text-decoration: none; }


/* ### GALLERY ### */
#gallery {float: right; width: 900px; margin-top: 15px; display:block; overflow: hidden; white-space: nowrap; min-height: 450px; }
#gallery h1 {font-size: 18px; color: #4D4D4D; text-align: center; }
#gallery p.justify {font-size: 12px; color: #4D4D4D; text-align: justify; }
#gallery p.center {font-size: 12px; color: #4D4D4D; text-align: center; }
#gallery p.left {font-size: 12px; color: #4D4D4D; text-align: left; }
#gallery p.right {font-size: 12px; color: #4D4D4D; text-align: right; }
#gallery img {display: inline-block; margin-right: 69px; margin-top: 15px; }
#gallery a {font-size: 12px; color: #000000; text-decoration: none; }


/* ### FOOTER ### */
#footer {float: left; margin:0 auto; width: 900px; margin-top:20px; margin-bottom:20px; text-align: center;}
#footer blahblahblah {text-align: center; color: #4D4D4D; font-size: 10px;}
#footer a {color: #000000; font-size: 10px; }
