body { 
	margin-left: 3px; 
	margin-right: 3px; 
	margin-top: 0px;
	margin-bottom: 0px;
	background: #fff; 
}
img { 
	border: none; 
	padding: 0px; 
}
table {
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}
td {
	border: none;
	padding: 0px;
}
body,a,div,td,span,input,textarea,ul,li,h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Verdana, sans-serif;
}
body,a,div,td,span,input,textarea,ul,li {
	font-size: 10pt;
}
h1 { font-size: 22pt; }
h2 { font-size: 18pt; }
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }
h5 { font-size: 12pt; }
h6 { font-size: 12pt; }



/***    PAGE MAPPING    ***/

#wrap_all { 
	width: 100%; 
	height: 100%; 
	position: absolute;
	left: 0px;
}
#page {
	width: 1005px;
	/*height: 100px;*/
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/***    HEADER    ***/

#header {
	width: 1005px;
	height: 157px;
}

#header_top {
	width: 1005px;
	height: 109px;
	background: url(images/header_top.png) top left no-repeat;
}

#header_middle {
	width: 1005px;
	height: 17px;
}

#menu {
	width: 826px;
	height: 17px;
}

#header_middle_right {
	width: 179px;
	height: 17px;
	background: url(images/header_middle_right.png) top left no-repeat;
}

#header_bottom {
	width: 1005px;
	height: 29px;
	background: url(images/header_bottom.png) top left no-repeat;
}

/***    LEFT SIDEBAR    ***/
#right_sidebar {
	width: 180px;
	vertical-align: top;
}

/***    RIGHT SIDEBAR   ***/
#left_sidebar {
	width: 180px;
	vertical-align: top;
}

/***    MAIN_CONTENT    ***/
#main_content {
	width: 645px;
	vertical-align: top;
}


/***    FOOTER    ***/

#footer {
	width: 100%;
	height: 30px;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 20px;
}

.footer_link {
	color: black;
	text-decoration: underline;
}

/***    ETC     ***/
.block {
	border: 2px ridge #959596;
	padding: 5px;
	margin: 5px;
}

a.shuleko_informer {
	font-size: 10px;
}
.shuleko_td {
	border: 1px solid #959596;
	padding: 2px;
}

#menu {
	padding: 0px; 
	margin: 0px;
}

ul {
	list-style-position: inside;
	list-style-image: url(images/pointer.gif);
	margin: 0;
	padding: 0;
}

ul.menu {
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

li.menu {
	float: left;
	list-style: none;
	padding-left: 8px;
	padding-right: 8px;
}

a.menu {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
a.menu:hover {
	font-weight: bold;
	text-decoration: none;
	color: #888;
}

.future_post {
	font-size: 11px; 
   font-style: normal; 
   line-height: 15px; 
   font-weight: bold; 
   color: #FF2277;
}

.past_post {
	font-size: 11px; 
   font-style: normal; 
   line-height: 12px; 
   font-weight: bold; 
   color: #000000;
}

.year_post {
	font-size: 11px; 
   font-style: normal; 
   line-height: 12px; 
   font-weight: bold; 
   color: #666666; 
}

a.extra_link {
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #d6d6d3;
}

