body {
	font-size: 80%;
	color: #fff;
	font-family: veranda, arial, helvetica, sans-serif;
	background: #6b00a5 url("../image/pattern.gif") repeat-y top left;
	margin: 0px;
}
h1, h2, p {
	margin: 5px;
}
h1, h2 {
	color: #ff8c29;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.4em;
}
td {
	font-size: 80%;
}
img {
	border: 0px;
}
ul {
	list-style-type: none;
}
a {
	color: #bd42de;
}
a:hover {
	text-decoration: none;
}
#header {
	width: 780px;
}
#toplinks {
	text-align: center;
	width: 780px;
}
#toplinks a:hover, #toplinks a:active {
	border-bottom: 3px solid #fff;
}
#langlinks {
	width: 780px;
	margin-top: 10px;
	margin-left: 450px;
}
#langlinks a {
	margin: 10px;
}
#langlinks a:hover, #langlinks a:active {
	border-bottom: 3px solid #fff;
}
.imgcolleft {
	width: 195px;
	margin-left: 25px;
	float: left;
}
.imgcolleft a {
	display: block;
	margin-bottom: 10px;
}
#textarea {
	width: 310px;
	margin-left: 10px;
	margin-top: 94px;
	float: left;
}
#footer {
	width: 780px;
	padding-top: 20px;
	text-align: center;
	font-size: .9em;
}
#pagecontent {
	width: 780px;
}
#leftdiv {
	float: left;
	width: 226px;
	height: 450px;
	background: url("../image/menu.gif") no-repeat top left;
	color: #fff;
	text-align: center;
}
#menu {
	margin-top: 115px;
}
#menu a {
	display: block;
	width: 220px;
	height: 25px;
}
#menu a:hover, #menu a:active {
	background: url("../image/paw.gif") no-repeat 190px 0px;
}
#content {
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 490px;
	color: #fff;
	background: #0052a5;
}
#content a {
	color: #fff;
	margin: 5px;
	padding-bottom: 10px;
	display: block;
	text-decoration: underline;
}
.btnleft {
	float: left;
}
.btnright {
	float: right;
}
.hidden {
	display: none;
}