body {
	background-color: #ededed;
/*	background-color: #E7E2DA; */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center; 
}
a:link {
	color: #FF2B06;
	text-decoration: none;
}
a:visited {
	color: #FF2B06;
	text-decoration: none;
}
a:hover {
	color: #FF2B06;
	text-decoration: underline;
}
a:active {
	color: #FF2B06;
	text-decoration: none;
}

a.black:link {
	color: #000000;
	text-decoration: none;
}
a.black:visited {
	color: #000000;
	text-decoration: none;
}
a.black:hover {
	color: #000000;
	text-decoration: underline;
}
a.black:active {
	color: #000000;
	text-decoration: none;
}
a img {
	border: none;
}

.eudeBody1   {
	font-family: Arial;
	font-size: 11px;
	line-height: 1.3em;
	font-variant: normal;
	text-transform: none;
	color: #6F6F6F;
	word-spacing: normal;
	white-space: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
}
.eudeLarge1   {
	font-family: Arial;
	font-size: 14px;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	font-style: normal;
	font-weight: normal;
}
.eudeSmall1   {
	font-family: Arial;
	font-size: 9px;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #848483;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	font-style: normal;
	font-weight: normal;
}
.eudeBodyBold1 {
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #4B4B4B;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	font-style: normal;
	font-weight: bold;
}
.eudeLarge2 {
	font-family: Arial;
	font-size: 24px;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	font-style: normal;
	font-weight: normal;
}

/* FOR EVERY PAGE */
#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#menu {
	/*background: #FFFFFF;*/
	position:absolute;
	left:20px;
	top:20px;
	width:960px;
	height:16px;
}
#menu-item {
	float: left;
	margin-right: 100px;
}
#body {
	position:absolute;
	left:20px;
	top:56px;
	width:960px;
}

/* HOME PAGE */
#video-container-container{
	width: 980px;
/*	width: 800px;*/
}
#video-container {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#video-title {
	margin-bottom: 10px;
}
#video {
}
#news {
	position:absolute;
	left: 800px;
	width: 160px;
}

/* ALL PROJECTS PAGE */
#all-projects-column {
	float: left;
	width: 440px;
	margin-right: 50px;
}
#all-projects-column-last {
	float: left;
	width: 440px;
}
#all-projects-category {
	float: left;
	width: 100%;
/*	margin-bottom: 50px;*/
	margin-bottom: 80px;
}
#all-projects-category-title {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0px;
}
#all-projects-project {
	float: left;
	/*position: absolute;*/
	width: 100%;
	margin-bottom: 12px;
}
#all-projects-project-image {
	float: left;
	width: 55px;
	height: 44px;
	margin-right: 5px;
}
#all-projects-project-title {
	float: left;
	width: 350px;
}
#all-projects-project-text {
	float: left;
	width: 380px;
}
#all-projects-project-year {
	float: left;
	/*position: relative;*/
	/*left: 378px;*/
	/*width: 60px;*/
	width: 30px;
	text-align: right;
}


/* ABOUT PAGE */
#about-column {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#contact-container {
	float: left;
	width: 300px;
/*	margin-bottom: 28px;*/
	margin-bottom: 36px;
}
#contact-element {
	float: left;
	width: 100%;
}
#contact-type {
	float: left;
	width: 80px;
	/* text-align: right;*/
	margin-right: 10px;
}
#contact-code {
	float: left;
	width: 210px;
}

#cv-container {
	float: left;
	width: 620px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#cv-title {
	float: left;
	width: 100%;
	/*margin-bottom: 20px;*/
}
#cv-category {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#cv-category-title {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#cv-element {
	float: left;
	width: 100%;
}
#cv-element-year {
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 10px;
}
#cv-element-discription {
	float: left;
	width: 530px;
}


/* PROJECT PAGE */
#project-title {
	float: left;
	width: 890px;
	margin-bottom: 10px;
}
#project-year {
	float: left;
	width: 70px;
}
#project-text {
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#project-element-container {
	float: left;
	width: 720px;
}
#project-element {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#picture-description {
margin-top: 7px;
}