@charset "utf-8";
body {
	margin: 0px;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	background-color: #363636;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
a {
	color: #2a2a2a;
	font-weight: bold;
}
a:hover {
	color: #611928;
	font-weight: bold;
}
.left {
	background-color: #4c4c4c;
}
.right {
	background-color: #ffffff;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.bottomnav {
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.bottomnav a{
	text-decoration: none;
	padding-right: 15px;
}
.footer {
	background-color: #611928;
	height: 11px;
}

#contact {
	background-image: url(../images/bg-contact.jpg);
	height: 132px;
	color: #FFFFFF;
	padding-top: 26px;
	padding-left: 29px;
}
#contact a {
	color: #b8b7b7;
	font-weight: bold;
}

/*******************************************************
	LINKS
*******************************************************/
ul.linksList {
	margin: 0;
	padding: 0;
}

ul.linksList li {
	width: 150px;
	height: 195px;
	margin: 0 24px 18px 0;
	float: left;
	text-align: center;
	font-weight:bold;
	list-style-type:none;
}
