/* Structural Styles */

	body {
		margin: 0;
		padding: 0;
		}

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

	.outer {
		margin: 0 auto;
		max-width: 1000px;
		min-width: 760px;
		position: relative;
		}

	.inner {
		position: relative;
		}

	
	/* Layout Classes */

	
	/* 12 */
	/* 	Class is for the sub pages with the navigation on the left */
		.layout12 #c1 {
			margin: 0 194px 0 0;
			}

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

		.layout12 #c3 {
			display: none;				
			}

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

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

		.layout21 #c3 {
			display: none;				
			}

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

		.layout1 #c2 {
			display: none;
			}

		.layout1 #c3 {
			display: none;				
			}			
	
