body{
	font: 12pt georgia;
	color:#000;
	background:white;
}

#container {
	width: 820px;
	margin-left: auto ;
  margin-right: auto ;
}

#footer {
	color: #999;
	font-size: 10pt;
}

#content {
	text-align: justify;
}

h1 {
	width: 100%;
	color: white;
	padding: 0 0 0 10px;
}

.name {
	font-size: 15pt;
	color: #000;
	padding: 0;
}

em {
	font-size: 80%;
}

#week1, #week5, #week9  { background: #46bb46; }
#week2, #week6, #week10 { background: #ff9c00; }
#week3, #week7          { background: #e3466b; }
#week4, #week8          { background: #2791d4; }

#nav {
	text-align:center;
	
	padding:50px 0 0 0;
}


#poster_img {
	float: right;
	border: none;
}

.code {
	font: 10pt Lucida Console, Courier New;
}

a, a:visited {
	text-decoration: none;
	color: #ff9c00;
}

ul{
	list-style: none;
	margin:10px 0px;
	padding: 0;
}
ul li{
	padding: 0px;
	margin:0 2px 0 0;
	list-style:none;
	display:inline;
}
ul li a{
	display: inline-block!important;
	overflow: hidden;
	height: 128px;
	line-height:90px;
	width: 128px;
	white-space:nowrap;
	text-align:left;
	text-decoration: none;
	background: #fff;
}
ul li a p {
	padding:0 0 0 135px;
	margin: 50px 20px 50px 20px;
	line-height:normal;
	font: 30px Helvetica;
	color:#000;
}

ul li a.me {
	background:url(img/m1.png) top left no-repeat;
}
ul li a.project {
	background:url(img/p.png) top left no-repeat;
}
ul li a.mentors {
	background:url(img/m2.png) top left no-repeat;
}
ul li a.journal {
	background:url(img/j.png) top left no-repeat;
}

