background-color: black;
	
.titleBar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 95px;
	background-color: black;
	padding: 15px;
	padding-left: 20px;
	padding-bottom: 30px;
	z-index: 10;
}

.home {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
	height: 149px;
	border: none;
}

#titleBar a {
	border: none;
	text-decoration: none;
}

.menuBar {
	position: absolute;
	bottom:0px;
	padding-bottom:5px;
	left: 0px;
	right: 0px;
	background-color: black;
	padding-top: 15px;
	padding-bottom: 0px;
	z-index: 10;
}

#menuBar a {
	border: none;
	text-decoration: none;
	border: none;
}

.menuItem {
	display: block;
	position: relative;
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
	border: none;
	z-index: 100;
}

.body {
	background-color: black;
	overflow: auto;
	z-index: -10;
}

#body img {
	border: 0px;
	padding: 0px;
}
.content {
	position: absolute;
	top: 130px;
	overflow: auto;
	color: white;
	background-color: black;
	width: 99%;
	z-index: 1;
	float: bottom;	
	bottom: 45px;
}

.homecontent {
	position: absolute;
	top: 0px;
	color: white;
	width: 799px;
	height: 538px;
	z-index: 1;
	float: bottom;
	background: black url(https://julieklausner.com/images/home_bg.png) no-repeat left top;
	bottom: 45px;
	overflow: hidden;
}

.homenewsbox {
	position: absolute;
	border: thin solid white;
	background-color: black;
	color: white;
	left: 550px;
	top: 250px;
	z-index: 10;
	right: 50px;
	max-height: 275px;
	overflow: auto;
}

a {
	color: #dab62a;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #d0391f;
}

a:visited {
	color: #dab62a;
	text-decoration: none;
}

.left_float {
	display: block;
	background-repeat: no-repeat;
	float: left;
	padding-right:10px;
}

.right_float {
	position: relative;
	color: white;
	font-family: geneva;
	width: 100%;
	font-size: 10pt;
	padding-left: 10px;
	margin: 0px;
}

#right_float b {
	color: white;
	font-size: 12pt;
	line-height: 14px;
}

#right_float a {
	color: #dab62a;
	text-decoration: none;
}

#right_float a:hover{
	text-decoration: underline;
	color: #d0391f;
}