
body {
	background-image : url('img/tausta.jpg');
	text-align : center;
	color : #cccccc;
	background-repeat : repeat;
}

#page {
	width : 900px;
	min-height: 700px;
	margin : auto;
}

#header {
	background-image : url('img/header.jpg');
	background-repeat : no-repeat;
	height : 118px;
	width : 900px;
}


#header img {
	border : none;
}

#menubar ul {
	height : 20px;
	margin : 0;
	padding-top : 0;
	list-style : none;
	font-size : 14px;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#menubar li {
	padding-left : 18px;
	padding-right : 18px;
	display : inline;
}

#menubar a {
	color : #e0e0e0;
	font-weight : bold;
	text-decoration : none;
}

#menubar a:hover {
	color : #82611c;
}

#menubar {
	background-image : url('img/menubar.jpg');
	width : 900px;
	height : 38px;
}

#menu {
	width : 200px;
	margin-left : 10px;
	margin-top : 15px;
}

#menu ul {
	padding : 6px;
	margin : 0;
	text-align : left;
	list-style-type : none;
}

#menu ul ul {
	padding-top : 6px;
	padding-bottom : 6px;
	padding-left : 8px;
}

#menu li a {
	color : #466cad;
	text-decoration : none;
}

#menu li a:hover {
	color : #666666;
}

.menu_current a, a:visited {
	font-weight : bold;
}

.menu_default a {
	font-weight : normal;
}

#topcontent {
	background-image : url('img/content_top.jpg');
	height : 30px;
	width : 900px;
}

#bottomcontent {
/*	background-image : url('img/content_bottom.jpg'); */
	height : 38px;
	width : 900px;
}

#bottomcontent img {
	border: none;
}

#contentarea {
	margin : 0;
	margin-left : 20px;
	margin-right : 20px;
}

#content {
/*	font : 14px Verdana, Arial, Helvetica, sans-serif;*/
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align : left;
	background-image : url('img/content.jpg');
	background-color : #232323;
	border : none;
	margin : 0;
	padding : 0;
	width : 900px;
	float : right;
	min-height : 500px;
	/*height : 500px;*/
}

#content input, select, textarea {
	font-size : 10px;
	background-color : #000000;
	border : 1px solid #444444;
	color : #999999;
}

#content h1 {
	font-size : 20px;
	font-weight : bold;
	color : #cf630c;
}

#content h2 {
	font-size : 16px;
	font-weight : bold;
	color : #cf630c;
}

#content h3 {
	font-size : 14px;
	font-weight : bold;
	color : #cf630c;
}

#content h4 {
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#guestbook_form img {
	padding : 0;
	margin : 2px;
	border : none;
}

a {
	color : #466cad;
	text-decoration: none;
}

a:visited {
	color : #466cad;
}

a:hover {
	color : #666666;
	text-decoration: underline;
}

#aggregator h3{
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cf630c;
}

#aggregator a{
	color: #cf630c;
	text-decoration: none;
}
