

/* ___| CSS document |_____________________ */


body { 
	margin: 0;
	padding: 0;
	font-size: .63em;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	background: #bfbfbf url("../graphics/bg.png");
	color: #0a0a0a;
	}
a img {
  	border: 0;
	}
h1, h2, h3, h4, h5, p {
	margin: 0;
	}
.none {
	display: none;
	}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	clear: both;
	}


/* ___| top |_____________________ */


#top {
	margin: 0 auto 0 auto;
	width: 100%;
	height: 210px;
	background: url("../graphics/bg_top.png") repeat-x;
	}
	
	
/* ___| container |_____________________ */


#container {
	margin: 0 auto 0 auto;
	width: 969px;
	}
	
	
/* ___| main |_____________________ */


#main {
	margin: -206px auto 0 auto;
	width: 806px;
	min-height: 300px;
	background: url("../graphics/bg_main.png") repeat-y;
	position: relative;
	}
#main_fot {
	margin: 0 auto -307px auto;
	width: 806px;
	height: 13px;
	background: url("../graphics/bg_main_fot.png") no-repeat;
	font-size: 0;
	position: relative;
	}
	
	
/* ___| head |_____________________ */


#head {
	margin: 0 0 0 14px;
	width: 778px;
	height: 213px;
	background: url("../graphics/bg_head.png") no-repeat;
	}
img#logo {
	margin: 3px 0 0 10px;
	}
p#motto {
	margin: 117px 40px 0 0;
	float: right;
	font-weight: bold;
	color: #fff;
	font-size: 1.3em;
	}
p#motto strong {
	color: #000;
	}
ul#menu_top {
	margin: 16px 10px 0 0;
	padding: 0;
	float: right;
	}
ul#menu_top li {
	margin: 0;
	list-style: none;
	display: inline;
	color: #000;
	}
ul#menu_top li a {
	margin: 0 4px 0 4px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}
ul#menu_top li a:hover {
	color: #E31010;
	}
ul#menu_top li a img {
	margin: 1px 6px -1px 0;
	}
	
	
/* ___| left |_____________________ */


#left {
	margin: 0 0 0 18px;
	width: 204px;
	min-height: 145px;
	background: url("../graphics/bg_left.png") no-repeat top;
	float: left;
	}
#left h3 {
	margin: 4px 0 10px 0;
	font-size: 1.2em;
	color: #000;
	background: url("../graphics/bg_title.png") repeat-x left 1px;
	font-family: Georgia, 'New York CE', utopia, serif;
	}
#left h3 img {
	margin: 1px 4px -1px 6px;
	}
#left h3#ltit {
	margin: 49px 0 0 24px;
	font-size: 1.1em;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	color: #fff;
	background: none;
	}
#left h4 {
	margin: 0 10px 3px 10px;
	color: #e31010;
	text-decoration: underline;
	font-size: 1.1em;
	}
#left p {
	margin: 0 10px 2px 10px;
	line-height: 1.3em;
	font-size: 1.1em;
	color: #000;
	}
#left p a {
	text-decoration: underline;
	color: #000;
	}
#left p.rig {
	margin: 2px 10px 10px 0;
	float: right;
	}
#left p.rig a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
#left p.rig a:hover {
	color: #E31010;
	}
#left p.rig a img {
	margin: 2px 0 -2px 0;
	}
form#search {
	margin: 16px 0 0 24px;
	}
form#search p {
	margin: 6px 0 0 0;
	color: #fff;
	}
form#search p a {
	text-decoration: underline;
	color: #fff;
	}
form#search p a:hover {
	text-decoration: none;
	}
label {
	font-weight: bold;
	color: #000;
	}
#left input {
	margin: 3px 0 0 0;
	padding:2px;
	width: 130px;
	border: 1px solid #bababa;
	background: url("../graphics/bg_input.png") no-repeat;
	}
#left input.button {
	margin: 5px 0 -5px 4px;
	width: 12px;
	height: 12px;
	background: url("../graphics/bg_button.png") no-repeat;
	border: none;
	}
	
	
/* ___| menu |_____________________ */


menu {
	margin: 13px 0 10px 0;
	padding: 7px 0 7px 0;
	width: 204px;
	background: url("../graphics/bg_menu.png") repeat-y;
	}
menu li {
	margin: 0 0 0 14px;
	padding-left: 4px;
	width: 173px;
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
	list-style: none;
	background: url("../graphics/bg_menu_u.png") no-repeat left bottom;
	font-weight: bold;
	font-size: 1.1em;
	}
menu li#last {
	background: none;
	}
menu li a {
	text-decoration: none;
	padding-left: 12px;
	background: url("../graphics/bg_item.png") no-repeat left 4px;
	color: #000;
	}
menu li a:hover {
	color: #E31010;
	}
	
	
/* ___| content |_____________________ */


#content {
	margin: 0 0 0 21px;
	padding: 10px 0 10px 0;
	width: 521px;
	float: left;
	}
	
#content a {
	color: #000;
	text-decoration: none;
}

#content p#path {
	margin: 0 0 13px 0;
	font-size: 1.1em;
	color: #9c9c9c;
	font-weight: bold;
	}
#content p#path a {
	text-decoration: underline;
	color: #e31010;
	}
#content p#path a:hover {
	text-decoration: none;
	}
#content p {
	margin-bottom: 6px;
	font-size: 1.1em;
	color: #676767;
	line-height: 1.4em;
	text-align: justify;
	}
#content h2 {
	margin: 12px 0 10px 0;
	font-size: 1.2em;
	color: #000;
	background: url("../graphics/bg_title.png") repeat-x left 1px;
	font-family: Georgia, 'New York CE', utopia, serif;
	}
#content h2 img {
	margin: 1px 5px -1px 7px;
	}
	

	
/* ___| footer |_____________________ */


p#foot {
	margin: 5px 0 0 0;
	padding-bottom: 10px;
	padding-left: 30px;
	width: 969px;
	background: url("../graphics/bg_footer.png") no-repeat center bottom;
	color: #2c2c2c;
	text-align: center;
	font-size: 1.1em;
	}
#footer {
	margin: 0;
	width: 969px;
	height: 307px;
	}
img#img_right {
	margin: -296px -7px 0 0;
	float: right;
	}
img#img_left {
	margin: -294px 0 0 2px;
	float: left;	
	}


a.footerlink {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a.footerlink:hover {
	text-decoration: underline;
}

