/*************************************
 * CORE
 *************************************/

#common {background:#13557c url(/LadySpeedStick/DO/WaterProof/images/background.gif) repeat-x left top;padding:31px 0 48px;text-align:center;height:650px}

#wrapper {margin:auto;text-align:left;width:960px;}

#overlay {height:650px;position:absolute;top:55px;width:960px;}

.left {float:left;}
.right {float:right;}

/*************************************
 * CLEARFIX, courtesy of http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/
 *************************************/

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*************************************
 * HOME
 *************************************/

#home {display:none;}

	#home #left {width:180px;}
	#home #right {width:780px;}

		#home #left #left_top {padding:0 0 9px;}
		#home #left #left_middle {height:371px;}
		#home #left #left_bottom {height:82px;}

		#home #right #right_left {}
		#home #right #right_center {padding:0 0 0 10px;}
		#home #right #right_right {}

	#home #flash_content {padding:0 0 10px 10px;}