/* 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: 760px;
		}
		#home .outer {
			background: url(/assets/images/ui/bg_home.jpg) no-repeat top left;
			}

	.inner {
		background: #fff url(/assets/images/ui/c2-bg.jpg) repeat-x; 
		margin: 0;
		padding: 17px 0;
		position: relative;
		width:760px;
		}

	
	/* Layout Classes */

	

	/* 123 */
		.layout123 #c1 {
			margin: 0 500px 0 0;
			}

		.layout123 #c2 {
			position:absolute;
				left: 255px;
				top: 20px;
			width: 250px;
			}

		.layout123 #c3 {
			position: absolute;
				right: 0;
				top: 20px;
			width: 250px;
			}

	

	/* 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;				
			}			
