/* Structural Styles */

	body {
		margin: 0;
		padding: 0;
		}

	.clear {
		clear: both;
		height: 1px;
		margin-top: -1px;
		overflow: hidden;
		}
		
	.inner {
		position: relative;
		}	
		html > body .inner {
			background: url(../images/ui/bg_inner.png) repeat-y 100% 0;	
			}	

	.outer {
		margin: 0 auto;
		/*max-width: 1000px;
		min-width: 760px;*/
		width: 960px;
		position: relative;
		}
		html > body .outer {
			background: url(../images/ui/bg_outer.png) repeat-y;
			}
		
	.page {
		background: #fff;	
		border-top: 3px solid #ff8434;
		position: relative;
		margin: 2.17em 12px 0;
		}

	
	/* Layout Classes */

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

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

		.layout21 #c3 {
			display: none;				
			}

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

		.layout1 #c2 {
			display: none;
			}

		.layout1 #c3 {
			display: none;				
			}			