/*-------------------------------------
[ Basic elements ]
-------------------------------------*/
body {
	color:#333;
	font-family:arial;
	font-size:8pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0px;
	padding:0px;
	background:url(http://www.favable.com/images/bg_page.gif) top left repeat-y;
}

td {
	font:normal 8pt arial;
}


/*-------------------------------------
[ Page setup ]
-------------------------------------*/

.bgBottom {
	position:fixed;
	left:0px;
	bottom:0px;
	height:100px;
	width:100%;
	background:#fff url(../images/bg_all.gif) bottom left repeat-x;
}

.bgTop {

}




/*-------------------------------------
[ Content ]
-------------------------------------*/

.contentWrapper {
	width:990px;

}

#contentPadding {}

#content .h2 {
	color:#525252;
	font:bold 11pt arial;
}

#content #contentLeftCol {
	float:left;
	width:250px;
}

#content #contentRightCol {
	float:left;
	width:740px;
	padding:10px 0px 0px 0px;
	position:relative;
}

#content #contentRightCol .header {
	padding:0px 0px 0px 20px;
	height:100px;
}

#content #contentRightCol .header h1 {
	padding:15px 0px 0px 0px;
	float:left;
}

#content #contentRightCol .header .signUpLogin {
	float:right;
	width:360px;
}

