body {
	padding: 0px;
	margin: 0px;
}

body.main {
	background: #FFF url('/img/left-bg.gif') repeat-y 0 0;
}

/* ========================================================================== */
body, p, div, td, th, li, input, textarea, option, h1, h2, h3, h4,li,a  {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 0px;
	font-weight: normal;

}
ul {
	padding: 0px;
	margin: 0px 0px 0px 18px;
	list-style-image: url('/img/bluedot.gif');
}
	li {
		margin: 4px 0px;
	}

a {
	outline: none;
}

h2 {
	color: #0000CC;
	font-family: Verdana;
	font-weight: bold;
}


/* ========================================================================== */
#hat {
	background: #FFF8CC url('/img/hat-bg.gif') repeat-x 0 0;
	width: 100%;
	height: 66px;
	position: absolute;
	padding-top: 40px;
	top: 0;
	z-index: 5;
}
	#hat h1 {
		font-family: Arial;
		font-size: 19px;
		letter-spacing: 1px;
		color: #FFF;
		position: absolute;
		width: 400px;
		left: 250px;
		top: 4px;
	}

	#hat .logo {
		position: absolute;
		left: 35px;
		top: 1px;
		display: block;
		width: 137px;
		height: 127px;
		background: url('/img/logo.gif') no-repeat;
	}

	#hat .run-string {
		position: absolute;
		left: 250px;
		width: 80%;
		top: 82px;
		right: 0px;
		color: white;
		font-weight: bold;
		font-size: 9px;
		font-family: Verdana;
		letter-spacing: 1px;
	}

	#menu {
		position: relative;
		display: block;
		margin-left: 250px;
		z-index: 10;
	}

	


#simple-body {
	padding: 35px;
	position: absolute;
	top: 100px;
}

	#simple-body h1 {
		color: #BD0E1A;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 24px;
		font-weight: bold;
	}

	#simple-body .content {
		margin-top: 17px;
		margin-left: 67px;
		text-align: justify;
	}

	#simple-body .content a {
		color: #0000FF !important;
	}

	

	#simple-body img {
		margin: 4px 4px 4px 0;
	}

#simple-footer {
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
}

#simple-footer hr {
	background: #000;
	height: 2px;
	border: none;
	margin: 5px 0;
}

.credits {
	color: #3F3F3F;
	font-size: 11px;
	font-weight: bold;
}


#main-body {
	position: absolute;
	top: 100px;
	border: 0;
	width: 100%;
}

#main-body td {
	vertical-align: top;
}

#left-column {
	width: 250px;
}

#left-column div.left-column {
	width: 216px;
	padding: 60px 17px;
}

	#left-column h2 {
		color: #3F3F3F;
		text-align: center;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.last-news {
		padding: 5px 0px 11px 0;
	}

		.last-news .title {
			color: #BD0E1A;
			font-family: Arial,Helvetica,sans-serif;
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 4px;
		}

		.last-news img {
			float: left;
			margin: 0px 10px 3px 0px;
		}

		.last-news .anons {
			font-weight: bold;
			font-size: 10px;
		}

		.last-news .link {
			font-size: 10px;
			color: #3F3F3F;
			font-weight: bold;
		}

	#left-column a.news-archive {
		color: #BD0E1A;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
	}


#right-column {
	width: 232px;
	padding-top: 20px;
}

	#right-column div.right-column {
		width: 250px;
	}



	#right-column .links-block {
		margin-top: 10px;
	}

	#right-column .links-block div {
		border: 1px solid #999999;
		margin-top: 3px;
		background: #FFF8CC url('/img/links-bg.jpg') no-repeat;
		width: 175px;
		padding-left: 27px;
		padding-right: 6px;
		padding-top: 5px;
		padding-bottom: 7px;
	}

	#right-column .links-block a {
		color: #BD0E1A;
		font-size: 13px;
		font-family: Arial,Helvetica,sans-serif;
		text-decoration: none;
		font-weight: bold;
		margin-left: 15px;
	}

.gallery img {
	border: 0;
}

#content {
	padding: 28px;
}

	#content h1 {
		color: #BD0E1A;
		margin-bottom: 17px;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 23px;
		font-weight: bold;
	}

	#content .content {
		text-align: justify;
	}

	#content a, #content a span {
		font-weight: bold !important;
	}



#main-footer {
	padding: 28px;
}

#main-footer hr {
	background: #000;
	height: 2px;
	border: none;
	margin: 0;
}

.mstyle1 {
	color: #cc0000;
}

.mstyle2 {
	color: #333399;
}


table.mtable {
	border-collapse: collapse;
}

table.mtable td {
	padding: 4px;
	border: 1px solid #cc0000;
}

.crumbs {
	margin: 7px 0;
	font-size: 12px;
}

.crumbs .last {
	color: #000;
}

.crumbs span {
	margin: 2px 2px;
	font-size: 10px;
}

.crumbs a {
	font-size: 10px;
	text-decoration: none;
	color: #cc0000;
}

#form_feedback {
	padding: 10px 0px;
}
	#form_feedback td {
		padding: 10px 16px 0px 0px;
		text-align: left;
		vertical-align: top;
	}
	#form_feedback td input.text {
		width: 300px;
	}
	#form_feedback td textarea {
		width: 300px;
	}

#entest {
	
}
	#entest div {
		padding: 8px 0px 8px 8px;
	}

#testanswer {
	padding: 24px;
}

.mail_succ {
	color: #009900;
	font-size: 14px;
	font-weight: bold;
	padding: 24px 0px;
}
.mail_err {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	padding: 24px 0px;
}