body {
	background: #a0a0a0;
	margin:0;
	padding:0;
	font-family: Verdana;
}
* {
	outline:none;
}
a {
	font-size: 10px;
}
a img {
	border:0;
}
#mainContainer {
	width:900px;
	margin: 0 auto;
}
#mainTable {
	border-right:2px solid #356E7A;
	border-bottom:2px solid #356E7A;
}
#mainTable td {
	vertical-align:top;
	padding:0px;
}
#firstColumn {
	width:20px;
	background: #356E7A;
}
#secondColumn {
	width:222px;
	background: url(i/bg.gif);
}
#thirdColumn1 {
	width:658px;
	background: #F8B346;
}
#thirdColumn1 img {
	width:658px;
	height:212px;
}
#thirdColumn2 {
	width:658px;
	height:22px;
	background: #FE8D00;
}
#mainTable td#thirdColumn3 {
	width:658px;
	background: #F8B953;
	padding-top:10px;
	padding-left:10px;
}
a.menu {
	display:block;
	height:22px;
	margin: 0 8px 0 8px;
	padding: 0 10px;
	color:white;
	width:auto;
	text-decoration:none;
	float:left;
	font-weight:bold;
	font-size: 14px;
}
a#selected {
	background: #FE001A;
}
#descTable .picture {
	width:205px;
	height:73px;
	background: url(i/picture.png) no-repeat;
	padding-top: 5px;
	padding-left: 6px;
}
#descTable .picture img {
	height:60px;
	width:190px;
}
#descTable td.text {
	width:439px;
	height:73px;
	background: url(i/text.png) no-repeat;
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 14px;
}
.text p {
	margin:0;
	padding:0;
	font-family: Verdana;
	font-size: 10px;
	color: #9A0700;
}
.title {
	color: #9A0700;
	font-weight:bold;
	text-decoration:none;
}
.title:hover {
	text-decoration:underline;
}
#mainTable td#footer {
	background: #F8B953;
}
#contacts p {
	margin:0 0 10px 0;
	padding:0;
	font-family: Verdana;
	font-size: 10px;
	color: #9A0700;
}
#contacts p a {
	color: #9A0700;
	text-decoration:none;
}
#contacts p a:hover {
	text-decoration:underline;
}

