body {
	background: #e21a2d;
}
#wrapper {
	background: #fff url(images/red_bg_main.png) center top no-repeat;
}
/* SIDEBAR LEFT */
		#sidebar-left {
			position: absolute;
			top: 17.6em;
			width: 14.67em;
			margin: 0 0 0 1.0em;
			padding: 0.67em;
			
		}
			#sidebar-left #block-user-1 {
				border: 0.2em solid #e21a2d;
				background-color: #fff;
				padding: 0.67em;
				width: 14.67em;
				margin: 1em 0 0 1.5em;
			}
                    #sidebar-left ul#menu_id {
                        width: 8.42em;
                        margin:0 0 0 0.10em;
                        list-style:none;
                    }
						
					#sidebar-left ul#menu_id li a {
						display: block;
						margin: 0 0 0 0.9em;
						padding: 0.70em 0 0em 3em;
						width: 8.33em;

						height: 2em;
						font-size: 1.44em;
						font-family: Arial, Helvetica, sans-serif;
						font-weight: bold;
						vertical-align: middle;
						text-decoration: none;
					}
						#sidebar-left ul#menu_id li a:hover {
							text-decoration: none;
						}
						#sidebar-left ul#menu_id li a.active {
							color: #e21a2d;
						}

		#center {
			float: left;
			margin: 5.5em 0 0 16.9em;
			width: 39.50em;
		}

			#center .right-corner {
				background: none;
			}
			
			#center .left-corner {
					width: 34em;
					margin: 0 0 0 5.5em;
				}
				#center .node {
					padding-top: 1em;
				}
					#center .submitted, #center .comment_add {
						
						display: none;
					}
					
	#center #center-footer {
		background: none;
		height: 0em;
		margin: -0.08em 0em 4em;
		padding-bottom: 2em;
	}
/* ### SIDEBAR RIGHT ### */		

	#sidebar-right {
		margin: 10em 0 0 60em;
		width: 18em;
	}
		#sidebar-right .clear-block { /* Have to get rid of the clear-block applied to often */
			display: inline;
			}
				#footer-clear {
		width: 100%;
		clear: both;
	}
	
	#footer-bottom {
			width: 83.33em;
			clear: both;
			padding: .3em 0 2em 0;
			background-color: transparent;
		}
			#footer-bottom ul {
				list-style: none;
				width: 50em;
				margin: 0 auto;
				 padding-left: 8em; 
			}
				#footer-bottom ul li {
					float: left;
					padding-right: .3em;
				}
	
	
	
	/* Miscellaneous Styles */
	
	.hidden {display:none;}

.double-check {
	font-weight: bold;
	color: #e21a2d;
}
