

	/*
	
		Bg stuff
	
	*/

	#bgGradiant
	{
		height:100%;
		background: url(../../images/bgGrad.jpg) repeat-x;
	}
	
	#panel
	{
		margin-left:30px;
		height:100%;
		width:861px;
		background:url(../../images/panelBG.png);
	}
	
	#sidepanel
	{
		height:100%;
		width:350px;
		float:left;
	}
	
	#maincolumn
	{
		height:100%;
		width:485px;
		margin-left:15px;
		float:left;
	}
	
	#logo
	{
		background:url(../../images/logo.jpg) no-repeat;
		height:220px;
		width:350px;
		background-position:right;
	}
	
	#spacerside
	{
		width:350px;
		font: 1px/1px sans-serif; text-indent: -9999px;
		height:1px;
	}
	
	#flowers
	{
		background:url(../../images/flowers.gif) no-repeat;
		height:407px;
		width:350px;
		background-position:right;
	}
	