@charset "utf-8";

body {
	background: #e3e2de;
}

.sshot td {
	text-align: center;
	padding: 6px;
}

img {
	border: none;
}

#footer {
	position: relative;
	float: left;
	background: url('images/codius.gif');
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
	width: 100%;
	height: 17px;
}

.link_header {
	display: block;
	width: 100%;
	height: 100%;
}

#container {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -432px;
	width: 864px;
}

.link  {
	position: relative;
	float: left;
	margin-top: 40px;
	padding-left: 20%;
	text-align: left;
	padding-right: -20%;
	font-family: Tahoma;
	font-size: 12px;
	color: #777777;
}

.link td {
	padding-left: 30px;
	padding-top: 6px;
}

#header {
	position: relative;
	float: left;
	background: url('images/header-background.gif');
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 114px;
}

#header:hover {
	position: relative;
	float: left;
	background: url('images/header-hover.gif');
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	display: block;
	height: 114px;
}

.column {
	position: relative;
	float: left;
	margin-left: 18%;
	margin-right: -9%;
	margin-top: 20px;
	width: 30%;
}

.column .news {
	position: relative;
	float: left;
	margin-top: 40px;
	width: 100%;
	background: none;
}

.column .news .header {
	position: relative;
	float: left;
	width: 100%;
	padding: 2px;
	text-align: center;
}

.column .news .text {
	position: relative;
	float: left;
	width: 88%;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 6px;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
    	
	color: #777777;
}

#menu {
	position: relative;
	float: left;
	width: 100%;
	margin: -5px;
	height: 26px;
	background: url('images/menu-line.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
}

a .active {
	font-family: Tahoma;
	font-size: 11px;
    	
	color: #275b23;
	text-decoration: none;
}

a, a:visited {
	font-family: Tahoma;
	font-size: 11px;
    	
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	font-size: 11px;
    	
	color: #779933;
	text-decoration: none;
}

.news {
	position: relative;
	float: left;
	margin-top: 40px;
	width: 100%;

}

.news .header {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	font-family: Tahoma;
	font-size: 10px;
	color: #777777;
	background: url('images/short-divider.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
}

.news .header h2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color: #777777;
}

.old_intend{
	margin-left:20px;
	margin-right:30px;
}

.news .content {
	position: relative;
	float: left;
	width: 600px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 150px;
	padding-right: 170px;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
    	
	color: #777777;
	background: url('images/long-divider.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
}

.divide-long {
	background: url('images/long-divider.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
.divide-short {
	background: url('images/short-divider.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
