body {
	background: #151515;
	text-align: center;
	font-family: Lucida Grande, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 650px;
	margin: 0 auto;
	text-align: left;
}

/* Global */

.left {
	float: left;
}
.right {
	float: right;
}
#content {
	clear: both;
	margin-top: 40px;
}

/* Title */
#title #hello {
	text-align: center;
	margin-top: 10px;
	height: 300px;
	visibility: hidden;
}
#title:hover #hello {
	visibility: visible;
}
#main h1 {
	color: #33ccff;
	font-size: 26pt;
	font-weight: normal;
	margin-bottom: 0;
}
.name {
	width: 240px;
}
.name p {
	font-size: 9pt;
	margin-top: 0;
}
.name p a {
	color: #888;
	text-decoration: none;
}
.name p a:hover {
	background: none !important;
}
#title a:hover {
	background: #33ccff;
	color: #fff;
}
.desc {
	color: #fff;
	font-size: 10pt;
	width: 400px;
	line-height: 15pt;
	padding-top: 15px;
}

/* Menu */

#menu {
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	border-bottom: 1px #333 dotted;
	width: 100%;
}
#menu ul {
	list-style: none;
	font-family: Lucida Grande, Arial, sans-serif;
	padding-left: 0;
	margin: 0;
}
#menu ul li {
	float: left;
	margin-right: 40px;
}
#menu ul li a {
	font-size: 8pt;
	color: #888;
	padding: 4px;
	padding-top: 10px;
	float: left;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #ccc;
}
#menu ul li a.on {
	color: #33ccff;
}
#menu ul li a.on:hover {
	color: #fff;
}

#menu .name {
	position: relative;
	float: right;
	margin: 0;
	padding: 4px 0;
	width: auto;
}
#menu .name a {
	color: #ddd;
	font-size: 15pt;
	text-decoration: none;
}

/* Performance */

#content {
	font-family: Lucida Grande, Arial, sans-serif;
	padding-top: 30px;
	position: relative;
}
#content p {
	color: #fff;
	font-size: 10pt;
	line-height: 15pt;
	position: relative;
}
#content h1 {
	color: #33ccff;
	font-family: Lucida Grande, Arial, serif;
	font-weight: normal;
}
#content h2 {
	color: #99ccff;
	font-size: 14pt;
}
#content .year {
	color: #666;
	font-family: Lucida Grande;
	font-weight: normal;
}

/* Scrolling */

#scroller-body {
	padding-top: 20px;
}
#mask {
	width:500px;
	overflow: hidden;
	float: left;
}
#panel div {
	float: left;
	position: relative;
}
#panel div p {
	padding-top: 10px;
}

.scrollmenu {
	float: left;
	width: 120px;
	position: relative;
}
.scrollmenu ul {
	float: left;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.scrollmenu ul li {
	float: left;
	padding-bottom: 20px;
}
.scrollmenu ul li a {
	float: left;
	border: 1px #222 solid;
}
.scrollmenu ul li a:hover {
	border: 1px #555 solid;
}
.scrollmenu ul li a.selected {
	border: 1px #33ccff solid;
}
#mask .pic {
	position: relative;
	height: 320px;
}

/* Link Styling */

a { color: #33ccff; }

/* News */

ul#phpFastNews {
	color: #fff;
	font-size: 9pt;
	line-height: 12pt;
	list-style-type: none;
	margin: 0.5em 0;
	padding: 0;
	}
ul#phpFastNews h3 {
	color: #33ccff;
	margin-bottom: 0;
}
ul#phpFastNews li {
	padding-top: 10px;
	list-style-type: none;
	margin: 1.5em 0;
	}
ul#phpFastNews i {
	color: #777;
	margin-top: 0;
	font-size: 8pt;
	display:none;
}
#fn-loginBar {
	color: #888;
	padding-top:-20px;
	
}