@charset "utf-8";


body {
	background-color: #b8b8b8;
	padding: 0px 0px 0px 45px;
	margin: 0px 0px 0px 0px;
}

img {
	border: none;
}

#container {
	width: 870px;
}
	#leftBar {
		float: left;
		position: fixed;
		width: 259px;
	}
		.block {
			margin: 25px 0px 0px 0px;
			width: 259px;
		}
			.blockContent {
				background-image: url(../img/blockBg.jpg);
				background-repeat: repeat-y;
				padding: 0px 25px 0px 25px;
				width: 209px;
			}
				.blockContent h1 {
					color: #bf6000;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 26px;
					font-weight: lighter;
					margin: 0px 0px 10px 0px;
					padding: 30px 0px 0px 0px;
					vertical-align: bottom;
				}
				
				.blockContent p {
					color: #434343;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 14px;
					font-weight: lighter;
					margin: 0px;
					padding: 0px 0px 20px 0px;
					text-align: left;
				}
			
			.blockBottom {
				background-image: url(../img/blockBottom.jpg);
				background-repeat: no-repeat;
				height: 11px;
				width: 259px;
			}
	
	#rightBar {
		float: left;
		margin: 0px 0px 0px 305px;
		width: 565px;
	}
		.blogEntry {
			margin: 0px 0px 25px 0px;
			width: 557px;
		}
			.blogHeader {
				background-image: url(../img/blogEntryBg.jpg);
				background-repeat: repeat-y;
				height: 366px;
				padding: 0px 0px 0px 4px;
				width: 553px;
			}
				.blogHeader .blogDate {
					background-image: url(../img/dateBg.jpg);
					background-repeat: no-repeat;
					height: 46px;
					margin: -46px 0px 0px 22px;
					padding: 0px 0px 0px 5px;
					position: relative;
					width: 41px;
					z-index: 2;
				}
					.blogHeader .blogDate h1 {
						color: #FFF;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 10px;
						margin: 0px 0px 0px 15px;
						padding: 0px;
						text-transform: uppercase;
					}
					
					.blogHeader .blogDate h2 {
						color: #FFF;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 32px;
						margin: 0px;
						padding: 0px;
					}
			
			.blogContent {
				background-image: url(../img/blogEntryBg.jpg);
				background-repeat: repeat-y;
				padding: 0px 25px 0px 25px;
				width: 507px;
			}
				
				.blogContent h1 {
					color: #999;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 10px;
					font-weight: lighter;
					margin: 0px;
					padding: 5px 0px 0px 0px;
					text-align: right;
					width: 507px;
				}
				
				.blogContent h2 {
					color: #bf6000;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 40px;
					font-weight: lighter;
					margin: 0px 0px 10px 0px;
					padding: 0px;
				}
				
				.blogContent p {
					color: #434343;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 14px;
					font-weight: lighter;
					margin: 0px;
					padding: 0px 0px 20px 0px;
					text-align: justify;
				}
			
			.blogBottom {
				background-image: url(../img/blogEntryBottom.jpg);
				height: 11px;
				width: 557px;
			}
