
html {
	height:100%;
}

body {
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	background:#e0e0e0;
	height:100%;
}

a {
	color:#00f;
}

a:hover {
	color:#f00;
}

input, select, textarea {
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	font-size:10px;
	color:#000;
}

h1 {
	font-size:12px;
	margin:7px;
	font-weight:normal;
	text-align:center;
}

h2 {
	font-family:'times new roman', serif;
	font-size:24px;
	color:#888;
	margin:0.1em;
	xfont-weight:normal;
	font-style:italic;
}

#page {
	width:663px;
	height:100%;
	margin:0 auto;
}

#content {
	padding:10px;
	width:350px;
	float:left;
}

#contenttd {
	width:600px;
	height:100%;
	background:#fff;
	border-left:1px solid #777;
	border-right:1px solid #777;
}

#logotd {
	background:#e0e0e0;
	height:100%;
}

#pagetbl {
	height:100%;
}

#logo {
	float:left;
	margin:0 auto;
}

#forumnacka {
	width:140px;
	padding:0 0 0 18px;
	margin:14px 0 0 400px;
}

#infobox {
	border-left:1px solid #ccc;
	width:140px;
	padding:0 0 0 20px;
	margin:20px 0 0 400px;
}

#infobox b {
	text-transform:lowercase;
	font-family:'times new roman', serif;
	font-size:20px;
	font-style:italic;
	xfont-weight:normal;
	color:#888;
}


