/* CSS Document */

body{
	background:#333 url(img/bg2.jpg) no-repeat;
	color:#ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
#lang{
	width:800px;
	margin-top:110px;
	margin-left:50px;
}
#page{
	width:800px;
	border:1px solid #fff;
	min-height:586px;
	background:#000 url(img/logo2.gif) bottom right no-repeat;
	margin-left:50px;
}
#ban{
	width:800px;
	height:226px;
	background:url(img/ban.jpg) no-repeat;
}
#copy{
	width:800px;
	margin-left:50px;
	text-align:center;
	font-size:0.6em;
}
#menu{
	list-style:none;
	margin:0;
	padding:0;	
}
#menu li{
	display:inline;
	margin-right:10px;
}
#menu li a{
	font-size:1em;
	font-weight:bold;
	color:#ccc;
	text-decoration:none;
}
#menu li a:hover, #menu li a:visited{
	color:#333;
}
#page p a{
	font-size:1em;
	font-weight:bold;
	color:#797061;
	text-decoration:underline;
}
#page p a:hover, #page p a:visited{
	color:#ccc;
}
#page p{
	font-size:0.75em;
	padding:10px;
}
#lang p{
	font-size:0.75em;
}
#lang a{
	font-size:1em;
	font-weight:bold;
	color:#797061;
	text-decoration:underline;
}
#lang a:hover, #lang a:visited{
	color:#ccc;
}
h1{
	padding:20px 20px 0 20px;
	margin:0;
	font-size:1.1em;
	color:#797061;
}
h2{
	padding:20px 20px 0 40px;
	margin:0;
	font-size:0.9em;
	color:#797061;
}