

.header {
	background-image: url(../pictures/header.jpg);
	height: 40px;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 200px;
	padding-left: 750px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../pictures/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.main {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../pictures/main.jpg);
	background-repeat: repeat-y;
}
.menu {
	background-image: url(../pictures/menu.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 460px;
	width: 170px;
}
.main_text {
	background-image: url(../pictures/main_text.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 580px;
	padding-left: 70px;
	padding-right: 70px;
}
.footer {
	background-image: url(../pictures/footer.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 125px;
	font-size: 10px;
	color: #DCD9C8;
	text-align: center;
}

 .menu ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;

}

.menu li a:link
{
	background-image: url(../pictures/menu_topics.png);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 150px;
	margin-right: 0px;
	margin-left: 10px;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 2px;
	list-style-type: none;
	list-style-image: none;
	clear: both;
	font-weight: bold;
}

.menu li a:visited
{
	background-image: url(../pictures/menu_topics.png);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 150px;
	margin-right: 0px;
	margin-left: 10px;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 2px;
	list-style-type: none;
	list-style-image: none;
	clear: both;
	font-weight: bold;
}

.menu li a:hover
{
	background-image: url(../pictures/menu_topics.png);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 150px;
	margin-right: 0px;
	margin-left: 10px;
	font-size: 14px;
	text-decoration: none;
	color: #666666;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 2px;
	list-style-type: none;
	list-style-image: none;
	clear: both;
	font-weight: bold;
}

.picture_left {
	float: left;
	height: auto;
	width: auto;
	padding-right: 5px;
	clear: right;
}
.picture_right {
	height: auto;
	width: auto;
	padding-left: 5px;
	float: right;
	clear: left;
}
.picture_middle{
	float: none;
	height: auto;
	width: auto;
	clear: none;
	vertical-align: middle;
	text-align: center;
}



h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}

