﻿/* thanks to Vodafone Hungary for hijacking their users' internet connections */
/* they just take all external stylesheets and inject it to the head of the page */
/* between <style> tags. The problem is, they didn't code it well, so the first */
/* line of the external css goes to the same line as the opening <style> tag */
/* hopefully, these comments will appear in said line, so */
/* the first rule gets parsed and no clipping will occur */
/* thanks again to Vodafone, hope their lawyers made some mistake and someone  */
/* will sue their brains out */

#left_column {
	width: 200px;
	float: left;
}

#middle_column {
	width: 580px;
	float: left;
	position: static;
	padding-left: 10px;
	background: transparent url('../images/wpod_bg.png') no-repeat 10px 23px;
}

#content_container div.fullwidth  { /* middle_column */
	width: 580px;
}

#right_column {
	width: 100px;
	float: left;
	position: relative;
	right: 1px;
}

#bottom_row  {
	margin-top: 32px;
	position: relative;
	left: -3px;
	width: 580px;
}

#middle_column #bottom_row {
	margin-top: 3px;
	width: 580px;
}

#middle_column #bottom_row img {
	border: none;
}