hr{
	margin-top: 10px;
	margin-bottom: 20px;
}

#wrap {
	width: 100%;
	height: auto;
}
#top{
	position: absolute;
	top: 0;
	left: 0;
	height: 120px;
	width: 600px;
	background: transparent url(../images/header.png) no-repeat top left;
}

#left {
	margin-top: 122px;
	float: left;
	left: 5px;
	width: 15%;
	padding-bottom: 15px;
	margin-left: 5px;
}

#left a{
	text-decoration: none;
}

#left a:hover{
	text-decoration: underline;
}

#left ul {
	padding: 0;
	margin: 0;
}

#left ul.navbar {
}

#left li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#left .navbar_genre {
	padding-top: 15px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

#left .navbar_sub_genre {
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
}

#left .navbar_sub_genre:hover {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}

#right {
	margin-top: 122px;
	float: left;
	padding: 10px;
	background-color: #fff;
	border: 1px #505050 solid;
	width: 80%;
}

#right table.displayArticles {
	border-collapse: collapse;
	text-align: left;
}

#right table.displayArticles th {
	padding-right: 10px;
	border-bottom: 2px #505050 solid;
}

#right table.displayArticles td{
	padding-right: 15px;
}

#right table.displayArticles tr {
	padding-bottom: 10px;
	border-bottom: 1px #ededed solid;
}

#right table.displayArticles a {
	color: #3e5c6f;
	text-decoration: none;
}

#right table.displayArticles a:hover{
	color: #6290ae;
}

#right .articleDisplay{
	width: 100%;
}

#right .articleHeader{
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	background-color: #505050;
	color: #fff;
	height: auto;
	width: auto;
	padding: 10px;
	padding-top: 30px;
	margin: -10px;
}

#right .articleHeader p{
	padding-bottom: 0;
	margin: 0;
}

#right .articleInformation{
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	background-color: #505050;
	color: #fff;
	height: auto;
	width: auto;
	padding: 10px;
	margin: 0;
}

#right .articleContent{
	width: auto;
	margin: 15px;
}

.topHeader{
	margin-left: -10px; /* Since #right has padding: 10px */
	margin-right: -10px;
	margin-top: -10px;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 30px;
	font-size: 30px;
	line-height: 30px;
	height: auto;
	width: auto;
	font-weight: bold;
	background-color: #505050;
	color: #fff;
}

.topHeader p{
	padding-bottom: 0;
	margin: 0;
}

.topHeader em{
	font-size: 12px;
}

#right .indexTable{
	border-collapse: collapse;
	margin-left: 15px;
	margin-top: 20px;
	padding: 10px;
	text-align: left;
}

#right .indexTable tr{
	padding-bottom: 10px;
	border-bottom: 1px #ededed solid;
}

#right .indexTable th{
	font-size: 16px;
	padding-right: 10px;
	border-bottom: 2px #505050 solid;
}

#right .indexTable td{
	padding-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
}