/* 
Littera Baltica
tyyli.css - stylesheet
*/

html, body {
	margin:0;
	padding:0;
	background-image: url(gfx/background.jpg);
	background-position:top right;
	background-repeat: no-repeat;
}

.contentcolumn {
	width:800px;
	margin:0 auto;
	padding:40px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sitetitle {
	font-size:36px;
}

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

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

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

.menulinks {
	list-style:none;
	margin:0;
	padding:0;
}

.menulinks li {
	display:inline;
	padding-right:20px;
}

.content {
	margin:0;
	padding:40px 0;
	line-height:1.5em;
}

.content a:hover {
	text-decoration: none;
}

.content p, .content li {
	font-size:16px;
}

.sponsors {
	margin:40px 0 0 0;
	line-height:1.3em;
}

.sponsors h2 {
	font-size:14px;
	margin-bottom:0;
	padding-bottom:0;
}

.sponsors p {
	font-size:14px;
	margin-top:0;
	padding-top:0;
}

.sponsors img {
	margin:0 30px 20px 0;
}

.sponsorlogos {
	text-align: center;
}

.footer {
	text-align:center;
	color:#ccc;
	padding-bottom: 50px;
}

.footer a {
	color:#ccc;
	text-decoration:none;
}

.footer p {
	margin:0;
	padding:0;
	line-height:1.2em;
	font-size:11px;
}

