body {
	background-color: #FCD933;
	cursor: default;
}

a {
	color: #C00000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background-color:#FCD933;
	border-color:#663300;
	border-style:outset;
	border-width:1px;	

	}
#content p {
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 159px;
	padding-bottom: 3px;
	font: 11px Verdana;
	color: #093EAA;
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 6px;
	font-weight: bold;
	}

#header {
	display: block;
	position: relative;
	width: 770px;
	height: 82px;
	background-image:url(../images/titul.JPG);
	}

#menu {
	position: relative;
	width: 745px;
	height: 24px;
	background-image: url('img/menu.gif');

	}

#titlebar {
	position: relative;
	width: 770px;
	height: 20px;
	background-color: #F3F3F5;
	}



#leftContent {
	float: left;
	padding-left: 3px;
	width: 202px;
	min-height: 500px;
	height: 500px;
	text-align: center;
	background-color:#F3F3F5;
}

#leftContent h1 {
	text-align: left;
	display: block;
	font: 9px Tahoma;
	width: 192px;
	height: 16px;
	color: #fff;
	background-image: url('img/lc-header.gif');
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: -1px
	}

#leftContent h2 {
	text-align: left;
	height: 20px;
	font: 10px/20px Tahoma;
	background-image: url('img/news-header.gif');
	background-position: top right;
	margin: 0px;
	padding: 0px;
	margin-top: -1px;
	padding-left: 10px;
	color: #0000C0;
	font-weight: bold;
	}	

#leftContent img {
	position: relative;
	
	padding: 0px;
	}
#leftContent p {
	text-align: left;
	display: block;
	font: 10px Tahoma;
	width: 197px;
	height: 19px;
	color: #141E45;
	background-image: url('img/lc-back.gif');
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 4px;
	}

#leftContent p.bottom {
	border-bottom: 1px solid #A1A3B9;
	height: 18px;
	}

#leftcontent hr {
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 1px;
	color: #A1A3B9;
	width: 202px;
	}

#rightContent {
	width: 535px;
	float: left;
	font: 11px Tahoma;
	background-color:#FCD933;
	margin-left: 13px;
	padding-top: 10px;
	
	}

#rightContent h2 {
	display: block;
	position: relative;
	width: 527px;
	height: 20px;
	font: 10px/20px Verdana;
	background-image: url('img/news-header.gif');
	padding: 0px;
	padding-left: 20px;
	margin-bottom: 0px;
	}

#rightContent p {
	padding: 10px;

	margin: 0px;
	}

#footer {
	clear: both;
	display: block;
	position: relative;
	margin-top: 30px;
	height: 5px;
	background-color: #FFFFFF;
	}

#footer p {
	padding: 0px;
	margin: 0px;
	text-align: right;
	font: 10px Tahoma;
	padding-top: 4px;
	padding-right: 30px;
	color: #777;
	}

