* {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
	border: 0;
}

body {
	background-color: black;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
}

.content, .wrapper {
	overflow: hidden;	
}

.content {
	margin: 0 auto;	
}

.left {
	float: left;
}

.right {
	float: right;	
}

.green {
	color: #1fa400;
}

#sidebar {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #262626;
	color: white;
}

#sidebar .content {
	width: 991px;
}

#sidebar .content p {
	float: left;
	margin-right: 40px;
}

#sidebar .content a {
	display: block;
	float: right;
	margin-top: 7px;
}

#top {
	width: 100%;
	height: 270px;
	background-image: url(img/top_background.gif);
	background-repeat: repeat-x;
}

#top .content {
	width: 991px;
	height: 195px;
	margin: 0 auto;
	background-image: url(img/top_roulette.png);
	background-repeat: no-repeat;
	background-position: 2px;
}

#top #top_text {
	float: right;
	width: 470px;
	padding-top: 20px;
	color: white;
}

#top #top_text h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.5em;
}

#top #top_text h1 strong {
	font-size: 1.4em;
	color: red;
}

#top #top_text p {
	line-height: 15px;
}

#page {
	width: 991px;
	margin: 0 auto;
	position: relative;
	margin-top: -75px;
	margin-bottom: 20px;
}

#menu {
	height: 81px;
	background-image: url(img/menu/menu_background.gif);
}

#menu li {
	display: block;
	float: left;
}

#menu li.separator {
	height: 68px;
	width: 1px;
	background-image: url(img/menu/menu_separator.gif);
	margin-left: 37px;
	margin-right: 37px;
}

#menu li.left_curves {
	width: 18px;
	height: 81px;
	background-image: url(img/menu/menu_left_curves.gif);
	margin-right: 45px;
}

#menu li.right_curves {
	width: 19px;
	height: 81px;
	float: right;
	background-image: url(img/menu/menu_right_curves.gif);
	margin-left: 45px;
}

#menu li a {
	height: 68px;
	display: block;
	float: left;
}

#menu li#home a {
	background-image: url(img/menu/home.gif);	
	width: 37px;
}

#menu li#historia_blackjacka a {
	background-image: url(img/menu/historia_blackjacka.gif);	
	width: 124px;
}

#menu li#zasady_gry a {
	background-image: url(img/menu/zasady_gry.gif);	
	width: 71px;
}

#menu li#strategie_gry a {
	background-image: url(img/menu/strategie_gry.gif);	
	width: 86px;
}

#menu li#poradnik_gracza a {
	background-image: url(img/menu/poradnik_gracza.gif);	
	width: 105px;
}

#menu li#inne_gry a {
	background-image: url(img/menu/inne_gry.gif);	
	width: 55px;
}

#under_menu {
	height: 35px;
	line-height: 35px;
	background-image: url(img/under_menu_background.gif);
}

#under_menu .content {
	padding-left: 10px;
	padding-right: 10px;
}

#under_menu h2 {
	text-align: center;
	width: 577px;
	float: left;
	font-size: 1.1em;
}

#under_menu .under_top_menu_cards {
	width: 197px;
	height: 35px;
	background-image: url(img/under_menu_cards.gif);
}






#content {
	background-color: white;
	text-align: justify;
}

#content p {
	margin-bottom: 8px;
}

#content .left {
	width: 764px;
	border-right: 1px solid #9e9e9e;
	font-family: Verdana, Geneva, sans-serif;
}

#content .left .content {
	padding: 10px;
	padding-left: 5px;
	line-height: 16px;
}

#content .left .content .baner {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 250px;
}

#content .right {
	width: 226px;
}

#content .right .content {
	padding: 10px;
	line-height: 18px;
}







#content .bottom_curves {
	width: 991px;
	height: 4px;
	background-image: url(img/content_bottom_curves.gif);
}






#bottom {
	color: white;
}

#bottom .content {
	padding: 20px;
}

#bottom .content  h3 {
	font-size: 1.6em;
	margin-bottom: 20px;
	margin-left: 20px;
}

#bottom .content .right {
	width: 660px;
}

#bottom .bottom_box {
	overflow: hidden;
	margin-bottom: 10px;
}

#bottom .bottom_box .bottom_box_image {
	float: left;
	width: 70px;
	text-align: center;
}

#bottom .bottom_box p {
	float: left;
	width: 560px;
	line-height: 15px;
}









#footer {
	height: 61px;
	line-height: 70px;
	background-image: url(img/footer_background.gif);
	color: white;
}

#footer .left_curves {
	width: 8px;
	height: 61px;
	background-image: url(img/footer_left_curves.gif);
	float: left;
}

#footer .right_curves {
	width: 5px;
	height: 61px;
	background-image: url(img/footer_right_curves.gif);
	float: right;
}

#footer .content {
	height: 61px;
	background-image: url(img/footer_cubes.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
}

#footer .content a {
	font-weight: bold;
	color: black;
}

#footer .content a:hover {
	text-decoration: underline;
}


















