@charset "utf-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
width:100%;
}

#header{
width:700px;
margin:0 auto 0 auto;
height:150px;
background-image:url(../images/head.png);
background-position:bottom;
background-repeat:no-repeat;
}

#content{
width:700px;
margin:0 auto 0 auto;
font-size:small;
color:#000000;
}

#footer a{
color:#4C4C74;
font-size:x-small;
padding-right:5px;
text-decoration:none;
}


.navbar a{
font-weight:bold;
color: #4C4C74;
}

div.content{
padding-left:60px;
padding-right:60px;
line-height:1.5em;
}

img.border{
	border: 2px #4C4C74 solid;
	margin: 5px 10px;
	padding: 2.5px 2.5px;
}


.bio a{
font-style:italic;
color: #4C4C74;
}

.email a{
font-style:normal;
}

.projects li{
list-style-type:square;
}
