body {
	background-color: #021e22;
	/*background-image: url('./images/bg.png');*/
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	color: #000;
	font-family: Arial;
	font-size: 12px;
}

img {
	border: 0px;
}

pre {
	background-color: #DCDCDC;
}

pre br {
	display: none;
}

#wrapper {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#floatingBlock {
	background-color: #E2E0E2;
	border: 1px dotted #000;
	width: 800px;
	min-height: 600px;
	margin-top: 10px;
}

#title {
	height:45px;
	width:270px;
	background-image: url('./images/title2.png');
	margin-left: auto;
	margin-right: auto;
}

#pageNotFound {
	height:200px;
	width:400px;
	background-image: url('./images/404.png');
	margin-left: auto;
	margin-right: auto;	
}

#nav {
	border: 1px dotted #000;
	background-color: #888888;
	width:800px;
	height:16px;
	font-size: 14px;
	margin-top: 10px;
	text-align: right;
}

#nav ul {
	display: inline;
	list-style:none;
}

#nav ul li {
	float: left;
	border: 0px solid #000;
}

#nav ul li a {
	color: #FFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}

#nav ul li a:hover {
	background-color: #000;
}

#nav .current {
	font-weight: bold;
}

#nav a {
	color: #FFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}

#nav a:hover {
	background-color: #000000;
}

#content {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:5px;
	margin-right:5px;
	text-align: left;
	color: #000;
}

#alpha {
	text-align: center;
	margin-top: 125px;
}

#alphaLeft {
	width:600px;
	min-height: 580px;
	border-right: 1px solid #000;
	padding-right: 10px;
	color: #000;
}

#alphaLeft table {
	width:600px;
}

#alphaLeft .news {
	padding-left: 30px;
}

#alphaRight {
	position: absolute;
	width: 170px;
	min-height: 580px;
	margin-left: 606px;
/*	border-left: 1px solid #000;*/
	padding-left: 10px;
}

#alphaRight ul {
	display: inline;
	list-style: none;
	padding-left: 5px;
}

#webTable {
	text-align: center;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#webTable tr td img {
	height: 200px;
}

#calendar {
	padding-top: 5px;
}

#calendar table{
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	text-align: center;
}

#calendar table tr td{
	border: 1px solid #FFF;
}

#calendar a:link {
	color: #777;
}

#calendar a:visited {
	color: #777;
}

#calendar .currentMonth a:link {
	color: #009;
}

#calendar .currentMonth a:visited {
	color: #009;
}

#calendar .currentDay {
	/*background-color: #99F;*/
	border: 1px solid #000;
}

#calendar .today {
	text-decoration: underline;
}

#calendar a:hover {
	color: #777;
	text-decoration: underline;
}

#write {
	text-align: left;
}

#write table {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#write table tr td {
	vertical-align: top;
}

.heading {
	font-weight: bold;
	font-size: 18px;
	color: #444;
}

a {
	text-decoration: none;
}

a:link {
	color: #444;
}

a:visited {
	color: #444;
}

a:hover {
	color: #004;
}

a:active {
	color: #000;
}

.author {
	color: blue;
}

.captcha img {
	border: 1px solid #888;
}

.caption {
	color: white;
}

.caption a:link {
	color: #FFF;
}

.caption a:visited {
	color: #FFF;
}

.caption a:hover {
	color: #CCC;
}

.caption a:active {
	color: #000;
}

a:active {
	color: #000;
}

.small {
	font-size: 9pt;
}

.red {
	color: red;
}
