body {
	background-color: #FFF;
	font: 62.5% Helvetica, Arial, Verdana, sans-serif;
}

#home,
#education,
#work_exp,
#curr_proj,
#comp_proj,
#links {
	display: none;
}

.main {
	width: 540px;
	margin: 50px auto;
}

.name {
	width: 393px;
	height: 38px;
	background: url('../images/name.png') no-repeat;
	color: #FFF;
	font-size: 1%;
}

.nav {
	height: 43px;
	margin-left: 200px;
}

.nav a {
	height: 43px;
	display: block;
	float: left;
	cursor: pointer;
	color: #FFF;
	font-size: 1%;
}

.main-txt {
	margin-top: 2em;
	font-size: 1.3em;
	color: #999;
	padding-left: 8px;
}

.email-txt {
	line-height: 1.6em;
}

.section {
	padding: 5px 0 10px;
}

.bold {
	font-weight: bold;
}

.column-left {
	width: 80%;
}

.column-right {
	float: right;
	width: 19%;
}

/* TEXT */
h2 {
	font-size: 1.5em;
	color: #29ABE2;
	margin: 0.5em 0;
}

p {
	margin: 0.25em 0;
}

h3 {
	font-size: 1em;
	color: #777;
	font-weight: bold;
	margin: 0.5em 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	padding: 0.25em 0;
}

li img {
	float: left;
	margin-right: 10px;
}

li a {
	color: #999;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 2px;
}

li div {
	height: 20px;
}

li a:hover {
	color: #29ABE2;
	text-decoration: underline;
}

a img {
	border: none;
	outline: none;
}

/* LINKS */
#home-link {
	width: 55px;
	background: url('../images/contact.jpg') no-repeat;
}

#home-link:hover,
#home-link.selected {
	background: url('../images/light-contact.jpg') no-repeat;
}

#education-link {
	width: 64px;
	background: url('../images/formation.jpg') no-repeat;
}

#education-link:hover,
#education-link.selected {
	background: url('../images/light-formation.jpg') no-repeat;
}

#work_exp-link {
	width: 77px;
	background: url('../images/experience.jpg') no-repeat;
}

#work_exp-link:hover,
#work_exp-link.selected {
	background: url('../images/light-experience.jpg') no-repeat;
}

#curr_proj-link {
	width: 103px;
	background: url('../images/publi.jpg') no-repeat;
}

#curr_proj-link:hover,
#curr_proj-link.selected {
	background: url('../images/light-publi.jpg') no-repeat;
}

#comp_proj-link {
	width: 117px;
	background: url('../images/comproj.png') no-repeat;
}

#comp_proj-link:hover,
#comp_proj-link.selected {
	background: url('../images/compproj-hgh.png') no-repeat;
}

#links-link {
	width: 44px;
	background: url('../images/links.png') no-repeat;
}

#links-link:hover,
#links-link.selected {
	background: url('../images/links-hgh.png') no-repeat;
}