html {

	}

body {
        font: 12px Arial, sans-serif;
}

#topArea {
	display: none;
	}

#contentArea {

	}

#content {

}

#main {
	margin: 0px;
	padding: 0px;
	width: 550px;
	height: auto;
	overflow: visible;
}


#column {
        display: none;
}


#footer {
        padding: 20px;
	text-align:center;
        color: #000;
	}


/*Peruselementit*/
	
a {
	color: #000;
	text-decoration: underline;
        outline: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h1 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	color: #000;
	font-size: 18px;
        font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 10px 0px 3px 0px;
	background-color: transparent;
	color: #000;
	font-size: 14px;
        font-weight: bold;
}

h3 {
	margin: 0px;
	padding: 10px 0px 3px 0px;
	background-color: transparent;
	color: #000;
	font-size: 12px;
        font-weight: normal;
}

hr {
	margin: 5px 0px;
	padding: 0px;
	color: #000;
	background-color: #000;
	height: 1px;
	clear: both;
	border: 0;
}

p {
	padding: 3px 0px 3px 0px;
	margin: 3px 0px 3px 0px;
}

img {
}

table {

}

td {
	margin:0px;
	padding:0px;
}

ol
{
  padding-top: 0px;
  margin-top: 0px;
}

ol li {
        list-style-type: decimal;
}

ul {
	padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 40px;
}

li {
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
}

/* newsbox */

#news_box {
  
}

a.newsTitle {
  color: #ff7306;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
}

a.newsTitle:hover {
  color: #fff;
}

a.news {
  text-decoration: none;
  font-weight: bold;
  color: #ff7306;
}

a.news:hover {
  color: #fff;
}

a.read_all_news {
  font-size: .9em;
  text-decoration: none;
}

a.read_all_news:hover {
  text-decoration: underline;
}

/* news content */

p.newsYear {
  padding: 5px 0px 15px 0px;
}

p.newsYear a {
  text-decoration: none;
  color: #ff7306;
}

p.newsYear a:hover {
  color: #fff;
}

p.newsYear a.open {
  color: #fff;
}

p.oneYearList {
  padding: 5px 0px 10px 0px;
}


/* people */

.thumb {
  width: 76px;
  height: 76px;
  overflow: hidden;
  float: left;
  margin: 1px;
}

.info {
  width: 250px;
  float: left;
  height: 35px;
  overflow: hidden;
}