@charset "UTF-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #CCCCCC;
	background-image: none;
	background-repeat: no-repeat;
	font-family: Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
}
/* basic layout
------------------------------*/
#wrapper {
	margin: 0px auto;
	height: 665px;
	width: 900px;
	background-color: #FFFFFF;
}
#main {
	float: right;
	width: 764px;
	height: 575px;
	margin: 0px;
	line-height: 16px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	padding: 0px;
}
#main .foil img {
	left: 115px;
	top: 75px;
	position: absolute;
}
#main .foil dd {
	position: absolute;
	left: 220px;
	top: 100px;
}
#main .axisgallery img {
	margin-bottom: 10px;
	position: absolute;
	left: 15px;
	top: 175px;
}
#main .axisgallery dd {
	position: absolute;
	left: 120px;
	top: 202px;
	width: 300px;
	height: 14px;
}
#main .princehotel img {
	margin-bottom: 10px;
	position: absolute;
	left: 125px;
	top: 260px;
}
#main .princehotel dd {
	position: absolute;
	left: 210px;
	top: 295px;
	width: 450px;
	height: 18px;
}
#main .epsite img {
	margin-bottom: 10px;
	position: absolute;
	left: 15px;
	top: 370px;
}
#main .epsite dd {
	position: absolute;
	left: 120px;
	top: 400px;
	width: 311px;
}
#main .artium img {
	margin-bottom: 10px;
	position: absolute;
	left: 125px;
	top: 465px;
}
#main .artium dd {
	position: absolute;
	left: 210px;
	top: 499px;
	width: 304px;
	height: 17px;
}
#sidebar {
	padding: 0px;
	width: 136px;
	float: left;
	height: 665px;
	margin: 0px;
	position: relative;
}
#sidebar #logo {
	position: absolute;
	left: 5px;
	top: 12px;
}
#sidebar ul {
	position: absolute;
	left: 5px;
	top: 440px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li a {
	color: #999999;
}
#profile #sidebar #nProfile a {
	color: #333333;
}
#footer {
	float: right;
	height: 90px;
	width: 764px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#footer address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: absolute;
	bottom: 0px;
	right: 5px;
	line-height: 16px;
	color: #666666;
}

