html, 
body {
		margin:0px;
		padding:0px;
		text-align:justify;
		background:#999999;
		text-decoration:none;
		font-family:Verdana,Arial,Helvetica,sans-serif; 
		font-size:12px; 
		color:#333333;
		scrollbar-arrow-color: #5678bb;
	}

p { margin:0px; padding:5px 0px 5px 0px; line-height:1.6; }
.logo {  font-size:26px; font-weight:bold; text-align:right; color:#eeeeee;}
.text {  margin:0px; font-size:12px; font-weight:normal; color: #333333; line-height:1.6;}
.title {  font-size:16px; font-weight:bold; color:#5678bb; line-height:1.6;}
.menutitle {  font-size:12px; line-height:1; text-align: left;}
.sidetitle {  font-size:16px; font-weight:bold; color:#eeeeee; line-height:1.6;}
.logotitle {  font-size:16px; font-weight:bold; color:#eeeeee; line-height:1.6; text-align:right;}
.green { color:#009900;}
.orange { color:#FF9900;}
.blue { color:#0066ff;}
.pink { color:#EC008C;}
.teal { color:#0a8ea8;} 
.gray { color:#cccccc;} 
.navy { color:#5678bb;}
.red { color:#f44336;}
.white { color:#ffffff;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.underline {text-decoration:underline;} 
.center {text-align:center;}


	
	#wrap {
		width:900px;
		margin:auto;
		background:#cccccc;
		border:solid 1px #313131;
		
	}
	
	#header {
    height:110px;
		padding:15px 20px 5px 20px;
		background-image:url(images/header2023.png); 
		background-color:#5678bb; 
		background-repeat:no-repeat; 
				
	}
	
	#nav {
		background:#FFCC66;
		text-align:center;
		font-weight:bold;
		word-spacing:5px;
		border-top:solid 1px #fff;
		border-bottom:solid 1px #fff;
		}
	
	#sidebar {
		float:left;
		width:130px;
		background:#cccccc;
		font-weight:bold;
		padding:10px 20px 10px 20px;
		
						
	}
		
	#main {
		float:right;
		width:690px;
		padding:10px 20px 10px 20px;
		background:#fff;
		
		}
	
	#footer {
		clear:both;
		border-top:solid 1px #fff;
		background:#ffcc66;		
		text-align:center;
		
	}
	
a,
a:link, 
a:visited { 
				color:#5678bb; 
				font-weight:bold;
				text-decoration:none;
	}

a:hover,
a:active { 
				color:#ec008c; 
				font-weight:bold;
				text-decoration:none;
	}

a.cute:link {color:#5678bb; font-weight:bold;}
a.cute:visited {color:#5678bb; font-weight:bold;}
a.cute:hover {color:#ec008c; font-weight:bold;}
a.cute:active {color:#ec008c; font-weight:bold;}




.line
	{
    height:2px; 
    width:690px; 
    background:#ff9900;
		color:#ff9900;
		margin:0px;
		border:0px;
  }
	
ol {
	 	margin-left: 0px; 
		padding-left: 23px; 
		padding-right: 0px;
		}

ul {
	 	margin-left: 0px; 
		padding-left: 15px; 
		padding-right: 0px;
		}

li {line-height:1.6; font-size:12px; font-weight:normal; 
}

img.left { 
    float:left; 
    
}
img.right { 
    float:right; 
    
}

td.top {
			 vertical-align:top;			 
			 }

td.texttop {
			 vertical-align:text-top;			 
			 }

img.book {
				 margin:6px 20px 0px 0px; 
				 padding:0px; 
				 border:1px solid;	 
				 }

img.andrei {
				 border:1px solid; 
				 border-color:#0092b9; 
				 margin-top:5px; 
				 padding:0px;	
				 float:right; 
				 }

img.photo {
				 width:690px;
				 height:460px;
				 margin-top:5px; 
				 }

img.fb {
				 width:120px;
				 height:150px;
				 }

img.lh {
				 width:690px;
				 height:100px;
				 }

table, th, td { border: 1px solid #ff9900; }

.button {
  background-color: #5678bb;  
  border: none;
  border-radius: 4px;
  color: white;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  transition-duration: 0.4s;
  width: 90px;
}

.button:hover {
  background-color: #009900; 
  color: white;
}
