body {
	background-color: #fff;
	color: #000000;
	font-family: verdana, sans-serif, arial;
	font-size: 0.85em;
	margin: 0px;
	padding: 0px;
}

.csh {
	color: #88888f;
}

a.ext::after {
	content: " \2192";
}

.berserk {
	background-image: url("media/pictures/site/berserk_end.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #fff;
}

#wcontent {
	margin: 20px 30px 30px 30px;
}

#header { }

#header_whole {
	position: relative;
	height: 55px;
	background: url("media/pictures/site/header_horiz_line.gif") repeat-x bottom left;
}

#header_left {
	position: relative;
	height: 55px;
	width: 330px;
	float: left;
	background: url("media/pictures/site/header_horiz_line.gif") repeat-x bottom left;
}

#header_right {
	position: relative;
	margin-left: 380px;
	padding-left: 10px;
	height: 55px;
	background: url("media/pictures/site/header_horiz_line.gif") repeat-x bottom left;
}

#header_right span {
	position: absolute;
	bottom: 5px;
}

#title {
	font-size: 1.65em;
	font-weight: bold;
}

#menu {
	position: absolute;
	bottom: 5px;
	font-size: 0.88em;
	color: #aaa;
}

#menu a, #menu a:active, #menu a:visited {
	color: #77b;
	font-weight: bold;
	text-decoration: none;
}

#menu a.on, #menu a.on:active, #menu a.on:visited {
	color: #44c;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a:hover {
	text-decoration: underline;
}

#navigation {
	font-size: 0.88em;
}

#content {
	margin-top: 10px;
	font-size: 0.88em;
}

#content .tiny {
	width: 270px;
}

#content .wide {
}

#content a {
	color: #0000ee;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#contacts {
	padding-left: 20px;
}
#contacts ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-left: 1em;
	text-indent: -1em;
}
#contacts li.email {
	height: 16px;
	padding: 4px 0px 0px 0px;
}

#contacts textarea.contacts {
	width: 400px;
	height: 115px;
	border: 1px solid #aaa;
	margin: 2px;
}

#contacts input.contacts {
	width: 400px;
	border: 1px solid #aaa;
	margin: 2px;
}

#contacts span.req {
	color: #f00;
}
