Thought I'd post an update on where I am
CSS
#wrapper {
width:700px;
margin:0 auto;
border-left:36px #584842 solid;
}
#logo {
text-align:center;
padding:75px 0 20px 0;
}
#main {
width:400px;
margin:0 auto;
}
#main h2, #main h3 {
margin:0;
text-align:center;
}
#main h2 {
font-size:22px;
}
#main h3 {
}
#main h4 {
color:#bb2826;
font-size:16px;
font-weight:none;
}
#nav ul {
margin:0;
padding:0;
width:300px;
}
#nav li {
list-style:none;
padding:3px 7px;
}
#nav li:hover {
color:#fff;
cursor

ointer;
background:#584842;
}
Code
<body>
<Div id="wrapper">
<div id="logo"><img src= "images/logo.png" alt="Michael Kalmykov Graphic designer logo"</div>
<div id="main">
<h2>Freelance Graphic Designer</h2>
<h3>Michael Kalmykov</h3>
<h4>Clearly Communicative Graphics</h4>
<p>I've a knack for efficiently making products and services relatable to target demographics via art. With an excellent education courtesy the Art Institute of Pittsburgh, I'm well equipped with the knowledge required to conceptualize effective marketing concepts and the technical aptitude to professionally execute those concepts. I'm more then capable in a multitude of various art mediums, but corporate art is where the blunt of my passion lies.</p>
<p>There is no greater feeling then the sense of fulfillment achieved from helping another achieve their dreams and ambitions. This is why the client is kept at the forefront of every project I take on. I won't stop until your vision is manifested in a way that is unique to your goals.</p>
</div>
<Div id="nav">
<ul>
<li onclick="window location='index.php'">Home</li>
<li onclick="window location='portfolio.php'">Portfolio</li>
<li onclick="window location='contact.php'">Contact</li>
</Div>
</body>