body {
	margin: 0;
    padding: 0;
	background-color: #BEBEBE;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
}

img {
    border: 0;
}

/* ------------ MAIN PAGE LAYOUT divs ------------ */
div#container {
    position: relative;
    width: 1000px;

    margin: auto;
}

div#toc {
    float: left;
    width: 248px;
}

div#content-side {
    float: left;
    width: 19px;
    height: 100%;

    background-image: url(images/side.gif);
    background-repeat: repeat-y;
}

div#pagecontent {
    float: left;
    width: 451px;
    min-height: 1100px;

    background-image: url(images/mm.gif);
    background-repeat: repeat;
}

div#synopsis
{
    float: right;
    width: 246px;

    padding: 55px 0 0 22px;
    text-align: left;
}

div#clear-float-divs {
    clear: both;
}
/* -------- end of MAIN PAGE LAYOUT divs ----------- */


/* Alberto Duman */
div#logo {
    text-align: right;
    //margin: 16px 0 29px 0;
    margin: 55px 0 29px 0;
    width: 248px;
    height: 34px;
}

/* TOC Main Menu */
ul.menu {
    list-style-type: none;
    //margin: -15px 0 0 0;
    padding: 0;
}

/* TOC Main Menu items */
@font-face {
  font-family: RoundedElegance;
  src: url(Fonts/RoundedElegance.ttf);
  src: local('RoundedElegance'), url(Fonts/RoundedElegance.ttf) format('truetype');
}

ul.menu li {
    margin: 15px 0 0 0;
    font-family: RoundedElegance, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 0.1em;
    color: white;
}

ul.menu li a {
    font-weight: normal;
    text-decoration: none;
    color: white;
}

ul.menu li a:hover {
    font-weight: normal;
    text-decoration: none;
    color: black;
}

ul.menu li.selected {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

/* not in use anymore */
ul.menu li img {
    margin: 15px 0 0 0;
    width: 157px;
    height: 12px;
}

/* TOC Project Menu */
ul#projects {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}
ul#projects li {
    margin: 0;
    text-align:right;
}

/* TOC Project Menu items */
ul#projects li a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: white;
    text-decoration: none;
    letter-spacing: normal;
}

ul#projects li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: black;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
}

/* TOC Project Menu items */
ul#projects li a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    text-decoration: none;
}

/* TOC Selected project item */
ul#projects li.selected a {
	color: #000;
	font-weight: bold;
}
ul#projects li.heading {
	color: #000;
	font-weight: bold;
    margin: 10px 0 10px 0;
}

/* TOC Selected project details */
ul#projects li p {
    margin: 0 0 20px 0;
}

/* Links to funder/sponsor/crew websites */
ul#projects li p a {
    font-weight: normal !important;
}


div#mainphoto {
    width: 451px;
    height: 400px;
    line-height: 451px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

div#thumbnails {
    width: 100%;
    padding: 30px 0 0 10px;
}

div#thumbnails div {
    float: left;
    width: 40px;
    margin: 0 16px 25px 16px;
}

div#thumbnails div img {
    width: 40px;
    height: 40px;
}

div#synopsis a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
}

div#synopsis a:hover {
    text-decoration:none;
    color:#000000;
    font-weight: bold;
}

#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #c0c0c0;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
	font-weight: bold;
}

div#images {
    display: none;
}
