@CHARSET "UTF-8";



body {
	margin: 0px;
	padding-top: 10px;
	font-family:Arial,"Century Gothic";
	font-size: 14px;
	color: #909090;
	background: #ffffff;
	
	position:absolute; 
	left:50%;
	top: 30px;
	width:1101px;
	height: 800px;
	margin-left:-550px;
}

body > iframe {
	visibility:hidden;
}

a {
	color: #909090;
	text-decoration: none;
}

a:hover {
	ttext-decoration: underline;
	color: black;
}


p {
	text-indent: 20px;
}

img {
	border: 0px;
}

.selected {
	color: black;
}

div#navigation {
	float: right;
}

div#navigation a {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

div#icon {
	float: right;
	clear: right;
	padding-top: 5px;
	padding-rightt:50px;
}

div#logo {
}


div#lang {
	float: right;
	padding-rightt:50px;
	font-weight: bold;
}

div#main {
	float: left;
}


div.item, div#resume, div#nav, div#summary {
	background-color: #e8e8e8;
	padding: 3px;
	margin: 3px;
}
div.item:hover {
	background-color: #d8d8d8;
}
div#resume, div#nav, div#summary {
	float: left;
	width: 355px;
}


div.item {
	cursor: pointer;
	float: left;
}

div.title {
	padding-top: 4px;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

div.subtitle {
	float: left;
	padding-bottom: 2px;
}

div#firstColumn {
	width: 367px;
	float: left;
	margin-right: 5px;
}

div#firstColumn div#summary {
	width: 343px;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 9px;
	padding-right: 9px;
	text-align: justify;
	font-size: 12px;
}

div#firstColumn h1 {
	font-size: 17px;
	color: black;
	font-weight: bold;
	margin: 0px;
}

div#firstColumn h2 {
	font-size: 13px;
	color: #3e3e3e;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 4px;
}

div.state {
	float: right;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}
div.STATE_IN_PRODUCTION {
	color : #ffb600;
	background-image: url('../images/state_inproduction.jpg');
}
div.STATE_LOOKING_FUNDS {
	color : #ff0000;
	background-image: url('../images/state_looking_funds.jpg');
}
div.STATE_ACHIEVED {
	color : #57a000;
	background-image: url('../images/state_achieved.jpg');
}

div#nav {
	padding: 20px 3px;
}

div#nav a {
	color:#a2a2a2;
	font-weight: bold;

}
div#nav a#second {
	float: right;
}
div#nav a:hover {
	color: black;	
}

div.mail a, div.site a {
	color: #a2a2a2;
}

div.mail a:hover, div.site a:hover {
	color: black;
}

div#secondColumn {
	float: left;
	widthh: 720px;
	width: 729px;
	padding-top: 6px;
}

div#content img {
	padding: 1px;
}

div.video {
	ppadding-top: 3px;
	mmargin-top: 3px;
}

div#footer {
	height: 50px;
	float: left;
}

div.social {
	padding: 10px 0px;
}
