html { 
     background-color:#bdbec6;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     }

#page {
    width:800px;
    margin:0px auto;
    text-align:left;
    background-color:#ffffff;
    border:0px solid #000000;
}

body {
    font-family:Arial;
    font-size:12px;
    text-align:center;
    margin:0px;
}

h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h1.sub {font-size:15px;color:#808080;margin-top:0px;margin-bottom:0px;}
h2 {font-size:18px;color:#404040;text-align:center;}
h3 {font-size:14px;color:#000000;}

code {font-size:14px;color:#0000ff;}
pre {
 font-size:14px;
 color:#0000ff;
 padding:5px;
}

a:link, a:visited, a:active, a:hover {
  text-decoration:none;
  font-weight:normal;
  font-size:12px;
  color: #0000ef;
}
a:active, a:hover {
  color:#FF0099;
}
a.menu {
 padding:2px;
 text-align:left;
 color: #591624;
 text-decoration:none;
 }
span.menu {
 padding:2px;
 text-align:left;
 color:#ff0000;
 text-decoration:none;
 font-weight:bold;
 }
a.menu:link, a.menu:visited
{
  color: #591624;
  text-decoration:none; 
}
a.menu:active, a.menu:hover
{
  color:#FF0099; 
}


a.menu2 {
 padding:2px;
 padding-left:20px;
 text-align:left;
 color:#591624;
 text-decoration:none;
 }
span.menu2 {
 padding:2px;
 padding-left:20px;
 text-align:left;
 color:#ff0000;
 text-decoration:none;
 }
a.menu2:link, a.menu2:visited
{
  color:#591624;
  text-decoration:none;
}
a.menu2:active, a.menu2:hover
{
  color:#FF0099;
}

#title {
	height:40px;
	background-color:white;
//	background: url(http://www.hepi.edu.ge/images/banner.jpg) no-repeat;
	color:white;
	padding:10px;
	border:0px solid #003366;
	border-top: solid  #EFEAEA 5px;
	border-bottom: solid  #893654 10px;
}
#title h1 {width:600px;font-family:Verdana;font-size:18px;color:black;margin:0px;text-align:left;}
#title h1.sub {font-size:12px;color:#808080;margin-top:0px;margin-bottom:0px;}
#title img {
	display:block;
	float:left;
/*	width:120px;*/
	height:40px;
	border:black solid 0px;
	margin:0px;
	margin-right:30px;
}

#left {
border:black solid 0px;
background-color: #EFEAEA;
width:160px;
float:left;
}
#left p {
padding:2px;
margin:0;
}
.menutitle{
font-weight:bold;
text-align:left;
color:#000000
}
.menucontainer {
line-height:1.em;
width:140px;
margin:10px;
background-color:none;
}
#content {
border:0px solid #ffffff;
background-color:none;
width:600px;
float:left;
padding-top:0px;
padding-left:20px;
padding-right:20px;
text-align: justify;
}
.overlined{
text-decoration: overline;
}




