body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
#container {
	width: 890px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
}
.banner_top {
	background-image: url(images/banner_top.gif);
	background-repeat: no-repeat;
	height: 85px;
}
#header {
	height: 245px;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma;
	font-size: 10px;
	color: #bababa;
	text-decoration: none;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
}
#mainContent {
	background-color: #3f4c6b;
	background-image: url(images/comment_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	width: 850px;
	float: left;
	padding: 20px;
}
#mainContentAlt {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #bababa;
	width: 850px;
	margin: 0px;
	float: left;
}
#footer {
	width: 890px;
	float: left;
	position: static;
	background-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContentAlt p {
	padding-left: 30px;
}
#mainContentAlt .tt {
	padding-right: 20px;
}
#footer p {
	font-size: 10px;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#mainContent .image {
	margin-left: 30px;
	margin-top: 13px;
	margin-bottom: 30px;
	float: left;
	margin-right: 50px;
}
#mainContent p {
	color: #FFFFFF;
}
#topMenu {
	background-image: url(images/menu_backg.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 890px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topMenu ul {
	display: inherit;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}
#topMenu li {
	display: block;
	float: left;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topMenu img {
	border:none;
}
#title  {
	background-image: url(images/title_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 850px;
}
#mainContentAlt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.banner_top a {
	color: #bababa;
	text-decoration: none;
}
.banner_top a:hover {
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.arsiv {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
