/* Structural Styles */

	body {
		margin: 0;
		padding: 15px 0 15px 0;
		}

	.clear {
		clear: both;
		height: 1px;
		margin-top: -1px;
		overflow: hidden;
		}
		
	.inner {
		background: #E2DECC url(/assets/ui/bg_inner.png) repeat-x;
		position: relative;
		}	

	.outer {
		border: 1px solid #333;
		margin: 0 auto;
		position: relative; 
    width: 100%;
    max-width: 1280px;
  }
	
	/* Layout Classes */

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

		.layout1 #c2 {
			display: none;
			}

		.layout1 #c3 {
			display: none;				
			}			

	/* 12 */
		.layout12 #c1 {
			margin: 0 200px 0 0;
			}

		.layout12 #c2 {
			position:absolute;
				right: 0;
				top: 0;
			width: 200px;
			}

		.layout12 #c3 {
			display: none;				
			}

			

	/* 21 */

		.layout21 #c1 {

			margin: 0 0 0 175px;

			}



		.layout21 #c2 {

			position:absolute;

				left: 0;

				top: 0;

			width: 175px;

			}



		.layout21 #c3 {

			display: none;				

			}
