html {
	font-family: 'Lucida Grande', Arial;
	font-size: 12pt;
	background-color: #30B0C4; /*#6bd;*/
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	padding-bottom: 20px;
}
#wrapper
{
	width: 800px;
	margin: auto;
	padding: 15px 20px;
	background-color: white;
	margin-top: 35px;
	position: relative;
	text-align: left;
}

#wrapper .borderTop, #wrapper .borderBottom
{
	position: absolute;
	left: 0;
	margin: 0px;
	width: 100%;
	padding: 0 0px;
}

* html #wrapper .borderTop, * html #wrapper .borderBottom

{
	display: none;
}

* html #bunnyTop
{
	top: -99px !important;
}

* html #HeadTitle
{
	top: -79px !important;
}

* html #HeadSubtitle
{
	top: -49px !important;
}

#wrapper .borderTop
{
	top: -10px;
}

#wrapper .borderBottom
{
	bottom: 0px;
}

#wrapper .borderTop .borderLeft, #wrapper .borderBottom .borderLeft
{
	position: absolute;
	left: 0;
	top:0;
}

#wrapper .borderTop .borderRight, #wrapper .borderBottom .borderRight
{
	position: absolute;
	right: 0;
	top:0;
}

#wrapper .borderTop .borderCentre, #wrapper .borderBottom .borderCentre
{
	height: 10px;
	margin: 0;
	background-color: white;
	position: absolute;
	left: 10px;
	right: 10px;
}

#header{
	position: relative;
	width: 800px;
}
#header ul
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	-webkit-padding-start: 0;
	width: 800px;
	margin: 0;
	margin-top: 15px;
}

a img {
	border: 0;
}
#header ul li
{
	position: absolute;
	display: block;
	padding: 10px;
	margin-top: auto;
	text-align: center;
}
#header ul li a {
	text-decoration: none;
	color: #b00;
	font-size: 13pt;
}
#menuHome
{
	top: 128px;
	left: 50px;
}
#menuProfile
{
	width: 110px;
	top: 120px;
	left: 115px;
}
#menuPhotos
{
	top: 128px;
	left: 226px;
}
#menuVideos
{
	top: 110px;
	left: 305px;
}
#menuWorkshops
{
	width: 100px;
	top: 120px;
	left: 370px;
}
#menuConcerts
{
	width: 130px;
	top: 120px;
	left: 450px;
}
#menuBlog
{
	top: 154px;
	left: 580px;
}
#menuContact
{
	width: 70px;
	top: 120px;
	left: 660px;
}

#bunnyTop
{
	position: absolute;
	top: -109px;
}

#HeadTitle
{
	position: absolute;
	top: -89px;
	left: 0px;
}

#HeadSubtitle
{
	position: absolute;
	top: -64px;
	right: 20px;
}

.en
{
	display: block;
	font-family: 'Comic Sans MS';
}

.ja
{
	display: none;
	font-family: 'Letter Gothic STD';
}

div {
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#008094;
	scrollbar-darkshadow-color:#008094;
	scrollbar-face-color:#30B0C4;
	scrollbar-highlight-color:#008094;
	scrollbar-shadow-color:#008094;
}

#login {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1000;
}

#login form {
	position: relative;
	left: -50%;
	top: -100px;
	border: 1px solid black;
	background-color: white;
	padding: 8px;
	-webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
}

