body {
	background: #c20808;
	font: 12px Tahoma, Verdana, Sans;
	color: #222;
	margin: 0;
	padding: 0;
}

	#wrapper {
		background: #fff url(images/wrapper.jpg) repeat-y;
		width: 983px;
		margin: 0 auto;
	}
	
		#header {
			background: #fff url(images/header.jpg) no-repeat;
			width: 983px;
			height: 167px;
		}
		
		#container {
			padding: 20px 30px;
			overflow: hidden;
			width: 923px;
		}
		
			#sidebar {
				float: left;
				width: 200px;
			}
			
				#menu ul {
					margin: 0;
					padding: 0;
					list-style: none;
				}
				
					#menu ul li {
						border-bottom: 3px solid #c20808;
					}
						
						#menu ul li a {
							display: block;
							padding: 10px;
						}

						
				#quote {
					width: 142px;
					height:	126px;
					background: url(images/quote.jpg) no-repeat;
					margin: 30px auto 0 auto;
				}
						
		
			#content {
				float: right;
				width: 670px;
			}
		#footer {
			width: 983px;
			height: 47px;
			background: #fff url(images/footer.jpg) no-repeat;
		}
		
		a:link, a:visited {
			color: #000;
			font-weight: bold;
			text-decoration: none;
		}
		
			a:hover {
				text-decoration: underline;
			}
			
		h1, h2, h3 {
			color: #c20808;
			font-weight: normal;
			margin: 10px 0;
			padding: 0;
		}
			h1 {
				font-size:21px;
			}
