@charset "utf-8";
/* CSS Document */

body {
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#7c7c7c;
	line-height:120%;
	font-size:16px;
}
#wrapper {
	width:1013px;
	margin-left:auto;
	margin-right:auto;
}
#header, #main {
	background-color:white;
	padding:25px 50px;
	margin:20px 0px 0px 0px;
}
#main {
	padding-top:0px;
}
#content {
	margin-left:170px;
}
#programs ul {
	margin-top:0px;
}
#navigation {
	width:150px;
	float:left;
	border-top:#000088 solid 15px;
	border-bottom:#000088 solid 15px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:18px;
	padding:10px 0px;
	line-height:140%;
}
#navigation a {
	text-decoration:none;
	color:black;
}
#navigation a:hover {
	text-decoration:underline;
}
#footer {
	background-color:white;
	padding:10px 50px;
	margin:0px;
	text-align:center;
	font-size:12px;
}
#footer p {
	padding:0px;
	margin:0px;
}
h1 {
	font-weight:bold;
	background-image:url(images/czarnowski_consulting.gif);
	background-repeat:no-repeat;
	padding-bottom:5px;
	margin:0px;
	height:50px;
}
h2 {
	background-color: #000082;
	color:white;
	font-style: oblique;
	padding:5px;
	font-size:16px;
	width:450px;
	text-align:center;
	font-weight:normal;
	margin:0px;
}
h3 {
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}
h4 {
	font-size:15px;
	margin:0px;
}
.right {
	float:right;
	padding-left:10px;
}
.left {
	float:left;
	padding-right:10px;
	clear:right;
}
#calendar {
	display: block;
	background-image: url(images/blue_bg.png);
	background-repeat: repeat;
	color: white;
	padding: 10px 20px;
	width: 270px;
	float: right;
	margin: 40px 0px 20px 20px;
	font-size: small;
}
#calendar a {
	color: #FC0;
	text-decoration:underline;
}
#calendar h3 {
	color: #F90;
	display:inline;
}
#left_col {
	width:150px;
	float:left;
}
