@font-face {  
  font-family: "bigcaslon";  
  src: url( ../fonts/BigCaslon.eot ); /* IE */  
  src: url( ../fonts/BigCaslon.ttf ) format("truetype"); /* non-IE */  
}

body{background-color: #ffffff; color: #6b696b; font-family: bigcaslon, Times, Verdana, Sans-Serif;}
a{color: #6b696b; text-decoration: none;}

.left{float: left; width: 440px; margin-right: 10px;}
.right{float: left; width: 440px; margin-left: 10px;}

#header-container, #body-container, #footer-container{width: 100%;}
#header-container{margin-top: 45px;}
#header{width: 900px; height: 80px; margin: auto; font-family: bigcaslon, Times, Verdana, Sans-Serif; font-size: 14px;}

#logo{float: left;}
.logoLarge{font-size: 30px;}

#menu{float: right; text-align: right; padding-top: 25px; width: 530px;}
.menuItem{float: right; border-bottom: 6px solid; width: 70px; text-align: center; margin-left: 15px;}
.menuRed{border-color: #9e4848;}
.menuOrange{border-color: #c06b20;}
.menuYellow{border-color: #e6d056;}
.menuGreen{border-color: #75a991;}
.menuBlue{border-color: #6199a7;}
.menuGray{border-color: #6b696b;}

#body{width: 900px; margin: auto; margin-top: 40px; margin-bottom: 50px; min-height: 200px;}
.imageContainer{float: left; margin: 0 10px 0 10px; width: 270px;}
#about{width: 900px; height: 300px;}
#portfolio{width: 900px; height: 400px;}
#portfolio .left{width: 320px;}
#portfolio .right{width: 560px; margin-left: 10px;}
#portfolio .header{font-size: 18px; font-weight: bold; margin: 10px 0 10px 0;}
.project{cursor: pointer; text-decoration: underline;}
#feedback{width: 900px; height: 520px; font-size: 14px;}
.feedback-container{float: left; width: 200px; margin: 0 10px 0 10px;}

#map{position: relative; left: -40px;}

#projectName{text-align: right; font-size: 20px;}
#projectAbout{text-align: right;}
#projectImages{margin-top: 15px;}
.galleria-container{position:relative;overflow:hidden;background:#fff; border: 1px solid #ccc;}
.galleria-counter{color: #6b696b;}

#footer{width: 900px; margin: auto; font-family: bigcaslon, Times, Verdana, Sans-Serif; font-size: 12px;}