body
{
	background-color: #c0c0c0;
	color: #404243;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	direction: ltr;
	text-align: center;
	line-height: 22px;
}

a
{
	color: #404266;
	font-weight: bolder;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#bodywrapper
{
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #ffffff;
}

#header 
{
	width: 776px;
	height: 180px;
	background-repeat: no-repeat;
}

#menu
{
	clear: both;
	background-color: #666699;
	background-image: url('../images/menu.jpg');
	background-repeat: repeat-x;
	color: #3d4ca1;
	font-weight: bold;
	font-size: 14px;
	height: 26px;
}

#menu a
{
	color: #3d4c51;
}

#content
{
	clear: both;
	background-color: #ffffff;
	padding: 10px 20px 10px 20px;
}

#footer
{
	clear: both;
	background-color: #666699;
	background-image: url('../images/footer.jpg');
	background-repeat: repeat-x;
	color: #3d4c51;
	padding-top: 4px;
	height: 22px;
}

#footer a
{
	color: #3d4c51;
}

form
{
	display: inline;
}

label
{
	float: left;
	width: 50px;
}

input
{
	color: #ffffff;
	background: #c0c0c0;
	border: 1px solid #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
}

select
{
	color: #ffffff;
	background: #c0c0c0;
	border: 1px solid #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
}

textarea
{
	color: #ffffff;
	background: #c0c0c0;
	border: 1px solid #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	overflow: auto;
}

p
{
	padding-bottom: 1em;
}

ul, ol
{
	list-style-position: inside;
}

h1
{
	font-weight: bold;
	font-size: 20px;
}

h2
{
	font-weight: bold;
	font-size: 16px;
}

.long-text
{
	text-align: justify;
}

.lang
{
	padding-top: 10px;
	padding-left: 17px;
	text-align: left;
}
