body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100.02%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: white;
	-webkit-font-smoothing: subpixel-antialiased;
}

.ddiv {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	background: #2299D5;
	color:#fff;
	padding:10px;
	height:300px;
}
.ddiv a{
color:#fff;
}

div {
	color: #1d1d1d
}
#h {
	padding-top: 30px;
	position: relative;
	height: 100px;
	margin: 1em auto;
	clear: both;
	max-width: 1480px;
	min-width: 760px;
	width: 96%
}
#logo, #logo a {
	color: #4d4d4d;
	text-decoration: none;
	position: absolute;
	top: 5px;
	left: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(komsomolsk.info.gif) no-repeat;
	width: 300px;
	height: 55px;
	display: block;
	outline: 0
}
#nav {
	margin-left: 40%;
}
#nav ul {
	display: block;
	list-style-position: inside;
	list-style: none;
}
#nav ul li {
	float: left;
	margin-left: 5%;
	padding: 4px;
}
#nav ul li a {
	color: #4e4e4e;
	font-family: Trebuchet MS
}
#nav ul li:hover {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: #2299D5;
}
#nav ul li:hover a {
	color: #fff;
	text-decoration: none;
	outline: 0
}
#nav ul li.current {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	box-shadow: 1px 1px 7px #7d7d7d;
	-moz-box-shadow: 1px 1px 7px #7d7d7d;
	-webkit-box-shadow: 1px 1px 7px #7d7d7d;
	-khtml-box-shadow: 1px 1px 7px #7d7d7d;
	background: #2299d5;
	background: -moz-linear-gradient(top,#54bcf0,#2299d5);
	background: -webkit-gradient(linear,left top,left bottom,from(#54bcf0), to(#2299d5));
}
#nav ul li.current a {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 0 #7d7d7d;
	outline: 0
}

#footer {
	border-top: 1px #ccc solid;
	padding: 20px;
	clear: both;
	color: #949494;
	position: relative;
	top: 20px
}
#footer table {
	margin: 0px auto;
	display: block;
	width: 86%;
	max-width: 1400px;
	min-width: 760px;
}
#footer table tr td {
	width: 1%;
}
#footer table tr td.f {
	text-align: left;
}
#footer table tr td.s {
	text-align: center;
}
#footer table tr td.t {
	text-align: right;
}
#footer table tr td.t ul li.yeapers {
	padding-top: 10px;
}
#footer table tr td.t ul li.yeapers span {
	margin-top: 10px;
	font-size: 14px;
	font-family: Georgia;
	cursor: pointer;
	color: #000
}
#footer table tr td ul {
	color: #4e4e4e;
	font-size: 0.89em;
}
#footer table tr td ul li a {
	color: #4e4e4e;
	margin-bottom: 3px;
	font-size: 0.83em
}

div.quotes {
	border: 1px #ccc solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 10px;
	margin: 25px 15px;
	margin-right: 90px;
	text-indent: 0em;
	padding-left: 35px;
	background: #ededed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
div.quotes blockquote ol li {
	list-style-position: inside;
	list-style-type: decimal;
	color: #333
}
div.code {
	color: #74a400;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
	border-left: 1px #000 solid;
	padding: 10px;
	margin: 5px 25px;
	margin-right: 100px;
	background: #4e4e4e;
}
div.code span {
	padding: 1px 5px;
	color: #fff;
}

