body { 
	margin: 0px; 
	padding: 0px; 
	text-align: center;
}

#main_body {
	background-color: #FFFFFF;
    margin: 0;
    padding: 0px 0px 0px 0px;
	text-align: center;
}

#container {
	background: url(../images/web_design/container_bg.gif);
	display: block;
	position:relative;
	left: 0px;
	top: 0px;
	width: 1007px;
	height: 780px;
	margin-left: auto;
	margin-right: auto;
    padding: 0;    
    text-align: left;   
}

#container_media {
	background: url(../images/web_design/container_bg.gif);
	display: block;
	position:relative;
	left: 0px;
	top: 0px;
	width: 1007px;
	height: 1130px;
	margin-left: auto;
	margin-right: auto;
    padding: 0;    
    text-align: left;   
}

#container_cv {
	background: url(../images/web_design/container_bg.gif);
	display: block;
	position:relative;
	left: 0px;
	top: 0px;
	width: 1007px;
	height: 1430px;
	margin-left: auto;
	margin-right: auto;
    padding: 0;    
    text-align: left;   
}

#left_column_container {
	display: block;
	position:absolute;
	width: 200px;	
	left: 0px;
	top: 120px;   
    padding: 0px 0px 0px 0px;
    margin: 0;
}

#main_nav_list {
	display: block;
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;	
}

#main_nav_list li {
		
    margin: 0;
	padding: 0;
    width: 200px;	
}

#sageata a {
	background: url(../images/web_design/button_nav_cu_sageata.gif) no-repeat;    
}

#main_nav_list a {
	background: url(../images/web_design/button_nav.gif) no-repeat;
    display: block;	
	font-family: arial,sans-serif;
	font-style: normal;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none; 
	color: #000000;
    text-align: left;
    overflow: hidden;
    width: 200px;
    padding: 0;
    margin: 0;
    text-indent: 12px;
	line-height: 26px;
	letter-spacing: 1px;
	word-spacing: 3px;
}

#main_nav_list a.main_nav_active_item {
	background: url(../images/web_design/button_nav_hover.gif) no-repeat;
	font-family: arial,sans-serif;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-decoration: none;  
}

#main_nav_list a.main_nav_item:hover {
	background: url(../images/web_design/button_nav_hover.gif) no-repeat;
	font-family: arial,sans-serif;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-decoration: none;  
}

#sub_nav_list a.sub_nav_item {		
  background: url(../images/web_design/button_subnav.gif) no-repeat;
  display: block;	
  font-family: arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  text-align: left;
    overflow: hidden;
    width: 200px;
	height: 23px;
    padding: 0;
    margin: 0px 0px 0px 0px;
    text-indent: 12px;
	line-height: 26px;
	letter-spacing: 1px;
	word-spacing: 1px;
}

#sub_nav_list a.sub_nav_active_item {
  background: url(../images/web_design/button_subnav_hover.gif) no-repeat;
  display: block;	
  font-family: arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  text-align: left;
    overflow: hidden;
    width: 200px;
	height: 23px;
    padding: 0;
    margin: 0px 0px 0px 0px;
    text-indent: 12px;
	line-height: 26px;
	letter-spacing: 1px;
	word-spacing: 2px;
}

#sub_nav_list a.sub_nav_item:hover {
  background: url(../images/web_design/button_subnav_hover.gif) no-repeat;
  font-family: arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
  letter-spacing: 1px;
  word-spacing: 2px;
}

#content_container {	
	display: block;
	position:absolute;
	left: 200px;
	top: 0px;
    overflow: hidden;
    width: 807px;
	height: 750px;    
    padding: 0px;
    margin: 0;
}

#content_container_media {	
	display: block;
	position:absolute;
	left: 200px;
	top: 0px;
    overflow: hidden;
    width: 807px;
	height: 1100px;    
    padding: 0px;
    margin: 0;
}

#content_container_cv {	
	display: block;
	position:absolute;
	left: 200px;
	top: 0px;
    overflow: hidden;
    width: 807px;
	height: 1400px;    
    padding: 0px;
    margin: 0;
}

#titlu {
	display: block;
	position:relative;
	width: 807px;
	margin-left: auto;
	margin-right: auto;
    top: 85px;	
	text-align: center;	
	font: 75px "Century Gothic";
	color: #000000;
}

#titlu_works_on_paper {
	display: block;
	position:relative;
	width: 807px;
	margin-left: auto;
	margin-right: auto;
    top: 88px;	
	text-align: center;	
	font: 70px "Century Gothic";
	color: #000000;
}

#contact {
	display: block;
	position:relative;
	width: 807px;
	margin-left: auto;
	margin-right: auto;
    top: 108px;
	left: 35px;
	text-align: left;	
	font: 31px "Century Gothic";
	color: #000000;	
}

#contact a.link_contact {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;  
}

