	body {
		margin: 0;
		padding: 0;
		}

	.clear {
		clear: both;
		height: 1px;
		overflow:hidden;
		margin-top: -1px;
		}

	.outer {
		border: 1px solid #EEC365;
		margin: 0 auto;
		width: 767px;
		position: relative;
		}
		.layout1 .outer {
			background: url(/assets/images/ui/bgBody.jpg) no-repeat 215% -200px;		
			}

	.inner {
		position: relative;
		}

		/* 12 */
			.layout1 #c1 {
				margin: 0;
				padding: 10px;
				}

		/* 12 */
			.layout12 #c1 {
				margin: 0 35% 0 0;
				}
						
			.layout12 #c2 {
				position:absolute;
				right: 0;
				top: 0;
				width: 35%;
				}

		/* 21Alt */
			.layout21Alt #c1 {
				left: 65%;
				position: absolute;
				top:0;
				width:35%;
				}

			.layout21Alt #c2 {
				margin-right:35%;
				}
				
				
		/* 21 */
			.layout21 #c1 {
				margin: 0 0 0 35%;
				}

			.layout21 #c2 {
				position:absolute;
				left: 0;
				top: 0;
				width: 35%;
				}
		
		/* 312 */
			.layout312 #c1 {
				margin: 0 200px 0;
				min-height:300px;
				}

			.layout312 #c2 {
				position:absolute;
				right: 0;
				bottom: 0;
				width: 200px;
				}

			.layout312 #c3 {
				left: 0;
				position: absolute;
				top: 0;
				width: 200px;
				}