* {
	margin: 0;
	padding: 0;
}

.clearboth
{
	clear:both;
}


body {
	background: #CCC;
}

#page {
	width: 1024px;
	border: 1px solid #333;
	margin: 0 auto;
	background: url('../img/bg.png') top center repeat-y #003B5B;
	font-size: small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.comments-wrapper
{
	margin-top:20px;
}

.comments-wrapper input
{
	background-color:#sdfsdf;
}


body a {
	color: #FFC;
}

body a:hover {
	text-decoration: none;
}

body a img { 	/* may be useful */
	border: none;
}

#head {
	position: relative;
	color: #FFF;
}

#head h1 {
	position: absolute;
}

#head h1 small {
	display: block;
	font-size: 65%;
	font-weight: normal;
}

#head ul {
	position: absolute;
	z-index: 3;
	top: 55px;
	left: 462px;
	list-style-type: none;
	line-height: 150%;
	font-size: 90%;
}

#head ul a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#head ul a:hover {
	text-decoration: underline;
}

#head #mail {
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 385px;
}

#head #home {
	position: absolute;
	z-index: 3;
	top: 20px;
	left: 422px;
}

#maplink a
{
	text-decoration:underline;
}

#maplink a:hover
{
	text-decoration:none;
}

#maplink
{
	position: absolute;
	z-index: 3;
	padding-left:8px;
	font-size:9px;
	background-image:url(../img/point.gif);
	background-repeat:no-repeat;
}

#head #main-page {
	display: block;
	position: absolute;
	top: 45px;
	left: 55px;
	height: 90px;
	width: 350px;
	z-index: 3;
}

#summary {
	position: absolute;
	z-index: 3;
	top: 35px;
	left: 640px;
	width: 320px;
}

#summary strong {
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

#summary span {
	color: #E5DA4E;
}

#summary p {
	font-size: 85%;
}

#head form div {
	position: absolute;
}

#head form input#query {
	border: 1px solid #6F90A1;
	background: #7F9AA8;
	width: 120px;
	padding: 0 5px;
	position: absolute;
	top: 192px;
	z-index: 3;
	left: 770px;
	color: #FFF;
}

#head form input#sbm {
	color: #FFF;
	position: absolute;
	top: 180px;
	left: 935px;
	z-index: 3;
}

#head table {
	empty-cells: show;
	table-layout: fixed;
	border-collapse: collapse; /* to be sure */
	border: none;
	margin-bottom: 15px; 
	border-bottom: 1px solid #013D5E;
	position: relative;
	z-index: 2;
}

#head table td {
	height: 380px;
	width: 256px;
	border: none;
}

#head table #h1 {
	background: url('../img/h1.jpg') top left no-repeat;
}

#head table #h2 {
	background: url('../img/h2.jpg') top left no-repeat;
}

#head table #h3 {
	background: url('../img/h3.jpg') top left no-repeat;
}

#head table #h4 {
	background: url('../img/h4.jpg') top left no-repeat;
}

#head table #h5 {
	background: url('../img/h5.jpg') top left no-repeat;
}

#head table #h6 {
	background: url('../img/h6.jpg') top left no-repeat;
}

#head table #h7 {
	background: url('../img/h7.jpg') top left no-repeat;
}

#head table #h8 {
	background: url('../img/h8.jpg') top left no-repeat;
}

table.content {
	table-layout: fixed;
	margin: 0 60px 10px 65px;
	width: 900px;
	border-collapse: collapse;
}

table.content img {
	border: 2px solid #FFF;
}

table.content td {
	width: 450px;
	vertical-align: top;
	color: #FFF;
}

table.content td .cell, table.content .article_cell {
	position: relative;
	padding-top: 50px;
	width: 440px;
	float: left;
}

table.content td.evn .cell, table.content td.evn .article_cell {
	margin-left: 10px;
}

table.content td h2 {
	font-size: 100%;
	width: 448px;
	padding: 15px 0;
	background: url('../img/hbg.png') top left repeat-y;
}

table.content td.evn h2 {
	width: 439px;
	background: url('../img/ohbg.png') top left repeat-y;
}

table.content td h2 .qnt {
	font-size: 85%; 
	font-weight: normal;
}

