#container {
	width: 820px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 0px solid #999;
}
#header {
	height: 250px;
	width: 820px;
	background-image: url(../images/layout/header.jpg);
	padding-top: 6px;
}
#navbar {
	height: 34.5px;
	width: 820px;
	padding-top: 10px;
	background-image: url(../images/layout/navbar.jpg);
	padding-bottom: 0px;
}
#content {
	width: 820px;
	height: 1100px;
	background-image: url(../images/layout/contentbg.jpg);
	padding-bottom: 5px;
}
#mainfeature {
	width: 550px;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
}
#mainfeatureTop {
	width: 544px;
	background-image: url(../images/layout/main_header.jpg);
	padding-left: 6px;
}
#mainfeatureContent {
	width: auto;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3E454D;
	border-right-color: #3E454D;
	border-bottom-color: #3E454D;
	border-left-color: #3E454D;
	padding-top: 5px;
	padding-right: 10px;
	height: 250px;
}

#sidefeature {
	width: 220px;
	margin-top: 15px;
	float: right;
	margin-right: 15px;
}
#sidefeatureTop {
	width: 215px;
	background-image: url(../images/layout/small_header.jpg);
	padding-left: 5px;
}
#sidefeatureContent {
	width: auto;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3E454D;
	border-right-color: #3E454D;
	border-bottom-color: #3E454D;
	border-left-color: #3E454D;
	padding-top: 5px;
	padding-right: 10px;
	height: 980px;
}

#articlefeature {
	width: 550px;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
}
#articlefeatureTop {
	width: 544px;
	background-image: url(../images/layout/main_header.jpg);
	padding-left: 6px;
}
#articlefeatureContent {
	width: auto;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3E454D;
	border-right-color: #3E454D;
	border-bottom-color: #3E454D;
	border-left-color: #3E454D;
	padding-top: 10px;
	padding-right: 10px;
	height: 670px;
}


#footer {
	width: 820px;
	height: 28px;
	padding-top: 5px;
	background-image: url(../images/layout/footer.jpg);
}
