a{
	text-decoration:none;
	font-size:13px;
}

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	font-size:14px;
	margin-left:21px;
	color:#000000;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:2px solid #707e87;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	padding:4px 8px 5px 8px;
	height:13px;
	}
ul#menu li a:hover{
	color:#707E87;	
	}
body{
	font-family:'Century Gothic'; 
	font-size:12px;
	padding:0px;
	margin:0px;
	background-color:#e3e3e4;
	}
#right_menu{
	width:190px;
	height:400px;
	border:5px solid #e3e3e4;
	float:left;
	background-color:#707e87;
	text-align:left;
}
#content_box{
	width:590px;
	height:400px;
	border:5px solid #e3e3e4;
	float:left;
}
#content{
	width:560px;
	height:400px;
	margin-left:30px;
	background-color:white;
}
#top{
	position:relative;
	width:590px;
	height:65px;
	border: solid #e3e3e4 5px;
	float:left;
	text-align:left;
}
#right{
	width:190px;
	height:65px;
	border: solid #e3e3e4 5px;
	float:left;
}
#main_menu{
	float:left;
	width:590px; 
	height:32px; 
	border:5px solid #e3e3e4; 
	text-align:center; 
	position:relative;
}

div{
	-ms-box-sizing: content-box;
}
#color_box{
	width:190px;
	height:32px;
	border: solid #e3e3e4 5px;
	float:left;
	background-color:#cc071e;
}
#kleks{
	height:20px;
	width:45px;
	margin-top:45px;
}
#right_menu li{
	margin-top:10px;
}
#right_menu a{
	color:white;
}



