/* Structural Styles */

	body {
        behavior:url("csshover.htc");
		margin: 0;
		padding: 0;
		}

	.clear {
		clear: both;
		height: 1px;
		margin-top: -1px;
		overflow: hidden;
		}

	.outer {
		border-top: 1px solid #fff; /* Mozilla bug fix */
		margin: -1px auto 0; /* -1px top margin is a Mozilla bug fix */
		padding: 0px;
		position: relative;
		width: 960px;
		}

	.inner {
		background: #fff url(/assets/images/ui/c2-bg.jpg) repeat-x; 
		border-top: 1px solid #fff;
		margin: 0;
		padding: 25px 0;
		position: relative;
		width:960px;
		z-index: 10;
		}

	
	/* Layout Classes */

	

	/* 123 */
		.layout123 #c1,
		.layout123 #c2,
		.layout123 #c3 {
			background: #fff;
			float: left;
			width: 319px;
			}
			.layout123 #c2 {
				width: 320px;
				}

	

	/* 21 */
		.layout21 #c1 {
			margin: 0 0 0 150px;
			}

		.layout21 #c2 {
			position:absolute;
				left: 0;
				top: 17px;
			width: 150px;
			}

		.layout21 #c3 {
			display: none;				
			}

	/* 1 */
		.layout1 #c1 {
			margin: 0;
			}

		.layout1 #c2 {
			display: none;
			}

		.layout1 #c3 {
			display: none;				
			}			

