@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: none;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.tricolmatt #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
} 


.tricolmatt #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-bottom: 0;
} 
.tricolmatt #container #slider {
	height: 248px;
	width: 646px;
	background-color: #FF9;
	float: left;
	padding-right: 9px;
}
.tricolmatt #container #logo {
	float: right;
	height: 251px;
	width: 344px;
	padding-left: 0px;
	margin-left: 0px;
	background-color: #000;
}
/*------------- Menu ------------------*/
#bpa_menu {
	float: left;
	width: 1000px;
	height: 30px;
	border-bottom: 1px solid #333;
	background-color: #606;
}
#bpa_menu ul {
	float: left;
	width: 950px;
	list-style: none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	margin: 0;
}
#bpa_menu ul li{
	display: inline;
}
#bpa_menu li a:hover, #bpa_menu li .current{
	color: #FFFF00;
}
#bpa_menu ul li a{
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-right: 1px;
}
#page_sizer {
	width: 840px;
	float: left;
}

.tricolmatt #container #page {
	float: left;
	height: auto;
	width: 780px;
	background-repeat: repeat-x;
	padding-top: 15px;
	line-height: 29px;
	padding-left: 40px;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 40px;
	background-color: #E1E1E1;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.tricolmatt #container #page #colums {
	float: left;
	height: auto;
	width: 35%;
}
.tricolmatt #container #page #rss {
	float: right;
	height: auto;
	width: 62%;
}




.tricolmatt #right {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	background-image: none;
	background-repeat: repeat;
	height: auto;
	background-color: #FFC;
}
.tricolmatt #container #page #howto #side1 {
	color: #000;
	float: left;
	width: 49%;
	height: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

.tricolmatt #container #page #howto #type{
	font-size: 19px;
	color: #000;
	float: right;
	height: auto;
	width: 100%;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	text-align: left;
}
.tricolmatt #container #page #howto #side2 {
	color: #000;
	float: right;
	height: auto;
	width: 49%;
}
#ads {
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


.tricolmatt #footer {
	text-align: center;
	clear: left;
	width: 826px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	border: 2px solid #606;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat;
} 
h4 {
	font-size: small;
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight: normal;
}

h2 {
	font-size: large;
	font-weight: bold;
	color: #000;
}
h6 {
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: top;
	margin-left: 10px;
	font-weight: normal;
}

h5 {
	font-size: medium;
	color: #000;
	line-height: 30px;
	width: 80%;
	padding-left: 45px;
	font-weight: normal;
	list-style-type: none;
}
h3 {
	font-size: medium;
	color: #000;
	width: 80%;
	padding-left: 45px;
	font-weight: normal;
	clip: rect(auto,auto,auto,auto);
	line-height: 30px;
	text-align: left;
}


h1 {
	font-size: x-large;
	font-weight: bold;
	color: #000;
	text-align: center;
}

