@charset "utf-8";
body {
	background-color: #000;
}
img {
	border:none;
}
#toplevel {
	width:968px;
	margin-right:auto;
	margin-left:auto;
}
#top {
	width:968px;
	height:81px;
}
#header {
	width:968px;
}
#main {
	width:968px;
	background-color:#f60;
}
#menu {
	background-color:#f60;
	width:143px;
	min-height:300px;
	float:left;
	padding:9px;
}
#contents_right {
	width:803px;
	background-color:#ffe6d5;
	min-height:300px;
	float:right;
}
#contents {
	float:left;
	background-color:#FFF;
	min-height:600px;
	width:620px;
	padding:9px;
}
#adverts {
	float:right;
	width:143px;
	background-color:#ffe6d5;
	min-height:300px;
	padding:9px;
}
#footer1 {
	width:968px;
	height:5px;
	background-color:#000;
}
#footer2 {
	width:968px;
	height:50px;
	background-color:#FFF;
}
.image_right {
	float:right;
	margin-left:10px;
}
.image_left {
	float:left;
	margin-right:10px;
}
.h1 {
	border-bottom: 5px solid #000;
	margin-bottom:10px;

}
.h1 h1 {
	margin:0px;
	font-family: "Century Gothic", Arial, "Lucia Grande", Sans-Serif;
	font-size:22px;
}
.image_left {
	float:left;
	margin-right:10px;
}
.image_right {
	float:right;
	margin-left:10px;
}