@charset "UTF-8";
.css_style {
	height: 600px;
	width: 800px;
	position: relative;
	clip: rect(100px,auto,auto,-275px);
}
.outercontainer {
	background-attachment: fixed;
	background-color: #2A2626;
	background-image: url(lgbackground.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 100%;
	position: absolute;
}
.content {
	height: 80%;
	width: 50%;
	margin-top: 20px;
	margin-left: 50%;
}
.navbar {
	height: 8%;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
}
.contentnav {
	height: 7%;
	width: 50%;
	margin-bottom: 0px;
	position: absolute;
	top: 75%;
}
#st_content {
	height: 300px;
	width: 240px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	left: 50px;
	top: 110px;
}
#title_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 240px;
	position: relative;
	height: 25px;
	top: 100px;
	left: 50px;
}
.main {
	height: 600px;
	width: 800px;
	margin-top: 0px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 0px;
}
.title {
	height: 100px;
	width: 50%;
	margin-top: 20px;
	margin-left: 0%;
	position: absolute;
}
#aliceimg {
	background-image: url(alice_images/alice_img.png);
	height: 386px;
	width: 242px;
	margin-top: 270px;
	margin-left: -200px;
	background-repeat: no-repeat;
	position: absolute;
	left: 165px;
	top: -80px;
}
#name {
	background-image: url(alice_images/alice_title.jpg);
	height: 182px;
	width: 348px;
	position: absolute;
	left: 88px;
	top: 175px;
	z-index: 0;
}
#rt_nav {
	height: 18px;
	width: 14px;
	position: absolute;
	left: 45%;
	top: 7px;
}
