/* CSS Document top, right, bottom, left */

/****************************
POISON BILLIARDS WEB LAYOUT

GENERAL LAYOUT
<wrapper>
<page>
<header></header>
<flash></flash>
<content>
<contentText></contentText>
</content>
<footer></footer>
</page>
</wrapper>
****************************/

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D1CEC8;;
} 

#wrapper {
	margin:auto;
	padding: 25px 0px 0px 0px; 
}

#page {
	width:906px;
	margin:auto;
}

#header {
	display:none;
}

#flash {
margin:0px;
}

#content {
	text-align:center;
	padding:0px;
	margin:auto;
	background-image: url(../images/shellMainBG.jpg);
	background-repeat:repeat-y;
	background-color:#000000;
	color:#000000;
}

/* No Background */
#contentText {
	width:730px;
	padding:0px 65px 20px 85px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	text-align:justify;
	color:#000000;
}

/* Pool table Background */
#contentText2 {
	width:730px;
	padding:0px 65px 20px 85px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	text-align:justify;
	background-image: url(../images/poolTable_bgx.png);
	background-repeat:no-repeat;
	background-position: 20px 20px;
	color:#000000;
}


#clear {
	clear:both;
}

#footer {
	width: 906px;
	margin: 0 auto;
	padding:0px;
	text-align: center;
	background-color:#D2CFC8;
}