body, .newBody, .newBodyR, td {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.newBody, .newBodyR {
	padding-bottom: 10px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}

h1, .newDescr h1 {
	color: #DA251D;
	margin-bottom: 1px;
	margin-top: 10px;
	padding: 0px;
	font-size: 150%;
}

a {
	color: #5A5A5A;
}
a:hover {
	color: #DA251D;
}

td {
	vertical-align: top;
}

#title {
	background: url(templates/main/images/bg_title.gif);
	width: 100%;
}

#content {
}

#breadcrumbs {
	width: 100%;
	border-bottom: 1px #333333 solid;
	padding-bottom: 3px;
}

#main {
	margin-left: 20%;
	width: 55%;
	padding: 0 20px;
	border-left: 1px #333333 dotted;
	border-right: 1px #333333 dotted;
}

#leftBar {
	position: absolute;
	left: 0px;
	top: 155px;
	width: 18%;
	padding: 0 1%;
}

#rightBar {
	position: absolute;
	right: 0px;
	top: 155px;
	width: 18%;
	padding: 0 2%;
}

h4 {
	margin-bottom: 1px;
}

#menuUser {
	margin-top: 15px;
}
#menuUser a {
	display: block;
}

#footerDiv {
	background-color: #D1D1D1;
	padding: 5px 20px;
	margin-left: 20%;
	margin-top: 20px;
	width: 55%;
}

#bottomCenter {
	text-align: center;
}
