body 
{
}

h1{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

p{
	text-indent: 10px;
	margin: 3px 0 3px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

a:link {text-decoration: none; color: #03F; border-bottom: 1px dashed #03F;}
a:visited {text-decoration: none; color: #03F; border-bottom: 1px dashed #03F;}
a:active {text-decoration: none; color: #03F; border-bottom: 1px dashed #03F;}
a:hover {text-decoration: none; color: #03F; border-bottom: none;}

.select_game{
	margin: 0 auto 20px auto;
	width: 434px;
}

.select_pole{
	width: 200px;
	height: 80px;
	border: 1px dashed #0F6;
	float: left;
	padding: 5px;
}

.select_card{
	width: 200px;
	height: 80px;
	border: 1px dashed #0F6;
	float: left;
	margin: 0 0 0 10px;
	padding: 5px;
}

.page_text
{
	padding: 15px;
	font-size: 13px;
}

.right_menu{
	width: 280px;
	float: right;
}

.main_page{
	float: left;
	border: 1px dashed #09F;
	width: 950px;
	text-align: justify;	
}

.main
{
	width: 1250px;
	margin: 20px auto 0px auto;
}

.polosa
{
	clear: both;
}