html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background: url('../images/bg.gif') top left repeat-x;
}

.clr { clear: both; }

#rightColumn {
	float: right;
	width: 172px;
	padding-top: 537px;
	background: url('../images/lampsRight.gif') top right no-repeat;
}

#leftPart {
	float: left;
	width: 775px;
}

#leftColumn {
	width: 226px;
	float: left;
	background: url('../images/lampsLeft.gif') top left no-repeat;
	padding-top: 5px;
}

#mainContent
{
	float: right;
	width: 490px;
	padding-top: 40px;
}

#languageSelector {
	padding-top: 0px;
	font-size: 14px;
	text-align: center;
	height: 37px;
}

#languageSelector a {
	color: #ed1c24;
}

#languageSelector a.active {
	color: #4c702a;
}

.topMenu a
{
	color: #808284;
	padding: 0px 10px;
	border-left: 1px solid #808284;
	display: inline-block;
	font-size: 14px;
}

.topMenu a.active
{
	color: #4c702a;
}

div.intro {
	padding: 10px 0px 20px 0px;
}

a.arrowed {
	background: url('../images/arrow.gif') center right no-repeat;
	display: inline-block;
	padding-right: 30px;
	height: 19px;
	margin-bottom: 1px;
	color: #a7a9ac;
	text-align: left;
}

input.arrowSubmit {
	background: url('../images/arrow.gif') left top no-repeat;
	height: 19px;
	width: 19px;
	border: none;
	padding: 0px;
}

input.searchInput {
	background: url('../images/searchBg.gif') left top no-repeat;
	width: 134px;
	height: 16px;
	border: none;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #a7a9ac;
	padding: 3px 5px 0px 5px;
}

#footer {
	color: #a7a9ac;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 40px 0px 15px 0px;
}

.title {
	font-size: 17px;
}

.title a {
	font-size: 17px;
	color: #231f20;
}

.titleSmaller {
	font-size: 16px;
}

.titleSmaller a {
	font-size: 16px;
	color: #231f20;
}

p.pagination {
	text-align: center;
}

