/* Layout, fonts */
body {
	text-align: center;
	/*padding: 10px;*/
}

#container {
	width: 680px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

#main {
}

#pic1 {
	position: absolute;
	left: 30px;
	top: 60px;
}

#pic2 {
	position: absolute;
	left: 295px;
	top: 15px;
}

#pic3 {
	position: absolute;
	left: 312px;
	top: 190px;
}


/* for image replacement of name */
#name1 {
	position:absolute;
	left: 35px;
	top: 358px;
/*	background-image: url('name.png');*/
	width: 261px;
	height: 63px;
}

#name1 span {
	display: none;
}



#name1 * {
	position: relative;
}

/*
#name1 span {
	font-size: 40px;
	white-space: nowrap;
}
*/


#name2 {
	position:absolute;
	left: 317px;
	top: 425px;
/*	width: 272px;*/
}

#name2 span {
	font-size: 32px;
	white-space: nowrap;
}

#menu {
	padding-top: 12px;
	padding-bottom: 12px;
	position: absolute;
	left: 95px;
	top: 500px;
	height: 32px; /* shouldn't need this, but oh well */
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	font-size: 20px;
	float: left;
	/*padding: 0 4px 0 0;*/
}
#menu a {
	white-space: nowrap;
	display: block;
	padding: 6px 6px 6px 7px;
	text-decoration: none;
	line-height: 14px;
}
#menu a:hover {
	/*padding: 6px 4px 4px;*/
	/*margin: -2px -2px -2px;*/
	/*line-height: 13px;*/
}
#menu ul img {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 2px;
}

#glyph-left, #glyph-right {
	width: 40px;
	height: 24px;
}

#loading {
	position:absolute;
	left: 250px;
	top: 250px;
	text-align: center;
	width: 150px;
	height: 30px;
	padding-top: 7px;
	opacity: 0;
}

#loading span {
	font-size: 20px;
	height: 29px;
}