html,body 
{
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 12px;
	font-family: verdana;
	background: #3D362D;
}

a
{
	text-decoration: none;
	color: #336699;
}

a:hover
{
	text-decoration: underline;
	color: #336699;
}

div
{
	width: 50em;
	margin: 0 0 0 8em;
	background: #ffffff;
	color: #444444;
	font-family: verdana;
}

div div
{
	width: 46em;
	margin: 0;
	padding: 1em 2em;
}

div h1
{
	margin: 0 0 1em 0;
	font-size: 1.5em;
	font-variant: small-caps;
}

div h2
{
	margin: 0 0 1em 0;
	font-size: 1.8em;
	font-variant: small-caps;
}

div p
{
	margin: 0 0 1em 2em;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: justify;
}

div form
{
	margin: 4em 0 0 4em;
	font-size: 1em;
}

div form p
{
	margin: 0 0 1em 2em;
}

div p.msg
{
	border: 1px solid #990000;
	text-align: center;
	color: #990000;
	padding: 0.5em 0;
}

div form p.wer
{
	display: none;
}

input, textarea
{
	border: 1px solid #bbbbbb;
	background: #ffffff;
	display: block;
	width: 100%;
	font-family: verdana;
	color: #444444;
}

div form p.btn
{
	text-align: right;
}

div form p.btn input
{
	width: 10em;
	display: inline;
	
}

div form p textarea
{
	height: 26em;
}

div ul
{
	margin: 0;
	padding: 2em 4em;
}

div li
{
	list-style-type: square;
	/*margin-bottom: 1.5em;*/
	font-weight: bold;
	font-variant: small-caps;
}

div ul ul
{
	padding: 1em 0 1em 2em;
}

div li li
{
	font-size: 1.4em;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 0.6em;
	list-style-type: circle;
}

div li li a
{
	border: 0;
}

div li li a:hover
{
	text-decoration: underline;
}

div li a
{
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dashed #336699;
}

div.menu
{
	width: 50em;
	padding: 2em 0 0 0;
	margin: 0;
	text-align: right;
	background: #3D362D;
}

.menu img
{
	vertical-align: bottom;
	border: 0;
}


