@charset "UTF-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
}
a:link {
	text-decoration: none;
	color:#660;
}
a:visited {
	text-decoration: none;
	color:#660;
}
a:hover {
	text-decoration: underline;
	color:#663;
}
a:active {
	text-decoration: none;
	color:#660;
}
li {
	font-size:14px; line-height:20px;
}


#page-layout {
	width: 900px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 0px;
}
#logo {
	background-image:url(img/logo.jpg);
	width: 260px;
	height: 68px;
	position:absolute;
	top:20px;
	left:3px;
	background-repeat:no-repeat;
	z-index:1;
}
#page-top {
	background-image:url(img/page_top.jpg);
	width:894px;
	height:253px;
	position:absolute;
	top:40px;
	left:3px;
	background-repeat:no-repeat;
	z-index:0;
}
#page-top .menu {
	position:absolute;
	bottom:20px;
	width:120px;
	cursor: pointer;
	height:30px;
}
#page-top #menu1 {
	left:37px;
}
#page-top #menu2 {
	left:170px;
}
#content {
	position:absolute;
	top:300px;
	width:860px;
	left:20px;
}
#content .title {
	font-size:24px;
	color:#663;
	line-height:65px;
	margin-top: 20px;
}
#content .app-title {
	font-size:20px;
	color:#660;
	line-height:50px;
}
#content .app-descr {
	font-size:16px;
	color:#996;
	line-height:25px;
	padding-left: 70px;
	padding-right:10px;
}
#content .app-comment {
	font-size:14px;
	color:#F90;
	font-style:italic;
	margin-left:20px;
}
#content .app-update {
	font-size:14px;
	color:#63F;
	line-height:35px;
	font-style:italic;
	padding-left: 70px;
	padding-right:10px;
}
#content .app-img {
	float:left;
	margin-right:20px;
}
#content .app-block {
	margin-top:20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CC9;
	padding-left: 10px;
	padding-right:10px;
}
#content .app-block-more {
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#ededed;
}
#content .app-more {
	margin-left: 21px;
	margin-right: 21px;
	text-align:center;
	color:#663;
	font-size: 15px;
	display:inline-block;
}
#content .app-more-text {
	margin-top: 10px;
}
#content .app-more-img {
	margin-top: 20px;
}
#content .about-descr {
	font-size:16px;
	color:#996;
	line-height:30px;
	margin-bottom: 15px;
	text-align:justify;
}
#content .about-highlight {
	font-size:16px;
	color:#660;
	font-style:italic;
}
#content .about-title {
	font-size:20px;
	color:#660;
	line-height:50px;
}
#content .about-name {
	font-size:16px;
	color:#663;
	margin-right:10px;
	font-style:italic;
}
#content .about-member-box {
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#ededed;
}
#content .about-team-descr {
	font-size:16px;
	color:#996;
	line-height:40px;
}
#content .footage {
	font-size:15px;
	color:#663;
	line-height:40px;
	margin-top: 20px;
	text-align:center;
}

