/* Structural Styles */

	body {
		margin: 0;
		padding: 0;
		}

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

	.outer {
		background: #C4A657 url("/assets/images/ui/bg_main.jpg") repeat-y 0 0;
		border-top: 1px solid #999; /* Mozilla bug fix */
		margin: -1px auto 0; /* -1px top margin is a Mozilla bug fix */
		position: relative;
		width: 760px;
		}

	.inner {
		background: #fff;
		margin: 29px 15px 0;
		padding: 0;
		position: relative;
		width: 730px;
		}

	
	/* Layout Classes */

	/* 312 */
		.layout312 #c1 {
			margin: 0 200px 0;
			}

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

		.layout312 #c3 {
			position:absolute;
				left: 0;
				top: 0;
			width: 200px;
			}

	/* 213 */
		.layout213 #c1 {
			margin: 0 200px 0;
			}

		.layout213 #c2 {
			position:absolute;
				left: 0;
				top: 0;
			width: 200px;
			}

		.layout213 #c3 {
			position: absolute;
				right: 0;
				top: 0;
			width: 200px;
			}


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

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

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

	/* 231 */
		.layout231 #c1 {
			margin: 0 0 0 400px;
			}

		.layout231 #c2 {
			position:absolute;
				left: 0;
				top: 0;
			width: 200px;
			}

		.layout231 #c3 {
			position: absolute;
				left: 200px;
				top: 0;
			width: 200px;
			}

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

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

		.layout12 #c3 {
			display: none;				
			}

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

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

		.layout21 #c3 {
			display: none;				
			}
			
	/* 1 */
		.layout1 #c1 {
			}

		.layout1 #c2 {
			display: none;
			}

		.layout1 #c3 {
			display: none;				
			}