/* CSS Document */

/* ALL TEMPLATES */

body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	}

#container {
	margin: 20px 0;
	}
#logo {
	width: 980px;
	margin: 0 auto;
	}
.logo_main {
	float:left;
	margin-bottom: 20px;
	}
#logos {
	list-style: none;
	margin: 0;
	text-align: right;
	}
#logos ul {
	margin: 0;
	padding: 0;
	}
#logos li {
	display: inline;
	list-style-type: none;
	padding: 0 8px;
	margin: 0;
	}
#search_topic {
	float: right;
	padding-top: 3px;
	margin-right: 20px;
	}
#search_topic a {
	color: #680000;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/bul_search.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 12px;
	font-weight: bold;
	}
#search_topic a:hover {
	color: #fff;
	background-position: 0 -19px;
	}
#btn_arrow {
	position: absolute;
	top: 76px;
	margin-left: 450px;
	list-style: none;
	text-align: right;
	width: 400px;
	}
#btn_arrow ul {
	margin: 0;
	padding: 0;
	}
#btn_arrow li {
	display: inline;
	list-style-type: none;
	margin-left: 15px;
	}
#btn_arrow a {
	color: #680000;
	font-size: 12px;
	text-decoration: none;
	line-height: 17px;
	background-image: url(../images/bul_enews.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 0 0 3px 26px;
	}
#btn_arrow a:hover {
	color: #666600;
	background-position: 0 -41px;
	}
#content {
	width: 800px;
	margin: 20px auto;
	padding-top: 10px;
	min-height: 400px;
	text-align: justify;
	line-height: 160%;
	}

/* ALL TEMPLATES */