@charset "utf-8";
#container {
	clear: both;
	height: 1000px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	clear: both;
	height: 355px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu {
	clear: both;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/menuBG.png);
	background-repeat: repeat-x;
	height: 35px;
}
#menu  .button {
	float: left;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 20px;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 5px;
}
#menu a:link {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#main {
	background-image: url(images/body.png);
	clear: both;
	height: 610px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.left_column {
	float: left;
	width: 250px;
	margin-top: 25px;
	margin-right: 15px;
	margin-left: 38px;
}
.right_column {
	width: 700px;
	float: right;
	margin-top: 25px;
	height: 600px;
	overflow: scroll;
}
.entry {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
