

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
color: #268ED4;
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #268ED4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Header */

#header {
	height: 40px;
	background: #5A5A5A url(images/img01.gif) repeat-x;
}

#header h1 {
	width: 760px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	font-size: 1em;
}

#header h2 {
	width: 760px;
	margin: -18px auto 0 auto;
	text-align: right;
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	height: 110px;
	padding-top: 10px;
	background: url(images/img02.gif) repeat-x;
}

#menu h2 {
	display: none;
}

#menu ul {
	display: block;
	width: 770px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 152px;
	height: 75px;
	padding: 35px 0 0 0;
	text-align: center;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: none;
	color: #000;
}

#menu a:hover {
	color: #3D4C5F;
}

#menu1 { background: #fff url(images/menu01.jpg) no-repeat; }
#menu2 { background: #fff url(images/menu02.jpg) no-repeat; }
#menu3 { background: #fff url(images/menu03.jpg) no-repeat; }
#menu4 { background: #fff url(images/menu04.jpg) no-repeat; }
#menu5 { background: #fff url(images/menu05.jpg) no-repeat; }

#menu1:hover, #menu .active #menu1 { background-image: url(images/menu01on.jpg); }
#menu2:hover, #menu .active #menu2 { background-image: url(images/menu02on.jpg); }
#menu3:hover, #menu .active #menu3 { background-image: url(images/menu03on.jpg); }
#menu4:hover, #menu .active #menu4 { background-image: url(images/menu04on.jpg); }
#menu5:hover, #menu .active #menu5 { background-image: url(images/menu05on.jpg); }

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0 0 0;

}

/* Main content */

#main_content {
	float: left;
	width: 400px;
}

#main_content .title {
	letter-spacing: -1px;
	font-size: 1.5em;
}


#main_content .image {
	float: left;
	margin: .3em 1em 0 0;
}


#main_content p, #main_content blockquote, #main_content ul, #main_content ol {
	line-height: 155%;
}

/* Right side */

#right-side {
	float: right;
}

#right-side h3 {
	width: 220px;
	height: 32px;
	padding: 12px 0 0 10px;
	background: #fff url(images/rside_light.jpg) no-repeat;
	font-size: 1em;
	color: #000;
}

#right-side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#right-side a {
width: 220px;
color: #fff;
font-size: 1.2em;
}

#right-side li {
	padding: 2px 2px;
	text-align: center;
	_background: #FFF url(images/rside_dark.jpg) no-repeat;
	width: 220px;
	height: 80px;
	color: #FFF;
}

#right-side li.a { background: #fff url(images/cat_fig.jpg) no-repeat; }
#right-side li.b { background: #fff url(images/cat_klas.jpg) no-repeat; }
#right-side li.c { background: #fff url(images/cat_bel.jpg) no-repeat; }
#right-side li.d { background: #fff url(images/cat_bans.jpg) no-repeat; }


/* Footer */

#footer {
	width: 720px;
	height: 30px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/footer.jpg) repeat-x;
}

#footer p {
	text-align: center;
	font-size: 10px;
}