body{
	background-color: #f6f6f6;
	font-family: "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
}
div{
	text-align: justify;
}

div#container{
	background-image:url('/images/background-fill.jpg');
	margin:0 auto;
	padding-right: 14px;
	padding-left: 11px;
	width:900px; 
}
div#header{
	border-bottom: 2px solid #bcbcbc;
}
div#menu_bar{
	background-color: #b82233;
	border-top: 2px solid #ffffff;
	height:12px;
}
div#menu{
	background-image: url('/images/background-menu.jpg');
	background-repeat: repeat-x;
	height:35px;
}

div#menu_empty{
	float: left;
	width: 45px;
}
div.separator{
	float:left;
	width: 2px;
}
a.current_menu,
a.menu{
	color: #ffffff;
	display:block; 
	float:left;
	height: 23px;
	padding-top: 12px;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	width: 100px;
}
a.current_menu:hover,
a.menu:hover{
	text-decoration: underline;
}
a.current_menu,
a.menu:active{
	background-image: url('/images/button-active.jpg');
}

div.clear{
	clear:both;
}
div#content{
	padding-left: 45px;
	padding-right: 10px;
}
div#content_end{
	border-bottom: 4px solid #bcbcbc;
}
div#left_content{
	float:left;
	width: 485px;
	padding-right: 40px;
}
div#right_content{
	float:right;
	width: 320px;
}
div#copyright{
	background-color: #b82233;
	border-top: 3px solid #ffffff;
	border-bottom: 4px solid #bcbcbc;
	color: #ffffff;
	height: 23px;
	padding-top: 12px;
	padding-left: 45px;
	padding-right: 20px;
}
div#footer{
	margin:0 auto;
	width:925px;
}
div#company_title{
	background-color: #cccccc;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px 10px;
}
div#company_data{
	border: 1px solid #cccccc;
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 1px;
	padding: 5px 10px;
}
div.pozdrav{
	color: #999999;
	font-size: 18px;
}
div#developers{
	text-align: center;
}
div.developer{
	float: left;
	height: 110px;
	text-align: center;
	width: 160px;
}
h1{
	color: #cc0000;
	font-size: 26px;
}
h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}
h3, h4{
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3em;
}
h3{
	font-weight: bold;
}
div#technologies a{
	font-size: 12px;
	color: #cc0000;
	text-decoration: underline;
}
div#technologies a:hover{
	text-decoration: none;
}
ul{
	line-height: 1.5em;
	margin-left: 20px;
	list-style-position:inside;
	list-style-image:url('/images/dot.jpg');
}
div#data{
	font-size: 12px;
	line-height: 1.5em;
}
div#title{
	font-size: 16px;
	margin: 20px 0 10px;
}
ul a,
div#data a{
	border-bottom: 1px dotted #000000;
	color: #000000;
	text-decoration: none;
}
ul a:hover,
div#data a:hover{
	border: 0;
}
