/*
	Style for Ottsjo.tk
*/

html, body {
	margin: 0;
	padding: 0;
	font: 10pt verdana, sans serif;
	color: #666;
}

body {
	background: fixed url('images/bg.png') repeat-x;
	text-align: center;
}

#maincontent {
	margin: auto;
	width: 700px;
	text-align: left;
}

#menu {
	width: 200px;
	float: left;
}

#topMenu {
	float: right;
	width: 490px;
	text-align: left;
	padding: 8px 10px 10px 0;
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	border-bottom: solid 1px #AAA;
}

#topMenu img {
	float: right;
	margin-left: 5px;
	border: none;
}

#topMenu span {
	margin-left: 30px;
}

#content {
	width: 440px;
	float: left;
	background: #FFF;
	padding: 30px;
	padding-top: 10px;
	line-height: 140%;
}

#footer {
	width: 440px;
	float: right;
	background: #FAFAFA;
	text-align: right;
	border-top: solid 1px #AAA;
	border-bottom: solid 1px #AAA;
	padding: 10px 30px;
}

h1 {
    font-weight: bold;
	font-size: 13pt;
	color: #66A;
}


a, a:active, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.leftMenu, a.leftMenu:active, a.leftMenu:visited {
	width: 180px;
	padding: 8px 10px;
	display: block;
	float: left;
	background: #FFF;
	border-bottom: solid 1px #AAA;
	color: #666;
	text-decoration: none;
}

a.leftMenu:hover {
	background: #F6F6F6;
	color: #000;
}
