@IMPORT url("/tpl/h_image/main.css");

@IMPORT url("/tpl/l_menu/main.css");

@IMPORT url("/tpl/c_menu/main.css");

@IMPORT url("/tpl/c_content/main.css");

@IMPORT url("/tpl/c_footer/main.css");

@IMPORT url("/tpl/news/main.css");


A IMG {
	padding: 0px;
	margin: 0px;
	border-color: black;
	border-width: 1px;
}

BODY {
	background-color: #FFF;
	font-family: Arial, Verdana, Dejavu Sans, Times, Sans;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #383231
}

P {
	font-size: 12px;
}

SPAN {
	color: #b81f25;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
}

SPAN#right {
	text-transform: lowercase;
	display: table-cell;
	width: 650px;
	text-align: right;
}

SPAN#center {
	text-transform: none;
	width: 100%;
	display: table-cell;
	text-align: center;
	padding: 10px 0px;
}

SPAN#right a,SPAN#right a:VISITED {
	text-decoration: underline;
	color: #b81f25;
}

h4 {
	font-size: 13px;
	margin: 0px;
}

h5 {
	font-size: 12px;
}

div {
	background-color: #f8f3ed;
}

div.container {
	display: block;
	max-width: 1000px;
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -500px;
}

div.container>div {
	display: block;
	min-width: 1000px;
	float: left;
	clear: none;
}

div.container>div.spacer {
	display: block;
	min-width: 1000px;
	height: 25px;
	float: left;
	clear: none;
}

div.head_container,div.foot_container,div.center_container {
	min-width: 720px;
	width: 720px;
	display: block;
	text-align: justify;
	float: right;
	padding: 0px;
	margin: 0px;
}

div.center_container {
	min-height: 300px;
	float: left;
	clear: right;
}

div.head_left_container,div.center_left_container,div.foot_left_container
	{
	min-width: 280px;
	width: 280px;
	display: block;
	float: left;
}

div.center_left_container {
	height: 400px;
}

TABLE,TABLE TD,TABLE TR TD {
	vertical-align: top;
}

TABLE TR TD P {
	margin-top: 0px;
	font-size: 12px;
}

TABLE TR TD.right {
	text-align: right;
}

TABLE IMG {
	padding-top: 10px;
}