* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #fafafa;
}
h1 {
	background-image: url(images/post-title-bg.jpg);
	font-size: 36px;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 60px;
	font-weight: normal;
	color: #c94200;
}
	h1 a {
		color: #c94200;
		text-decoration: none;
	}
	
h2 {
	background-image: url(images/sidebar-title.jpg);
	height: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	padding: 10px 0 0 20px;
}

#upper-container {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

	#header {
		background-image: url(images/header-bg.jpg);
		height: 53px;
		padding-left: 16px;
	}
	
	#banner {
		background-image: url(images/banner-bg.jpg);
		height: 232px;
	}
	
	#content {
		background-image: url(images/content-bg.jpg);
		background-repeat: repeat-y;
		padding: 20px 20px 30px 20px;
	}
		
		#post-area {
			width: 530px;
			float: left;
		}
	
		#sidebar {
			background-image: url(images/sidebar-bg.jpg);
			background-position: bottom;
			background-repeat: no-repeat;
			width: 241px;
			float: right;
			padding-bottom: 20px;
			background-color: #c94200;
		}
			#sidebar li {
				list-style-type: none;
				margin-bottom: 20px;
			}
			#sidebar ul li {
				margin: 10px;
			}
			#sidebar li li {
				color: #FFFFFF;
				background-image: url(images/list-bullet.jpg);
				background-repeat: no-repeat;
				margin-bottom: 5px;
				border-bottom: 1px dashed  #FFFFFF;
				padding: 0 0 10px 20px;
			}
			#sidebar li li a {
				font-size: 12px;
				text-transform: uppercase;
				font-weight: bold;
				display: block;
				color: #FFFFFF;
				text-decoration: none;
			}

#lower-container {
	background-color: #f8dfd2;
}

	#footer {
		background-image: url(images/footer-bg.jpg);
		height: 89px;
		text-align: center;
		padding-top: 20px;
		font-size: 12px;
		color: #FFFFFF;
	}
	
.wrapper {
	width: 831px;
	margin: 0 auto;
}

.clearboth {
	clear: both;
}

.post-wrapper {
	margin-bottom: 20px;
}
.post-header {
	margin-bottom: 10px;
}

.post-content p {
	line-height: 20px;
	margin-bottom: 12px;
}

.post-content ol {
margin: 0 0 0 30px;
padding: 0;
}

.post-content li {
margin-bottom: 5px;
line-height: 20px;
}

.consultation {
	margin: 5px 0 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        color: #FFFFFF;
}

	.consult-input {
		border: 1px solid #CCCCCC;
		padding: 3px 2px 3px 5px;
		margin-bottom: 10px;
		width: 200px;
                color: #000000;
	}