#contact a.link_contact:hover {
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
}

#links {
	display: block;
	position:relative;
	width: 807px;
	margin-left: auto;
	margin-right: auto;
    top: 22px;
	left: 35px;
	text-align: left;	
	font: 15px "Century Gothic";
	color: #000000;	
}

#links a.link_links {
	color: #000000;
	font-weight: normal;
	text-decoration: none;  
}

#media {
	display: block;
	position:relative;
	width: 738px;
	margin-left: 0px;
	margin-right: 0px;
    top: 35px;
	left: 35px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;	
	font: 15px "Century Gothic";
	color: #000000;	
}

#001 {
	display: block;
	position:relative;
	width: 644px;
	margin: 0 auto 0 auto;
}

#002 {
	display: block;
	position:relative;
	width: 644px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
}

#pdf { 
	width:644px;
	height:488px;
	margin: 10 auto 0 auto;
	padding: 0px; 
	text-align: center;
	border: 2px solid rgb(153, 153, 153);
	overflow: hidden;	
}
#pdf .media{ 
	margin: -3px 0px 0px 0px;
	padding: 0px; 
}

#cv {
	display: block;
	position:relative;
	width: 738px;
	margin-left: 0px;
	margin-right: 0px;
    top: 20px;
	left: 35px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;	
	font: 15px "Century Gothic";
	color: #000000;	
}

#events_date
{	
	display: block;
	position:relative;
	width: 768px;		
    top: 10px;
	left: 26px;
	text-align: left;	
	font: 15px "Century Gothic";
	color: #000000;	
}

#events_text {
	display: block;
	position:relative;
	width: 758px;	
    top: 270px;
	left: 27px;
	text-align: left;	
	font: 15px "Century Gothic";
	color: #000000;	
}

#events_01_title 
{	
	display: block;
	position:relative;
	width: 768px;		
    top: 30px;
	left: 25px;
	text-align: left;	
	font: 45px "Century Gothic";
	color: #000000;	
}

#events_02_title 
{	
	display: block;
	position:relative;
	width: 768px;		
    top: 30px;
	left: 25px;
	text-align: left;	
	font: 42px "Century Gothic";
	color: #000000;	
}

#events_03_title 
{	
	display: block;
	position:relative;
	width: 768px;		
    top: 8px;
	left: 25px;
	text-align: left;	
	font: 40px "Century Gothic";
	color: #000000;	
}

#events_04_title 
{	
	display: block;
	position:relative;
	width: 768px;		
    top: 12px;
	left: 25px;
	text-align: left;	
	font: 71px "Century Gothic";
	color: #000000;	
}

#events_05_title 
{	
	display: block;
	position:relative;
	width: 768px;		
    top: 0px;
	left: 23px;
	text-align: left;	
	font: 75px "Century Gothic";
	color: #000000;	
}

#events_05_title_2
{	
	display: block;
	position:relative;
	width: 768px;		
    top: 0px;
	left: 26px;
	text-align: left;	
	font: 15px "Century Gothic";
	color: #000000;	
}

#events_06_title 
{	
	display: block;
	position:relative;
	width: 768px;
    top: 12px;
	left: 25px;
	text-align: left;	
	font: 50px "Century Gothic";
	color: #000000;	
}

#events_06_title_2 
{	
	display: block;
	position:relative;
	width: 768px;
    top: -10px;
	left: 25px;
	text-align: left;	
	font: 42px "Century Gothic";
	color: #000000;	
}

#links a.link_links:hover {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

#footer {
	display: block;
	position:absolute;
	clear: both;
	left: 200px;
	top: 750px;
	width: 807px;
    height: 30px;
    padding: 0px 0px 0px 0px;
}

#footer_media {
	display: block;
	position:absolute;
	clear: both;
	left: 200px;
	top: 1100px;
	width: 807px;
    height: 30px;
    padding: 0px 0px 0px 0px;
}

#footer_cv {
	display: block;
	position:absolute;
	clear: both;
	left: 200px;
	top: 1400px;
	width: 807px;
    height: 30px;
    padding: 0px 0px 0px 0px;
}

#footer_text {
	padding: 0;
    margin: 0;
    text-decoration: none;
	text-align: center;
	font-family: "Century Gothic",arial,sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;	
	color: #000000;
}

#footer_events_05 {
	display: block;
	position:absolute;
	clear: both;
	left: 200px;
	top: 723px;
	width: 807px;
    height: 50px;
    padding: 0px 0px 0px 0px;
}

#footer_text_events_05 {
	padding: 0;
    margin: 4;
    text-decoration: none;
	text-align: center;
	font-family: "Century Gothic",arial,sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;	
	color: #000000;
}

.padding { 
clear: both;
overflow: hidden; 
height: 50px; 
margin: 0px; 
padding: 0px; 
}

