@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/pohja.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	font-family: "Myriad Pro";
	font-size: 16px;
}
#container {
	height: 950px;
	width: 700px;
	margin-left: 200px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(images/co_.png);
	background-repeat: no-repeat;
        margin-right: auto;
	margin-left: auto;
	background-position: center 40px;
        color: #FFF;
	font-family: "Myriad Pro";
	font-size: 16px;
}
h1 {
	font-size: medium;
	font-weight: bold;
	color: #CAB381;
}
#menu {
	background-position: 0px;
	height: 60px;
}
#content {
	margin-top: 30px;
	margin-right: 100px;
	margin-left: 15px;
        color: #FFF;
	font-family: "Myriad Pro";
	font-size: 16px;
}
h2 {
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: bold;
	color: #cab381;
}
a:link {
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: bold;
	color: #cab381;
}
a:visited {
	font-size: 16px;
	text-decoration: underline;
        color: #cab381;
}
#etoNotice {
	visibility: hidden
}
li.newsLi a span { 
        font-size: 16px;
	text-decoration: underline;
        color: #cab381; 
}
P.newscontent {
        font-size: 16px;
	text-decoration: underline;
        color: #cab381;
}

