/** html **/

html
{
	height:100%;
}

img {
  border: 0;
}


/** body **/
body
{
	margin: 0;
	padding: 0px;
	color:#666666;
	font-family: Georgia, "Times New Roman",  Times,  serif;
}

a, a:link, a:hover, a:visited
{
	outline:none !important;
}


/** Page layout **/

#page
{
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#page-inner
{
}


/** top society members list  to be removed later **/

#society-members
{
display:none;
}




/* HEADER --- LOGO */

#logo-title /* Wrapper for logo, website name, and slogan */
{
}

#logo /* Wrapper for logo */
{
	float:none;
	margin:0 auto;
	padding:0;
	width:187px;
}

#logo-image /* The actual logo image */
{
}

#z-logo /* Wrapper for logo */
{
display:none;
}

/** navbar **/

#navbar
{
display:none;
}



#content 
{
	width:960px;
	margin: 0 0 0 0;
	padding-top:10px;
	float: left;
}

#content-left-598
{
	width: 578px;
	margin-left: auto;
    margin-right: auto;
}

#content-left-598 h1
{
	font-style: italic;
	font-weight: lighter;
	font-size: 20px;
	margin: 0 0 20px 0;
}
	
#content-left-750
{
	width: 750px;
	margin-left: auto;
    margin-right: auto;
}

#content-left-750 h1
{
	font-style: italic;
	font-weight: lighter;
	font-size: 22pt;
	margin: 40px 0 20px 0;
}

#content-left-750 h2
{
	font-style: italic;
	font-weight: lighter;
	font-size: 16pt;
	margin: 25px 0 7px 0;
}

#content-left-750 .notop
{
	margin: 0 0 20px 0;
}

#content-left-750 p
{
	font-style: italic;
	font-weight: lighter;
	font-size: 11pt;
	margin: 0 0 20px 0;
	line-height: 130%;
}
	
#content-left-750 a
{
	font-style: italic;
	font-weight: normal;
	color: #ff6600;
	text-decoration: none;
	font-size: 12pt;
	margin: 0 0 20px 0;
}

#content-left-750 a.external
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	padding:0 13px 0 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/external.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#content-left-750 a:hover
{
	color: #000000;
	text-decoration:none;
}

#content-front-middle
{
display:none;
}

#content-sub-middle
{
display:none;
}


#content-front-right
{
display:none;
}


#address
{
	position:absolute;
	left:390px;
	top:1100px;
	
	float: none;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
}

#address address strong
{
	font-size: 12px;
	margin: 0 0 0 0;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	color: #666666;
}

#address address span
{
	font-size: 12px;
	margin: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}

/* yhteystiedot */

#map a
{
	font-size: 11px;
}

#managers /* wrapper */
{
	width: 750px;
	float: left;
	clear: right;
	border-bottom: 1px dotted #999999;
	margin: 0;
}


#managers h3, p
{
	margin: 0;
}



#managers management h3
{
	font-size: 14px;
	margin-top: 12px;
}

#managers management p
{
	font-size: 13px;
}


#staff h3
{
	font-size: 11pt;
	margin-top: 12px;
	margin-bottom: 0;
}

#staff p
{
	font-size: 10pt;
}

/* ajankohtaista */

#date
{ 					
  font-size:10pt;
  color: #000000;
  line-height: 150%;
}


#news h2
{
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
}

	
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
