/* Layout for cellphonepoker.com  Please read comments above each section before making changes */




body 	{ 
		background-color: #229C18;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 90.00%;
	   color:#000000;
	   text-align: center;
		}	

/* #wrapper is the entire width of the page, minus the solid green background. It is the width of the top banner */

#wrapper   {
	width: 84%;
	background-color: #FFFFFF;
	margin: 20px auto;
	border: 1px solid #000000;
	text-align: left;
}

/* main banner on top of  each page.*/

#banner { 
	height: 110px;
	background-image: url(../images/bannerbg.gif);
	background-repeat: no-repeat;}

/* Menu across every  page before any text begins */

table.nav { 
	width:80%;
	margin: 0px;
	padding: 5px 22px 5px 22px;
	background-color: ;
	border: 1px solid;
	border-color: #006600;}

/* Defines text of all text links in table.nav, regardless of link, hover, or visited status */

a.norm  {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;}

/* Defines link status colors */
	
a.norm:link { color: #006600; }
a.norm:visited { color: #006600; }
a.norm:hover { color: #FF0000; }

/* Background 'below' the right hand side banners */

#right{
	/*background: #1D8414;*/
	background: url(../images/rightbg.gif);
	background-repeat: repeat;
	float: right;
	width: 275px;
	margin: 0;
	border-left: 1px solid #000000;}


#container{

}

#container h1{
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 10px 10px 7px 20px;
}
#container h2{
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 2px 2px 20px;
	color: #666666;
}

#container h3{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 2px 2px 30px;
	color: #000000;
}
#container form{
	padding: 20px;
}
#container form label{
	font-size: 80%;
}
#container p{
	font-size: 90%;
	margin: 0;
	padding: 10px 10px 4px 20px;
}
#container p a:link, h2 a:link{ 
	color: #5276A3; 
}
#container p a:visited, h2 a:visited{  
	color:#5276A3;
}
#container p a:hover, h2 a:hover{ 
	color: #000000;
}
#footer{
	clear: both;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	height: 20px;
}
#footer p{
	text-align: center;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #000000;
	padding: 3px;
	color: #FFFFFF;
}
.blacktext{
	color: #000000;
}
.largetext{
	font-size: 150%;
}
.supportimage{
	margin: 10px;
}
#content{
	margin: 0;
	padding: 0;
		background-color: #FFFFFF;
}

li.sitemenu {
text-align:left;
list-style-position: inside;
margin-bottom: 0em;
padding: 0 0 1em 0;
line-height: 1cm;
font-family: arial;
font-size: 18px;
color: #5276A3;
list-style-image: url(../images/bullet.jpg);
}

li.sitemenu a{
text-align:left;
font-family: arial;
font-size: 18px;
color: #5276A3;
}


ul.sitemenu {
text-align:left;
list-style-position: inside;
margin-bottom: 0em;
padding: 0 0 1em 0;
line-height: 1cm;
font-family: arial;
font-size: 18px;
color: #5276A3;
list-style-image: url(../images/bullet.jpg);
}

ul.sitemenu a{
text-align:left;
font-family: arial;
font-size: 18px;
color: #5276A3;
}

ul.reviewmenu {
text-align:left;
list-style-position: inside;
margin-bottom: 0em;
padding: 0 0 1em 0;
line-height: 1cm;
font-family: arial;
font-size: 14px;
color: #5276A3;
list-style-image: url(../images/bullets.gif);
}

ul.reviewmenu a{
text-align:left;
font-family: arial;
font-size: 14px;
color: #5276A3;
}
