* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;}

body {
	background: url(images/background.png);
}

img {
	border: 0;
	vertical-align: bottom;
}

div#secondBackground {
	height: 260px;
	background: url(images/background_dark.png);
}

div#container {
	margin: 0 auto;
	width: 852px;
}

div#page {
	overflow: hidden;
	padding: 0 6px 6px;
	background: url(images/page_background.png) #fff repeat-x;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #874;
}

div#left {
	float: left;
	padding: 0 6px 6px;
	width: 280px;
	color: #fff;
	background: #a00;
}

div#right {
	float: right;
	margin-top: 6px;
	background: #cdd;
	width: 540px;
}

div#topMenu {
	text-align: center; 
	background: url(images/background_menu.png);
}

div#topMenu a {
	margin: 0 20px;
	line-height: 35px;
	font-family: serif;
	font-variant: small-caps;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

div#topMenu a:hover, div#contact a:hover {
	color: #ff0;
}

div#hello {
	overflow: hidden;
	padding: 8px;
	min-height: 83px;
	color: #fff;
	background: url(images/blue.png) #276d7f repeat-x 0 0;
}

div#content {
	padding: 12px;
}

div#content, div#content a {
	color: #145;
}

div#content a {
	font-weight: bold;
}

div#content a:hover {
	color: #28a;
}

div#contact {
	margin-top: 12px;
	padding: 12px;
	height: 126px;
	font-size: 12px;
	text-align: right;
	color: #fff;
	background: url(images/ramka.jpg);
}

div#contact a {
	color: #f46;
	text-decoration: underline;
}

div#footer {
	overflow: hidden;
	margin: 12px 0;
	font-size: 10px;
	text-align: right;
	color: #653;
}

div.bar {
	margin: 12px 0;
	height: 2px;
	background: url(images/bar_background.png);
}

div.options {
	margin-top: 4px;
	padding: 2px;
	text-align: right;
	background: #bcc;
}

h1, h2 {
	font-family: serif;
	font-variant: small-caps;
	font-size: 24px;
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

div#content h1, div#content h2 {
	margin-bottom: 12px;
}

div#content h2 {
	margin-top: 24px;
}

p {
	line-height: 1.5;
	text-align: justify;
}

ul {
	margin-left: 20px;
	list-style-type: square;
}

li {
	margin-top: 4px;
}

form label, div.checkboxSet {
	margin: 12px 0 4px;
}

form label {
	display: block;
	font-weight: bold;
}

form label span {
	margin-left: 10px;
	font-size: 10px;
	font-weight: normal;
}

form input.text {
	width: 100%;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: #ff0;
}

div#left div.menu a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 2px;
	line-height: 30px;
	height: 30px;
	font-family: serif;
	font-variant: small-caps;
	font-size: 16px;
	text-indent: 40px;
	background: url(images/menu_background.png) no-repeat 0 0;
}

div#left div.menu a:hover {
	color: #040;
	background-position: 0 -30px;
}

div#left div.menu div.expandable {
	overflow: hidden;
	height: 30px;
}

div#left div.menu div.expandable:hover {
	height: auto;
}

div#left div.menu div.submenu a {
	display: block;
	margin-top: 1px;
	font-size: 12px;
	text-indent: 60px;
	background: #800;
}

div#left div.menu div.submenu a:hover {
	color: #fff;
	background: #f44;
}