body {
	color: #827d7f;
	/*color: #666;*/
	font: 12px normal Verdana,Sans-Serif,Arial;
	margin: 0px;
	/*overflow: hidden;*/
}

#header {
	height: 140px;
	margin: auto;
	position: relative;
	top: 80px;
	width: 80%;
}

#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#lhome { width: 3087px; }
#lcontacts { margin: -40px 0 0 0; }

#shadow {
	background-color: #666;
	height: 5px;
	position: absolute;
	top: 0px;
	width: 100%;
}

#p0d { width: 750px; }
#p1d { width: 1050px; }
#p2d { width: 800px; }
#p3d { width: 1047px; }
#p4d { width: 870px; }
#p5d { width: 1315px; margin-right: -15px; }
#p6d { width: 933px; }
#p7d { width: 2880px; }
#p8d { width: 1050px; }
#p9d { width: 800px; }
#p10d { width: 800px; }
#p11d { width: 1100px; }

#contacts {
	top: -5px;
	font-size: 12px;
	left: 230px;
	margin: 0 0 30px 30px;
	padding-bottom: 10px;
	position: absolute;
	width: 400px;
}

a { color: #666; }
a:hover { text-decoration: none; }

a.fancyimage {
	border: none;
	outline: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}


/* *****************
 * ****  Menu  *****
 */

#menu ul {
	border-top: 1px solid #ddd;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 8px 5px 5px 5px;
	text-align: center;
}

#menu ul li {
	display: inline-block;
	width: 60px;
}

#menu li {
	margin: 0 4px;
	cursor: pointer;
}

#menu li:hover {
	font-weight: normal;
}

#menu li .selected {
	font-weight: bold;
}

#menu li.dummy {
	cursor: default;
	width: auto;
}



ul a {
	color: #666;
	text-decoration: none;
}

/*h2 {
	font-size: 12px;
	color: #0093A1;
}*/


/* ********************************
 * ****  Projects navigation  *****
 */
div.projectw {
	position: static;
	float: left;
	margin-right: 50px;
}
 
div.imagew {
	border: 1px solid #ddd;
	position: relative;
	height: 280px;
	width: 202px;
}

div.imageclip {
	clip:rect(0px,215px,280px,0px);
	padding: 0px; 
	position: absolute;
	top: inherit;
	cursor: pointer;
}

img.resize {
	border-style: none;
	height: 280px;
	width: auto;
}

div.captionw {
	position: absolute;
	top: 280px;
	width: 215px;
}

p.caption1 { font-size: 12px; margin: 8px 0px -5px 0px; }
p.caption2 { font-size: 11px; margin: 8px 0px -8px 0px; }
p.caption3 { font-size: 11px; color: #0093a0; }
span.caption3 { font-size: 12px; }
p.group { font-size: 10px; width: 230px; }

div.image {
	float: left;
	margin-right: 45px;
}

div.text {
	float: left;
	font-size: 12px;
	margin: 0px 45px 0px 0px;
	text-align: justify;
	width:215px;
}

p.text {
	margin-top:-2px;
	text-indent: 25px;
}


/* *****************************
 * ****  Curriculum style  *****
 */
#lcurriculum {
	background-color: #666;
	color: #ddd;
	height: 100%;
	margin-left: -45px;
	padding: 20px 0 0 45px;
	width: 2460px;
}

#lcurriculum a {
	color: #ddd;
}

#lcurriculum h1 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
}

#lcurriculum h2 {
	font-size: 12px;
	margin-top: 1em;
	margin-bottom: 1px;
}

#lcurriculum div.text {
	float: left;
	font-size: 11px;
	margin-right: 45px;
	text-align: justify;
	width: 300px;
}

#lcurriculum p.text {
	margin-top: 3px;
	text-indent: 0px;
}

#lcurriculum span.bold {
	color: #fff;
	font-weight: bolder;
}

#lcurriculum li {
	margin-left: -28px;
}

#lcurriculum ul {
	list-style: none;
	list-style-position: inside;
	margin: 3px 0 0 -11px;
	text-indent: 1em;
}

#lcurriculum ul li:before {
	content: ".";
	margin-right: 3pt;
	margin-left: -10px;
}