body {
	width		: 100%;
	font-family	: "Georgia";
	font-size	: 14px;
	line-height	: 15px;
	word-spacing: 2px;
	background	: #efefef;
	color		: #444444;
	margin		: 0px;
	padding		: 0px;
	text-align	: center;
}


img {
	border	: 0;
}

a {
	text-decoration	: none;
	color			: royalblue;
}

a:hover {
	text-decoration	: none;
	color			: skyblue;
}

input {
	background	: #ffffff;
	padding		: 3px;
	font		: 100% "Palatino Linotype";
	color		: #777777;
	border		: 1px solid #cccccc;
	
}

input:focus {
	background	: #ffeeff;
	padding		: 3px;
	font		: 100% "Palatino Linotype";
	color		: #777777;
	border		: 1px solid #cccccc;
}

textarea {
	background	: #ffffff;
	padding		: 3px;
	font		: 100% Verdana;
	color		: #777777;
	border		: 1px solid #cccccc;
}

textarea:focus {
	background	: #ffeeff;
	padding		: 3px;
	font		: 100% Verdana;
	color		: #444444;
	border		: 1px solid #cccccc;
}

button {
	background	: #ffcc99;
	padding		: 3px;
	font-size	: 10pt;
	color		: #444444;
	border		: 1px solid #cccccc;
	width		: 130px;
}

table {
	font-size	: 10pt;
	color		: #444444;
}


tr {
	border-bottom	: 10px;
}



.clear {
	clear		: both;
}


#header {
	background	: #777777;
	width		: 100%;
	color		: #bbbbbb;
	font-size	: 9pt;
	text-align	: left;
}

.title {
	font-size	: 23px;
	line-height	: 45px;
	color		: #ffffff;
	margin		: 10px;
}

h1 {
	background	: url(./eruita.jpg) no-repeat #ffef89;
	width		: 100%;
	height		: 60px;
	font-size	: 0px;
	line-height	: 0px;
	text-indent	: -9999px;
margin-bottom	:	-1px;
}


#main {
	margin		: 10px;
	text-align	: left;
	line-height	: 18px;
}

.res {
	margin-bottom : 25px;
}

.message {
	margin-left : 30px;
	padding		: 10px;
	font-family	: "‚l‚r ‚oƒSƒVƒbƒN";
	font-size	: 16px;
	word-spacing: 0px;
	line-height	: 18px;
}

#footer {
	clear		: both;
	background	: #777777;
	width		: 100%;
	color		: #ffffff;
	font-size	: 9pt;
	text-align	: right;
}

#footer small {
	margin		: 5px;
	font-size	: 8pt;
	line-height	: 20px;
}






#board_info {
	background	: #ccffcc;
	width		: 95%;
	margin		: 5px auto;
	padding		: 10px;
	border		: solid 2px #777777;
	text-align	: left;
}

.thread_info {
	background	: #efefef;
	width		: 95%;
	margin		: 5px auto;
	padding		: 10px;
	border		: solid 2px #777777;
	text-align	: left;
}


#left_block {
	background	: #ffffff;
	width		: 150px;
	text-align	: left;
	border		: solid 1px #777777;
	margin		: 0px 10px 10px 10px;
	padding		: 10px;
	float		: left;

}

#right_block {
	background	: #efefef;
	width		: 700px;
	text-align	: left;
	float		: left;
	margin		: 0px 10px 10px 10px;
}

.ress {
	border		: solid 1px #0066cc;
	background	: #fefefe;
	padding-bottom	: 15px;
}

.thread_title {
	background	: #6699ff;
	width		: 620px;
	display		: block;
	height		: 25px;
	font-family	: "cursive";
	font-size	: 18px;
	line-height	: 25px;
	overflow	: hidden;
}


.thread_title a {
	color		: #ffffff;
}

.thread_title a:hover {
	color		: #99ccff;
}

.board_title {
	position	: relative;
	background	: #aaccff;
	width		: 78px;
	display		: block;
	height		: 25px;
	font-size	: 10px;
	line-height	: 25px;
	text-align	: center;
	top			: -25px;
	left		: 620px;
}

.board_title a {
	color		: royalblue;
	font-size	: 10px;
}

.board_title a:hover {
	color		: #ffffff;
}

.class_title {
	background	: royalblue;
	display		: block;
	font-family	: "Courier New";
	font-weight	: bold;
	font-size	: 20px;
	line-height	: 25px;
	height		: 25px;
	color		: #ffffff;
	margin-bottom: 10px;
}

.class_title2 {
	background	: #777777;
	display		: block;
	font-family	: "Courier New";
	font-size	: 18px;
	line-height	: 25px;
	height		: 25px;
	color		: #ffffff;
	margin-bottom: 10px;
	text-align	: left;
	padding-left: 15px;
}

#new_thread {
	border		: solid 1px #0066cc;
	background	: #fefefe;
	padding		: 10px;
	line-height	: 25px;
	margin-bottom: 10px;

}