html{
background-color:#ffffff;
}


body{
color:#1b1b2e;
font-family:"Times New Roman", Times, serif;
font-size:18px;
line-height:16px;
margin:0px;
padding:0px;
}

#topBar{
position:fixed;
background-color:#ffffff;
width:375px;
height:127px;
top:0px;
margin-left:0px;
z-index:2;
}

#name{
font-family: 'Maven Pro', sans-serif;
font-size:14px;
position:fixed;
top:20px;
width:300px;
margin-left:20px;
background-color:#ffffff;
z-index:2;
}

.lines{
font-size:10px;
font-family: 'Maven Pro', sans-serif;
width:300px;
text-align:justify;
background-color:#ffffff;
z-index:2;
}

#menu{
position:fixed;
top:50px;
width:300px;
margin-left:20px;
font-size:16px;
font-family: 'Maven Pro', sans-serif;
line-height: 1.5em;
text-align:justify;
background-color:#ffffff;
z-index:1;
}

#contact{
width:320px;
color:#efefef;
background-color:#000000;
font-size:16px;
font-family: 'Maven Pro', sans-serif;
line-height: 1.5em;
text-align:center;
z-index:2;
}

img{
border: 0px;
width: 800px;
}


.pname{
font-size:14px;
text-transform:uppercase;
font-weight: bold; 
}
#description{
position:absolute;
top:120px;
width:350px;
margin-left:20px;
font-family:Arial, Gadget, sans-serif;
line-height: 1.5em;
font-size:12px;
text-align:justify;
}

#content{
position:absolute;
top:150px;
margin-left:480px;
line-height: 50px;
font-family:Arial, Gadget, sans-serif;
font-size:12px;
text-align:left;
width:820px;
}
#description img{
width:100%;
}
.technical{
font-size:10px;
font-style:italic;
}

.appearances{
font-size:10px;
font-style:normal;
}

.thanks{
font-size:10px;
font-style:normal;
}

#project_nav{
font-family: 'Maven Pro', sans-serif;
font-size:14px;
font-style:normal;
width:300px;
text-align:justify;
margin-left:5px;
word-spacing:2em;
}



/*LINK STYLE*/

#name a{
color:#141434;
text-decoration:none;
}

#name a:hover{
color:#646478;
text-decoration:none;
}

#menu a{
color:#efefef;
text-decoration:none;
background-color:black;
}

#menu a:hover{
color:#141434;
text-decoration:none;
background-color:#ffffff;
}

#contact a{
color:#efefef;
text-decoration:none;
}

#contact a:hover{
color:#ffffff;
text-decoration:none;
}

#project_nav a{
color:#efefef;
text-decoration:none;
font-size:13px;
background-color:black;
}

#description a{
text-decoration:none;
}

