body {
	background-color: #660000;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	}

#container {
	/*background-color: #000*/
	background-image: url('../images/container_bg.gif');
	background-repeat: repeat-y;
	width: 896px;
	margin: 0em auto;
	}
	
	/* left drop shadow */
	.ds_left {
		width: 32px;
		float: left;
		}
	
	.ds_main {
		width: 832px;
		float: left;
		}
		
		#header {
			background: #fff url('../images/header_bg.gif') no-repeat;
			height: 9.6em;
			}
			
			#header h1, #header h2 { display: none; }
			
		#menu {
			background-color: #c3bbb1;
			height: 3.2em;
			}

		#content {
			/*background-color: #000;*/
			background-repeat: repeat-y;
			min-height: 200px;
			clear: both;
			}
			
			#con_col_left {
				width: 25.3em;
				padding: 1px;
				float: left;
				}
				
				#con_col_left h3 {
					color: #fff;
					background: #d30404 url('../images/h3_bg.gif') no-repeat top right;
					text-transform: uppercase;
					font-size: 1em;
					font-weight: normal;
					padding: 2em 1.5em 1em 1.5em;
					}
					
					.cLeft-text { padding: 1em 1em 0 1em; }
				
				/* middle column layouts */
				#conBoth, #conLeft, #conRight, #conNone { padding: 25px; } /* if you change the padding settings, make sure you adjust the widths below accordingly */
				#conBoth {
					width: 27.0em;
					float: left;
					}
					
				#conLeft {
					width: 55.8em;
					float: left;
					}
					
				#conRight {
					width: 52.6em;
					float: right;
					}
					
					h2 {
						color: #7d2727;
						background: #fff url('../images/h2_bg.gif') repeat-x bottom left;
						text-transform: uppercase;
						font-weight: normal;
						padding-bottom: 5px;
						}
						
					#conRight p, #conNone p {
						font-size: 1.5em;
						line-height: 25px;
						}
				
			#con_col_right {
				width: 23.6em;
				padding: 1.0em;
				float: right;
				}
		
			.clearance { clear: both; }
		
		#footer {
			color: #555;
			background: #000;
			text-align: right;
			font-size: .9em;
			text-transform: uppercase;
			padding-top: 3.2em;
			padding-right: 1.5em;
			height: 3.2em;
			clear: both;
			}
	
	/* right drop shadow */
	.ds_right {
		width: 32px;
		float: right;
		}