/* Common css file for these liveball generic master pages */



body{
text-align:center;
}

#wrapper{
	margin:10px auto 0px auto;
	width:750px;
	text-align:left;

}html>body #wrapper{margin:15px auto 0px auto;}


#content_container{
	width:750px;
	margin:0px auto 0px auto;
}

#seg_content_container{
	width:750px;
	margin:0px auto 0px auto;
}

#left_content_fulfill{
	float:left;
	width:415px;
}

#right_content_fulfill{
	float:right;
	width:300px;
}


#left_content_leftoffer{
	float:left;
	width:340px;
	
}html>body #left_content_leftoffer{width:345px;}


#left_content_leftoffer400{
	float:left;
	width:395px;
	
}html>body #left_content_leftoffer400{width:400px;}



#center_content_leftoffer{
	float:right;
	margin-left:15px;
	width:380px;
}

#center_content_leftoffer304{
	float:right;
	margin-left:15px;
	width:304px;
}

#right_content_leftoffer{
	float:right;
	margin-left:15px;
}

#left_content_rightoffer{
	float:left;
	width:380px;
	
}

#center_content_rightoffer{
	float:right;
	margin-left:15px;
}

#right_content_rightoffer{
	float:right;
	width:345px;
}

.footer, .content_footer{
	clear:both;
	width:750px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;

}



/* misc elements
--------------------*/
.spacer{
	clear:both;
}

.right{
	float:right;
	clear:right;

}

.left{
	float:left;
	clear:left;

}

.content_image{
	float:right;
	padding-left:20px;
}