
* {
margin: 0px 0px 0px 0px;
padding: 0;
}

body {
font-size: 10px;
font-family: Helvetica, Arial, sans-serif;
background: #fff;
text-transform: uppercase;
}

body.section-1 {
}
body.section-2 {
}
body.section-3 {
}

#menu a:link {
text-decoration: none;
color: #000;
}
#menu a:active {
text-decoration: none;
color: #000;
}
#menu a:visited {
text-decoration: none;
color: #000;
}
#menu a:hover {
text-decoration: none;
color:white;
background:black;
}

a img {
border: none;
}

#menu {
background: transparent;
overflow: hidden;
text-align: right;
position: fixed;
top: 30px;
right: 0px;
padding-right: 30px;
}

#menu ul {
list-style: none;
margin: 20px 0 0px 0;
}

li {
margin: 0 0 5px 0;
}

#content {
height: 100%;
width: 800px;
margin: 0px auto 0px 0px;
float: left;
}

#content a:link {
text-decoration: underline;
color: #000;
}

#content a:visited {
text-decoration: underline;
color: #000;
}
#content a:active {
text-decoration: underline;
color: #000;
}
#content a:hover {
text-decoration: none;
color: #000;
}

.container {
padding: 0;
}

#content p {
width: 400px;
margin-bottom: 9px;
}

p {
margin: 0 0 9px 0;
}

h1 {
font-size: 32px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 12px;
}

#img-container {
margin: 0;
padding: 0;
}
#img-container p {
width: 400px;
margin: 0;
padding: 0 0 12px 0;
}

#content img {
margin-bottom: 0px;
}

#once {
clear: left;
}

#logo {
font-size: 10px;
font-weight: bold;
margin-bottom: 10px;
clear: both;
}

#ilogo {
width: 134px;
height: 128px;
background: url(assets/sva-logo.png) no-repeat;
margin: 0 auto 20px 0;
float: right;
}

#logo .studio {
font-size: 10px;
font-weight: normal;
}


#wrap {
min-width: 930px;
max-width: 1500px;
padding: 30px 30px 30px 30px;
}

#footer {
width: 100%;
line-height: 30px;
margin-bottom: 0px;
clear: both;
}

#bio {
	background: transparent;
	color: #000;
	padding:0px;
	margin-bottom: 50px;
}
#bio_thesis {
	font-size:50px;
	border-top: solid 10px;
}
#bio_name a:link {color: #000; }
#bio_name a:hover {color: #fff; background:#000;}
#bio_name a:visited {color: #000; }
#bio_name a:active {color: #000; }

#bio_website a:link {color: #000; }
#bio_website a:hover {color: #fff; background:#000;}
#bio_website a:visited {color: #000; }
#bio_website a:active {color: #000; }

	


