<!--
body { 
	margin: 0px; 
	padding: 0px;
	color: #404040; 
	background-color: #222222; 
	text-align:center; 
	font-size: 10pt;
	font-family: Tahoma,Arial,Serif; 
	}
h1 { 
	color: #CC0000; 
	font-size: 1.2em;
	margin:0px;
	}
h2 { 
	color: #CC0000; 
	font-size: 1.1em;
	}
a { 
	color: #FF8800;
	text-decoration:none;
	font-size: 1em;
	}
a:hover { 
	color: #FF8800;
	text-decoration:underline;
	font-size: 1em;
	}
	
#main { 
	margin: 0px auto; 
	width: 770px; 
	text-align: center;
	background: #FFFFFF url("/images/background/left-bg.jpg") repeat-y;
	}

#corner { 
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 200px; 
	background: #FFFFFF url("/images/background/corner.jpg") no-repeat;
	}
#header { 
	float: right;
	margin: 0px;
	padding: 0px;
	width: 570px;
	height: 200px; 
	background: #FFFFFF url("/images/background/header.jpg") no-repeat;
	}
#content {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 770px;
	}
#left {
	float: left;
	margin: 0px;
	padding: 150px 0 0 0;
	width: 200px;
	height: 1000px;
	background: transparent url("/images/background/left.jpg") no-repeat;
	text-align: left;
	}
#right{
	float: right;
	margin: 0px;
	padding: 0 0 100px 0;
	width: 550px;
	background-color: #FFFFFF;
	font-size: 1.0em;
	line-height: 1.3em;
	}
	
.left {
	clear: both;
	margin: 2px;
	padding: 2px; 
	width: 120px;
	font-size: 0.64em;
	overflow: hidden; 
	text-align: left;
	}
.left a {
	color: #888888;
	text-decoration: none;
	}
.left a:hover {
	color: #FFEE00;
	text-decoration: none;
	}
.left h2 {
	color: #888888;
	font-size: 1.2em;
	}
	
	
#function {
	margin: 2px;
	padding: 2px;
	width: 660px; 
	color: #6699FF; 
	font-size: 0.7em;
	text-align: left;
	}
#function a { 
	color: #000066;
	text-decoration: none;
	font-size: 1em;
	}
#function a:hover { 
	color: #000066;
	text-decoration: underline;
	font-size: 1em;
	}

#antispam {
	position: relative;
	top: 20px;
	margin: 2px;
	padding: 2px;
	width: auto; 
	text-align: right;
	color: #FFFFFF; 
	font-size: 0.5em;
	}
#antispam a { 
	color: #FFFFFF;
	text-decoration:none;
	}

#menu {
	position: relative;
	top: 110px;
	margin: 2px;
	padding: 2px;
	width: auto; 
	text-align: right;
	color: #444444; 
	font-size: 0.9em;
	}
#menu a { 
	color: #888888;
	text-decoration:none;
	}
#menu a:hover { 
	color: #FFCC00;
	text-decoration:none;
	}

.menuimage {
	color: #FFFFFF;
	background-color: #FFFFFF;
	}
.menuimageselected {
	color: #FF0000;
	background-color: #FF0000;
	}
	
#image { 
	margin: 0px;
	padding: 0px;
	width: 700px; 
	height: 120px;
	background-color: #FFFFFF; 
	}

#footer {
	clear: both;
	margin: 0;
	padding: 2px;
	width: 700px; 
	background: transparent url("/images/background/left-bg.jpg") repeat-y;
	font-size: 0.7em;
	text-align: right;
	}
#footer a { 
	color: #404040;
	text-decoration:none;
	font-size: 1em;
	}
#footer a:hover { 
	color: #404040;
	text-decoration:underline;
	font-size: 1em;
	}
#counter {
	text-align: center;
	font-size: 1em;
	}
	
.article {
	margin: 10px 30px 60px 10px;
	background-color: #FFFFFF;
	font-size: 0.9em;
	text-align: left;
	}
.article h2 {
	color: #FFCC00;
	padding: 10px 20px 0 10px; 
	font-size: 1.4em;
	}
.article h2 a {
	color: #FF8800;
	text-decoration: none;
	}
.article h2 a:hover {
	color: #FF8800;
	text-decoration: underline;
	}
.article ul {
	padding: 0 20px 0 30px; 
	font-size: 1em;
	}
.article .text{
	padding: 0 20px 0 20px; 
	background-color: #FFFFFF;
	font-size: 1em;
	text-align: justify;
	}
.article .footer {
	padding: 10px 20px 0 20px; 
	font-size: 0.7em;
	}
	
.comments {
	font-size: 0.9em;
	text-align: left;
	}
-->
