body
{
	margin: 0;
	padding: 0;
	background: url(images_design/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#header
{
	background: url(images_design/header.jpg);
	height: 180px;
	width: 779px;
	margin-right: auto;
	margin-left: auto;
}

#header #topmenu
{
	color: #FFF;
	padding: 145px 0 0 0;
}

#header #topmenu ul
{
	height: 24px;
	padding: 0;
	margin: 0;
}

#header #topmenu ul li
{
	list-style: none;
	display: inline;
}

#header #topmenu a
{
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 4px 10px 0 10px;
	float: left;
}

#header #topmenu a:hover
{
	text-decoration: none;
	color: #5B582D;
	background-color: #FFF;
}

#content
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	width: 780px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	overflow: hidden;
}

#content h1
{
	letter-spacing: 2px;
	font-size: 24px;
	margin: 5px 0px;
	padding: 0px;
	color: #5B582D;
}

#content #flags
{
	float: right;
}

#content #flags img
{
	margin: 2px;
}

#footer
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	width: 780px;
}

#header #topmenu a.activea
{
	text-decoration: none;
	color: #5B582D;
	background-color: #FFF;
}

#inpSearch
{
	border: 1px #ccc solid;
	font-size: 11px;
	margin: 5px;
}

input
{
	border: 1px #ccc solid;
	font-size: 11px;
	margin: 5px;
}

h2
{
	font-size: 16px;
	margin: 10px 0 0 0;
	padding: 0;
}
