BODY {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x; 
	background-position: center 0px;
	background-color: #ececec;
	font-family: trebuchet ms, arial;
	font-size: 12px;
	color: #393b32;
	margin: 0;
}

IMG {
	border: 0;
}

A {
	color: #000000;
}

P {
	margin: 0;
}

FORM {
	margin: 0;
}

INPUT, SELECT, OPTION, TEXTAREA {
	font-family: Arial;
	font-size: 8pt;
	border: 1px solid #333;
	background-color: #eee;
	margin-bottom: 2px;	
}

OPTION {
	border: 0;
	margin: 0;
}	

H2 {
	margin: 0;
	font-size: 12px;
}

UL {
	margin: 2px;
	padding-left: 15px;
}

HR {
	border: 0;
	height: 1px;
	color: #aaa;
	background-color: #aaa;
}

#container {
	width: 908px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 229px;
	background-image: url(images/header.jpg);
	position: relative;
}

#header #lang {
	position: absolute;
	right: 7px;
	top: 4px;
	color: #eee;
}

#lang A {
	color: #eee;
	text-decoration: none;
}

#header #slogan {
	position: absolute;
	right: 7px;
	bottom: 4px;
	color: #eee;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}

#menu {
	height: 41px;
	background-image: url(images/menu.jpg);
	vertical-align: middle;
}

#menu A {
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
	text-decoration: none;
	color: #393b32;
	vertical-align: middle;
	text-transform: lowercase;
	line-height: 41px;
}

#menu A:hover {
	color: #2d509a;
}

#content {
	background-image: url(images/content.jpg);
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

#left {
	width: 658px;
	vertical-align: top;
	padding-right: 10px;
}

#right {
	width: 200px;
	vertical-align: top;
}

.block {
	width: 200px;
	border: 2px solid #b2cc54;
	margin-top: 5px;
	margin-bottom: 10px;
}

.block .b_header {
	height: 30px;
	background-color: #b2cc54;
	font-size: 16px;
	font-weight: bold;
	padding-left: 3px;
	line-height: 30px;
	position: relative;	
}

.b_header A {
	color: #393b32;
	text-decoration: none;
}

.block .b_content {
	color: #eee;
	padding: 3px;
	background-color: #2d509a;
}

.b_content A {
	color: #eee;
}

#bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	height: 14px;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 35px;
	color: #888;
}

#bread {
	font-size: 10px;
	margin-top: -4px;
	margin-bottom: 5px;
	color: #727272;
}

#bread A {
	text-decoration: none;
}

.page_header {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.icon_link {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.icon_link IMG {
	border: 0;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-top: 2px;
}

.im_code {
	width: 350px;
	height: 36px;
	border: 1px solid #000;
	padding: 4px;
	overflow: scroll;
}

#page_content {
	text-align: justify;
}

#page_content IMG {
	padding-right: 5px;
}

.equipment_cat_header {
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	background-color: #e0e0e0;
	margin-bottom: 5px;
}

.equipment_art IMG {
	padding-bottom: 2px;
}

.equipment_art {
	border-bottom: 1px dashed #393b32;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: left;
}

.events {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #393b32;
}

.events IMG {
	border: 1px solid #393b32;
	margin: 0;
}

.events A {
	text-decoration: none;
}

.org_name {
	font-size: 14px;
	font-weight: bold;
}

.event_list {
	border-collapse: collapse;
	font-size: 10px;
}

.event_list TD {
	border-right: 1px dashed #393b32; 
	padding-left: 4px;
	padding-right: 2px;	
	text-align: left;
}

.event_list .last_cel {
	border: 0;
}

.event_list .first_row TD {
	font-weight: bold;
	background-color: #eee;
}

.news_header {
	font-size: 14px;
	font-weight: bold;
}

.news_date {
	font-size: 10px;
	color: #727272;
	margin-bottom: 10px;
}

.news_item {
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 15px;
	border-bottom: 1px dashed #393b32; 
}

.rss_icon {
	position: absolute;
	right: 4px;
	top: 9px;
}

