/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,a { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

* {
	margin: 0;
}

html, body {
	height: 100%;
}

#footer, #push {
	height: 4em;
	width: 960px;
	margin: 0 auto;
	clear: both;
}

body {
	color:#333333;
	font: 12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	background-color: #f2f2f2;	
}

#wrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	width: 960px;
	background-color: #ffffff;
}

#header
{
	padding-top: 12px;
	width: 960px;
	height: 234px;
	background-color: #f2f2f2;
	border-bottom: solid 1px #e6e6e6;
}

#headerLeft {
	float: left;
	width: 251px;
	margin-left: 10px;
}
#headerLogoLeft {
	display: block;
	width: 251px;
	height: 213px;
	background: #f2f2f2 url('images/headerLogoLeft.png') no-repeat 0 0;
}

#headerRight {
	float: left;
	width: 650px;
	text-align: center;
}
#headerLogoRight {
	background: #f2f2f2 url('images/PlayPokerOniPadLogo.png') no-repeat 0 0;
	position: relative;
	top: 55px;
	width: 494px;
	height: 61px;
	margin: 0px auto; 
}

#mainMenuContainer {
	position: relative;
	top: 100px;
	height: 38px;
	width: 536px;
	margin: 0px auto; 	
}
#mainMenu {

}

#mainMenu li {
	display: inline;
}

#main {
	clear: both;
	width: 960px;
	background-color: #ffffff;
	overflow: hidden;
}
#mainLeft {
	width: 191px;
	height: 100%;
	float: left;
	background: #ffffff url('images/leftColumnBackground.png') no-repeat 0 41px;
	min-height: 200px;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;       	
}
#mainLeftTop {
	width: 191px;
	background-color: #f4f4f4;
	height: 40px;
}
#mainContent {
	float: left;
	background: #ffffff;
	border-left: solid 1px #e6e6e6;
	padding: 40px 60px 40px 60px;
	width: 640px;

}

.mainSection {
		clear: both;
}

.vertical {
	clear: both;
	width: 400px;
}

#footer {
	padding-top: 16px;
	clear: both;
	text-align: center;
	color: #aaaaaa;
	border-top: solid 1px #e6e6e6;
}
		
		
		
h1 {
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 36px;
}

h2 { 
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 22px;
	padding-top: 20px;
	border-bottom: solid 1px #e6e6e6;
}

#mainContent p {
	color: #535c60
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 14px;
	line-height: 1.6;
	padding-top: 20px;
	padding-bottom: 20px;
}

#mainContent img {
	padding-top: 20px;
	padding-bottom: 20px;
}
.paragraphLeft {
	width: 380px;
	float: left;
}

.alignRight {
	float: right;
}
