@charset "utf-8";
/* CSS Document */

.backgroundImage {

	background-image:url(images/bk_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#leftSide {
	width: 440px;
}



#rightSide {
	width: 290px;
	float: right;

}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
	margin-right: 15px;
}



.padding{
	padding: 5px;
} 
.clear {
	clear: both;
}