table.content td .title {
	background: url('../img/hsh.png') bottom left no-repeat;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

table.content td .title img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

table.content td.evn .title {
	background: url('../img/ohsh.png') bottom left no-repeat;
	padding-bottom: 2px;
}

/*//////////////////////////////////////////////*/

table.content .article_cell {
	padding-bottom: 8em;
}

table.content .article_cell .a_head {
	width: 100%;
	float: right;
}

table.content .article_cell .a_head h2 {
	background: none;
	padding: 7px 0;
	font-size: 180%;
	font-weight: normal;
	float: left;
	width: 250px;
	margin-bottom: 20px;
}

table.content .article_cell .a_head ul {
	list-style-type: none;
	width: 190px;
	position: absolute;
	right: 0;
	top: 50px;
/*	float: right; */
}

table.content .article_cell .a_head ul li {
	font-size: 90%;
	float: right;
	padding: 16px 0;
	text-indent: 15px;
}

table.content .article_cell .a_head ul li a {
	color: #FFF;
	text-decoration: none;
}

table.content .article_cell .a_head ul li a:hover {
	text-decoration: underline;
}

table.content .article_cell .a_foot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


table.content td .a_foot a {
	color: #FFF;
	text-decoration: none;
}

table.content td .a_foot a:hover {
	text-decoration: underline;
}

table.content .article_cell .a_foot ul {
	list-style-type: none;
	text-align: center;
	height: 2em;
}

table.content .article_cell .a_foot ul.t_article {
	width: 100%;
	margin-bottom: 1ex;
}

table.content .article_cell .a_foot ul.t_article .prev {
	display: block;
	float: left;
	padding: 0 10px;
}

table.content .article_cell .a_foot ul.t_article .next {
	display: block;
	float: right;
	padding: 0 10px;
}

table.content .article_cell .a_foot ul.t_article .prev a,
table.content .article_cell .a_foot ul.t_article .next a,
table.content .article_cell .a_foot ul.t_article a b {
	text-decoration: underline;
} 

table.content .article_cell .a_foot ul li {
	display: inline;
}

table.content .article_cell .a_foot ul.a_nav li {
	margin: 0 25px;
}

/*//////////////////////////////////////////////*/

table.content td h2 a {
	color: #FFF;
	text-decoration: none;
	margin-left: 105px;
}

table.content td h2 a:hover {
	text-decoration: underline;
}

table.content td p {
	margin-bottom: 1em;
	float: left;
	width: 435px;
}

table.content td dl {
/*			border: 1px dotted red; */
	width: 435px;
	float: left;
	margin-bottom: 16px;
	display: inline;
}

table.content td dl dt {
	font-weight: bold;
	float: right;
	width: 315px;
	margin-bottom: 12px;
}

table.content td dl dd.img {
	float: left;
	margin: 2px 5px 2px 0;
}

table.content td dl dt a {
	color: #FFF;
}

table.content td p.illustr img {
	float: left;
	margin: 2px 5px 2px 0;
}

table.content td div.cell p.link a {
	color: #FFF;
	text-decoration: none;
}

table.content table.photos {
	border-collapse: collapse;
	width: 100%;
}

table.content table.photos td {
	width: 33%;
}

table.content table.photos * {
	margin: 0;
	padding: 0;
}

table.content table.photos img {
	display: block;
	margin: 0;
}

table.content table.photos a {
	display: block;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 85%;
	width: 115px;
	text-align: center;
	text-decoration: underline; /* Opera8 */
}

table.content table.photos a:hover {
	text-decoration: none; 		/* Opera8 */
}

table.blog {
	table-layout: fixed;
	margin: 0 60px 10px 65px;
	width: 900px;
	border-collapse: collapse;
	margin-top: -22px;
}

table.blog td {
	width: 100%;
	padding-top: 50px;
}

table.blog td h3 {
	font-size: 130%;
}

#footer {
	height: 30px;
	font-size: 85%;
	background: url('../img/innerfoot.jpg') center top no-repeat;
	padding: 15px 25px;
	color: #FFF;
}

.main #footer {
	background: url('../img/foot.jpg') center top no-repeat;
}

#footer .usage {
	font-weight: bold;			
}

#footer .dev {
	text-align: right;
}

#footer .dev a {
	font-weight: bold;
	color: #FFF;
}