html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
  background: #fff;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 2em;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}
h1 a {
	display:block;
	background-image:url(images/artel_logo.jpg);
	height: 170px;
	width: 311px;
	text-indent:-900em;
	text-decoration:none;
	line-height:100%;
	margin: 0px;
}
h2 {
	font-size: 170%;
	color: #5b7299;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 125%;
	color: #fd331d;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.footer_right {
	color: #5b7299;
	font-size: 170%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	float:right;
}
.footer_left {
	color: #5b7299;
	font-size: 150%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-left:25px;
	float:left;
}
.red_left {
	color: #FD331D;
	font-size: 150%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-left:15px;
}

.red_bold {color: #FD331D; font-weight: bold; }

#main_wrap {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	margin: 0px;
	background-image:url(images/line_left.jpg);
	background-repeat:repeat-y;
}
#top_right {
	margin-top: 63px;
	height: 104px;
	width: 537px;	
	border: solid;
	border-width: 2px 2px 0px 0px;
	border-color: #5b7299;
	float: right;
	text-align: right;
}
#left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 170px;
	margin-left: 23px; 
}
#right_1 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 634px;
	margin-top: 50px;
	margin-bottom: 10px;
}
#right_2 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 600px;
	font-size: 120%;
}
#right_1a {
	padding: 0px;
	float: right;
	width: 630px;
	margin: 0px ;
	margin-bottom: 30px;
	font-size: 120%;
}
#knowledge {
	padding: 0px;
	width: 800px;
	margin: 0px 0px 10px 40px ;
	font-size: 120%;
	float:left;
}

#footer {
	padding: 0px;
	float: right;
	width: 650px;
	margin: 0px ;
	font-size: 100%;
}

#bottom {
	margin-left:23px;
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5b7299;
}	
table.help {
	border: 1px;
	border-color: #ffffff;
	background-color: #CCCCCC;
}
table.help td {
	background-color: #ffffff;
}
/* ---- LINKS ---- */

	
#left ul {
	list-style: none;
	width:122px;
	margin-right: 10px;
	padding:0px;
	margin-left:18px;
	font-size:180%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#left li a {
	font-weight: bold;
	text-decoration:none;
	color:#fd331d;
	display:block;
    padding:10px 0px 5px 10px;
}
#left li a:hover {
	background-image:url(images/menu_over.gif)
}
a { 
	color: #5687ba;
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	color: #fd331d;
	font-weight:bold;
	text-decoration: underline;
}
