@import url(BSConnection.css);

#content
{
	margin: 0px 200px 0px 40px;
}

#rightside
{
	margin: 0;
	padding: 0px 6px;
	width: 175px;
	
	/*border: solid 1px yellow;*/

	float: right;
	/*margin-left: 10px;*/
}

/* Horizontal Ad */
.horizontalad
{
	/* We do not assign a height to prevent an 
		empty gap from appearing when there is 
		no horizontal ad */

	width: 720px;
	margin: 0px;
	margin-left: 40px;
	background-image: none;
}
.horizontalad .adcontainer
{
	width: 720px;
	margin: 0px;
}

/*<!--[if IE]>
<style type="text/css">
 This style fixes the issue with the right container, 
   which sometimes pushes down content in the #content div.
   This problem only applies to IE.
#content
{
	margin: 0px 200px 0px 40px;
	float: left;
	clear: both;
}
</style>
<![endif]--*/








