.text {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #333
}
.largetext {
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
color: #000000;
font-weight: bold;
line-height: 22px;
font-style: normal;
}
.hugetext { font-size: 26px; display: block; margin-bottom: 5px; }
.smalltext {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000
}
#right {
margin-right:20px;
}
#nav {
margin-top: -8px;
}
ul{
margin-right: 10px;
padding: 0;
list-style-type: none;
text-align: right;
}
ul li{position: relative;
display: inline;float: right;
}
ul li a{display: block;
padding: 2px 8px;
text-decoration: none;
}
a:link {color: #333;
text-decoration: none
}
a:visited {color: #333;
text-decoration: none
}
a:hover {color: #666;
text-decoration: none
}
i {
color: #444;
font-size: 15px;
}
a:active {color: #666;
text-decoration: none
}
#copy {
	position: relative;
	display:block;
	margin-top: 3.5px;
font-size: 12px;
}
.text {
	/* margin-left: 10px; */
	margin-left: 0px;
}
#profile { margin-top: 12px; }
/* #profile .text { margin-left: 0px; } */
#profile a {
color: blue;
font-weight: bold;
text-decoration: underline;
}

body {
	margin-top: 10px;
	height: 20em;
}
#container {
width: 99%;
margin: 0 auto;
padding-right: 2px;
}
#gallery_container img {height: 31.2em;}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.5em;
	right: 20px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}


#logos {
	display: block;
	position: absolute;
	top: 25px;
	left: 22px;
}
#gallery_container {
	display: block;
	height:530px;
	overflow: auto;
}
#name {
	width: 480px;
	margin-bottom: -10px;
}
#longing {
	width: 400px;
	font-weight: normal;
	font-size: 15px;
	margin-right: -20px;
}

