#leftcolumn-article {
	width: 630px;
	float: left;
}

#rightcolumn-article {
	float: right;
	width: 266px;
}

#leftcolumn-article p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftcolumn-article h1 {
	color:#0079C0;
	font-size:22px;
	font-weight: bold;
	margin-bottom: 20px;
}

#leftcolumn-article h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

#leftcolumn-article h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

#leftcolumn-article ul {
	margin-left:40px;
	list-style-type:disc;
	margin-bottom:20px;
	
}

#leftcolumn-article li {
	padding-bottom: 3px;
}

#leftcolumn-article-content {
	font-size: 13px;
	line-height: 16px;
}

#article-header {
	background-image: url("../images/article-header.jpg");
	height: 75px;
}

#article {
	background-image: url("../images/article-bg.jpg");
	background-repeat: repeat-x;
	margin-top: -1px;
	padding: 20px;
}

#skill-article {
	background-image: url("../images/skill-news-bg.jpg");
	background-repeat: repeat-x;
	margin-top: -1px;
	padding: 20px;
}

#article-header h1 {
	color: white;
	line-height: 60px;
	margin-left: 20px;
	font-size: 22px;
}

#skill-news-header {
	background-image: url("../images/skill-news-header.jpg");
	background-repeat: no-repeat;
	height: 35px;
}

#generic-header {
	background-image: url("../images/generic-header.jpg");
	background-repeat: no-repeat;
	height: 29px;
}

#code-left {
	float: left;
	width: 600px;
}
