/* Structural Styles */

	body {
		margin: 0;
		padding: 0;
		}

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

	.outer {
		background: #fff url("/assets/images/ui/bg_main.gif") repeat-y 0 0;
		margin: 10px auto 0; /* -1px top margin is a Mozilla bug fix */
		position: relative;
		width: 766px;
		}

	.inner {
		background: #D9D9D9;
		border-bottom: 5px solid #660000;
		margin: 0 auto 0;
		padding: 0;
		position: relative;
		width: 760px;
		}

	
	/* Layout Classes */

	
	/* 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;				
			}
