@charset "utf-8";

body {
	font-family: arial, helvetica, sans-serif;
	background: white;
}

#livespace	{
	position: relative;
	width: 900px;
	height: auto;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8%;
	padding: 0;}

#logo_wrapper	{
	position: absolute;
	width: 900px;
	height: 80px;
	background: #992255 url(../images/logo2.gif) no-repeat;
	margin-left: 0;
	margin-top: 0;
}

#logo_wrapper a	{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 75px;
}

#nav_wrapper	{
	position: absolute;
	width: 900px;
	height: 20px;
	margin-top: 83px;
	margin-left: 0;
	background: #d0c096;
}

#body_wrapper	{
	position: absolute;
	height: 270px;
	width: 600px;
	margin-left: 300px;
	margin-top: 130px;
	border-left: solid 2px #d0c096;
}



#sub-body_wrapper {
	position: absolute;
	height: 270px;
	width: 300px;
	margin-left: 0;
	margin-top: 130px;
}

#footer_wrapper {
	background: #992255;
	border-top: solid 3px #d0c096;
	position: absolute;
	width: 900px;
	height: 25px;
	margin-top: 410px;
	color: white;
}

#footer_wrapper p {
	font-family: arial, helvetica, sans-serif;
	text-align: right;
	font-size: 1em;
}

#sub-footer_wrapper	{
	position: absolute;
	width: 300px;
	height: 60px;
	margin-left: 600px;
	margin-top: 450px;
	text-align: right;
	color: #d0c096;
}

#nav_list	{
	margin-left: 300px;
}

#nav_list li {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav_list ul {
	padding: 0;
	margin: 0;
}

#nav_list a	{
	float: left;
	width: 90px;
	height: 18px;
	padding: 0;
	margin: 0;
	color: #4a2e3d;
}

#nav_list a:hover	{
	background: #64483f;;
	color: white;
}

p {
	font-size: 0.8em;
	margin: 2px;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.6em;
}

a {
	font-weight: bolder;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
}

h1	{display: none;}

h2	{padding-left: 20px; margin-top: 0;}

h2 em {
	font-style: normal;
	color: #D0C096;
	font-size: 1.6em;
}
