@charset "utf-8";
/* CSS Document */

html, body {
	margin: 5px 0px 0px 0px;
	padding: 0;
	height: 100%;
	background-color: #ffffff;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.83em;
}

#site {
	margin: 0 auto;
	padding: 0;
	width: 780px;
	height: auto;
	min-height: 100%;
	background-color: #ffffff;
}

#header1, #header2, #header3, #header4 {
	margin: 0;
	padding: 0;		
	float: left;
	border: 0px solid #000000;
}

#header1 {
    width: 686px;
    height: 72px;
}


#header2 {
    width: 90px;
    height: 72px;
	background:url(../img/pokergioco.jpg) center no-repeat;
}

#header3 {
    width: 616px;
    height: 100px;
}

#header4 {
    width: 616px;
    height: auto;
}

#box1 {
	margin: 0;
	padding: 0;	
	height: 100px;
	width: 616px;
	float: left;
}

#box1_1{
	margin: 0;
	padding: 0;	
	height: 20px;
	width: 225px;
	float: left;
	text-align: center;
}


#box1_everest, #box1_titan, #box1_pacific, #box1_party, #box1_pokerroom, #box1_noble {
    margin: 0;
	padding: 0;	
	height: 100px;
	width: 160px;
	float: left;
}

#box1_everest {
	background:url(../img/ep.jpg) center no-repeat;
}

#box1_titan {
	background:url(../img/tp.jpg) center no-repeat;
}

#box1_party {
	background:url(../img/partyp.jpg) center no-repeat;
}

#box1_pacific {
	background:url(../img/pp.gif) center no-repeat;
}

#box1_pokerroom {
	background:url(../img/pr.jpg) center no-repeat;
}

#box1_noble {
	background:url(../img/np.jpg) center no-repeat;
}

#navbox {
    margin: 0px 0px 0px 30px;
	padding: 00;	
	height: 680px;
	width: 130px;
	float: right;
	border: 0px solid #000000;
}

#footer {
    margin: 10;
	padding: 0;
	height: 50px;
	width: 780px;
	float: left;
	text-align: center;
}

h1.h1_text {	
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/** Text **/


p {
	text-align: justify;
	color: #111111;
}



a, a:link, a:active {
	color: #111111;
	text-decoration: underline;
	font-weight: bold;
}

a.a2, a.a2:link, a.a2:active {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.2em;
}