/* Common css file for these liveball generic master pages */

tr, th, td 

                {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}

.content_images{
	width:681px;
	margin-left:40px;
	clear:both;
}

#left_content{
	float:left;
	width:304px;
}

#right_content{
	float:right;
	width:350px;
}

#right_content ul{
clear:both;
}


#left_content_form{
	float:left;
	width:350px;
	margin-top:5px;
}

#right_content_form{
	float:right;
	width:304px;
		margin-top:5px;
}

#right_content_form ul{
clear:both;
}



#footer{
	clear:both;
	width:760px;
}



/* misc elements
--------------------*/
.spacer{
	clear:both;
}

.right{
	float:right;
	clear:right;

}

.left{
	float:left;
	clear:left;

}

.image_padding{
	margin:10px 0px 5px 0px;
	
}

.image_padding a:link, .image_padding a:active, .image_padding a:visited, .image_padding a:hover{
	
	padding-top:0px;
	font-weight:bold;
	display:inline;
	background: none;
	padding-left:0px;
	

} 
