* {
	margin: 0px;
	padding: 0px;
}
body {
	behavior:url("csshover.htc");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
}
p {
	padding: 5px;
	text-align: justify;
}
#top {
	position: relative;
}
#main {
	position: relative;
	width: 770px;
}
#container {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#menu {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 10px;
}
#menu_top {
	background-image: url(img/menu_01.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 33px;
	width: 200px;
}
#menu_main {
	background-image: url(img/menu_02.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 200px;
}
#menu_bottom {
	background-image: url(img/menu_03.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 200px;
}
#menu_main ul.menu {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	position: relative;
	width: 180px;
	
}
#menu_main ul.menu li {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFA042;
	width: 180px;
	background-image: url(img/menu_a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}
#menu_main ul.menu li:hover {
	background-image: url(img/menu_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}
#menu_main ul.menu li a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 28px;
	font-weight: bolder;
}
#content {
	position: absolute;
	width: 570px;
	top: 10px;
	right: 0px;
}
#ads {
	float: left;
	height: 260px;
	width: 310px;

}

.header {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330099;
}
.header span {
	color: #AAAAAA;
	font-size: 10px;
	font-style: italic;
	
}
.header h2, .header h1, .header h3 {
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	padding-left: 25px;
}
h3 {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
}
ul.more {
	margin-left: 40px;
}
ul.more li a {
	color: #330099;
	text-decoration: none;
}
ul.more li a:hover {
	color: #ff8000;
	
}
img.right {
	float: right;
	margin-left: 10px;
	border: 1px solid #333399;
}
.foto {
	text-align: center;
}
.foto img {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #000099;
}
#footer {
	position: relative;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #330099;
}
a {
	color: #000099;
	text-decoration: underline;
}
.top_ad {
	font-size: 9px;
	color: #999999;
}
.part a {
	color: #999999;
	text-decoration: none;
}